diff options
author | DJ Delorie <dj@redhat.com> | 2000-10-03 22:07:17 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2000-10-03 22:07:17 +0000 |
commit | c2a94a7afd8ce232632857a50f40202272670a06 (patch) | |
tree | a0fb6aee05d1df009550eb16e4d58493de970cf0 /ld/ChangeLog | |
parent | 8c95a62eae0496f7aafd3224189dfd6c5b59445f (diff) | |
download | gdb-c2a94a7afd8ce232632857a50f40202272670a06.zip gdb-c2a94a7afd8ce232632857a50f40202272670a06.tar.gz gdb-c2a94a7afd8ce232632857a50f40202272670a06.tar.bz2 |
* pe-dll.c (fill_edata): initialize entire block
(make_one): fill in correct section.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 7fe1bbd..395f351 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2000-10-03 DJ Delorie <dj@redhat.com> + + * pe-dll.c (fill_edata): initialize entire block + (make_one): fill in correct section. + 2000-10-03 Kazu Hirata <kazu@hxi.com> * ldexp.c: Fix formatting. |