2010-06-27 20:58:10 +00:00
|
|
|
$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
|
2008-10-01 04:46:19 +00:00
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
+#define NAUXENTS 10 /* number of pre-allocated aux entries */
|
|
|
|
+
|
|
|
|
/********************** RELOCATION DIRECTIVES **********************/
|
|
|
|
|
|
|
|
struct internal_reloc
|