diff options
author | Steve Chamberlain <steve@cygnus> | 1991-05-03 23:52:48 +0000 |
---|---|---|
committer | Steve Chamberlain <steve@cygnus> | 1991-05-03 23:52:48 +0000 |
commit | b63165349fd48f5577a3985d7940bcc5377b814d (patch) | |
tree | 67b8cda56d2d9787b75c18b02fe81b792542a219 /ld/ld.h | |
parent | 592ecfb22e725acdb1158010b135068f5c87f603 (diff) | |
download | ppe42-binutils-b63165349fd48f5577a3985d7940bcc5377b814d.tar.gz ppe42-binutils-b63165349fd48f5577a3985d7940bcc5377b814d.zip |
*** empty log message ***
Diffstat (limited to 'ld/ld.h')
-rw-r--r-- | ld/ld.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) |