13 lines
403 B
Plaintext
13 lines
403 B
Plaintext
$OpenBSD: patch-include_coff_internal_h,v 1.1 2008/10/01 04:46:20 ckuethe Exp $
|
|
--- include/coff/internal.h.orig Mon Aug 6 12:59:46 2007
|
|
+++ include/coff/internal.h Sat Sep 27 20:20:27 2008
|
|
@@ -630,6 +630,8 @@ union internal_auxent
|
|
|
|
};
|
|
|
|
+#define NAUXENTS 10 /* number of pre-allocated aux entries */
|
|
+
|
|
/********************** RELOCATION DIRECTIVES **********************/
|
|
|
|
struct internal_reloc
|