openbsd-ports/devel/avr/binutils/patches/patch-binutils_bucomm_h
ckuethe ebcb40e5e1 Update to the latest AVR gcc, binutils, libc and gdb. Based on the FreeBSD
port, which is also in sync with winavr/avrstudio. Among other things, this
adds support for atmega328... which means new arduino boards should work.
2010-06-27 20:58:10 +00:00

13 lines
380 B
Plaintext

$OpenBSD: patch-binutils_bucomm_h,v 1.3 2010/06/27 20:58:10 ckuethe Exp $
--- binutils/bucomm.h.orig Sat Jun 26 11:22:43 2010
+++ binutils/bucomm.h Sat Jun 26 11:31:17 2010
@@ -58,6 +58,8 @@ bfd_vma parse_vma (const char *, const char *);
off_t get_file_size (const char *);
+const char *bu_basename PARAMS ((const char *));
+
extern char *program_name;
/* filemode.c */