aboutsummaryrefslogtreecommitdiff
path: root/ld/ld.h
diff options
context:
space:
mode:
authorSteve Chamberlain <steve@cygnus>1991-05-03 23:52:48 +0000
committerSteve Chamberlain <steve@cygnus>1991-05-03 23:52:48 +0000
commitb63165349fd48f5577a3985d7940bcc5377b814d (patch)
tree67b8cda56d2d9787b75c18b02fe81b792542a219 /ld/ld.h
parent592ecfb22e725acdb1158010b135068f5c87f603 (diff)
downloadfsf-binutils-gdb-b63165349fd48f5577a3985d7940bcc5377b814d.zip
fsf-binutils-gdb-b63165349fd48f5577a3985d7940bcc5377b814d.tar.gz
fsf-binutils-gdb-b63165349fd48f5577a3985d7940bcc5377b814d.tar.bz2
*** empty log message ***
Diffstat (limited to 'ld/ld.h')
-rw-r--r--ld/ld.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/ld.h b/ld/ld.h
index 15577a7..50ee41a 100644
--- a/ld/ld.h
+++ b/ld/ld.h
@@ -85,7 +85,7 @@ typedef struct
This is used mainly to finish of sets that were built. */
boolean unix_relocate;
-
+ boolean sort_common;
} ld_config_type;
#define set_asymbol_chain(x,y) ((x)->udata = (PTR)y)
#define get_asymbol_chain(x) ((asymbol **)((x)->udata))