diff options
author | Catherine Moore <clm@redhat.com> | 1998-10-05 14:48:32 +0000 |
---|---|---|
committer | Catherine Moore <clm@redhat.com> | 1998-10-05 14:48:32 +0000 |
commit | 64923bb9474b75d1e4ff34c0597d414ce160d051 (patch) | |
tree | c75cc50ee62cae1833bbc8db0ae4180b0474bf9a /ld/ChangeLog | |
parent | d284b1f7c58fe01bef528b5905e22f7d7b7b1436 (diff) | |
download | gdb-64923bb9474b75d1e4ff34c0597d414ce160d051.zip gdb-64923bb9474b75d1e4ff34c0597d414ce160d051.tar.gz gdb-64923bb9474b75d1e4ff34c0597d414ce160d051.tar.bz2 |
* ldmain.c (main): Error if --gc-sections and
dyanmic linking.
* scripttempl/v850.sc: Add KEEP attribute to .init,
.fini, .dtors and .ctors. Add .data and .text
wildcards to support section garbage collection.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index f79d7d4..b3f06a5 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,11 @@ +Mon Oct 5 09:40:43 1998 Catherine Moore <clm@cygnus.com> + + * ldmain.c (main): Error if --gc-sections and + dyanmic linking. + * scripttempl/v850.sc: Add KEEP attribute to .init, + .fini, .dtors and .ctors. Add .data and .text + wildcards to support section garbage collection. + Wed Sep 30 11:19:15 1998 Nick Clifton <nickc@cygnus.com> * scripttempl/v850.sc: Rename .call_table section to |