summaryrefslogtreecommitdiff
path: root/ld/x86_aout.h
diff options
context:
space:
mode:
Diffstat (limited to 'ld/x86_aout.h')
-rw-r--r--ld/x86_aout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/x86_aout.h b/ld/x86_aout.h
index f6a7b94..bd58346 100644
--- a/ld/x86_aout.h
+++ b/ld/x86_aout.h
@@ -90,7 +90,7 @@ struct reloc {
#define S_BSS ((unsigned short)-4)
struct nlist { /* symbol table entry */
- char n_name[24]; /* symbol name */
+ char n_name[8]; /* symbol name */
long n_value; /* value */
unsigned char n_sclass; /* storage class */
unsigned char n_numaux; /* number of auxiliary entries (not used) */