ebcb40e5e1
port, which is also in sync with winavr/avrstudio. Among other things, this adds support for atmega328... which means new arduino boards should work.
13 lines
403 B
Plaintext
13 lines
403 B
Plaintext
$OpenBSD: patch-include_coff_internal_h,v 1.3 2010/06/27 20:58:10 ckuethe Exp $
|
|
--- include/coff/internal.h.orig Sat Jun 26 11:23:48 2010
|
|
+++ include/coff/internal.h Sat Jun 26 11:31:17 2010
|
|
@@ -646,6 +646,8 @@ union internal_auxent
|
|
|
|
};
|
|
|
|
+#define NAUXENTS 10 /* number of pre-allocated aux entries */
|
|
+
|
|
/********************** RELOCATION DIRECTIVES **********************/
|
|
|
|
struct internal_reloc
|