diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-09-28 17:59:51 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-09-28 17:59:51 +0000 |
commit | a69bb1fa31d713afeee88b12f6e816ea761308d7 (patch) | |
tree | 346a111b70707f23ec02503e25b4146e0f31ece1 /ld | |
parent | 850985ee6b8e0fee2d2f887ff71e12af0a2cfc57 (diff) | |
download | gdb-a69bb1fa31d713afeee88b12f6e816ea761308d7.zip gdb-a69bb1fa31d713afeee88b12f6e816ea761308d7.tar.gz gdb-a69bb1fa31d713afeee88b12f6e816ea761308d7.tar.bz2 |
* scripttempl/sparccoff.sc: Add .ctors/.dtors handling like other
COFF targets, allowing for the leading underscore used on SPARC
COFF.
PR 8006.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 6bf38d1..0601513 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,9 @@ Thu Sep 28 12:34:13 1995 Ian Lance Taylor <ian@cygnus.com> + * scripttempl/sparccoff.sc: Add .ctors/.dtors handling like other + COFF targets, allowing for the leading underscore used on SPARC + COFF. + * lexsup.c (parse_args): Handle -assert. * emulparams/sun4.sh (GENERATE_SHLIB_SCRIPT): Define. * emultempl/sunos.em (gld${EMULATION_NAME}_get_script): Use the |