diff options
author | DJ Delorie <dj@redhat.com> | 2000-09-28 20:53:40 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2000-09-28 20:53:40 +0000 |
commit | 45b1f63c8cdded5c3b874abc87b02ee079ac4e93 (patch) | |
tree | 42c35d1c47d8931fdbf544363eac56a3254f98cf /ld/ChangeLog | |
parent | 170cdc4f01682c7873834d0b6fe88a2170bf14b2 (diff) | |
download | gdb-45b1f63c8cdded5c3b874abc87b02ee079ac4e93.zip gdb-45b1f63c8cdded5c3b874abc87b02ee079ac4e93.tar.gz gdb-45b1f63c8cdded5c3b874abc87b02ee079ac4e93.tar.bz2 |
* pe-dll.c (process_def_file): Uninitialized data wasn't
exported with --export-all-symbols switch.
* pe-dll.c (fill_edata): rearrange the data so that ordinals and
noname work properly.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index c4b2a3a..0c72cac 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,13 @@ +2000-09-28 Paul Sokolovsky <Paul.Sokolovsky@technologist.com> + + * pe-dll.c (process_def_file): Uninitialized data wasn't + exported with --export-all-symbols switch. + +2000-09-28 DJ Delorie <dj@redhat.com> + + * pe-dll.c (fill_edata): rearrange the data so that ordinals and + noname work properly. + 2000-09-28 Alan Modra <alan@linuxcare.com.au> * ld.texinfo (HPPA ELF32): New section. |