diff options
author | Catherine Moore <clm@redhat.com> | 1998-11-10 21:00:40 +0000 |
---|---|---|
committer | Catherine Moore <clm@redhat.com> | 1998-11-10 21:00:40 +0000 |
commit | fa718276e82ea4daf1e785689738898f94f1ad50 (patch) | |
tree | ecb83055eb43841f723d48c004c99c0329779dec /ld | |
parent | e92a168fde55e65ab02b0125270bbe6369a3e156 (diff) | |
download | gdb-fa718276e82ea4daf1e785689738898f94f1ad50.zip gdb-fa718276e82ea4daf1e785689738898f94f1ad50.tar.gz gdb-fa718276e82ea4daf1e785689738898f94f1ad50.tar.bz2 |
* scripttempl/elfd10v.sc: Add KEEP attribute to .init,
.fini, .dtors and .ctors. Add .data and .text
wildcards to support section garbage collection.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index befc972..ca69682 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +Tue Nov 10 14:50:51 1998 Catherine Moore <clm@cygnus.com> + + * scripttempl/elfd10v.sc: Add KEEP attribute to .init, + .fini, .dtors and .ctors. Add .data and .text + wildcards to support section garbage collection. + Mon Nov 9 22:52:50 1998 DJ Delorie <dj@indy.delorie.com> * deffilep.y: properly handle relocs with multiple def_files, |