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 580e977..45bf0c7 100644
--- a/ld/x86_aout.h
+++ b/ld/x86_aout.h
@@ -101,7 +101,7 @@ struct reloc {
struct nlist { /* symbol table entry */
char n_name[8]; /* symbol name */
- long n_value; /* value */
+ Long n_value; /* value */
unsigned char n_sclass; /* storage class */
unsigned char n_numaux; /* number of auxiliary entries (not used) */
unsigned short n_type; /* language base and derived type (not used) */