diff options
author | DJ Delorie <dj@redhat.com> | 1998-11-11 23:11:38 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 1998-11-11 23:11:38 +0000 |
commit | b138a74d470630ad54c22a9902b8e529cd03b5ea (patch) | |
tree | 82e592ee70b3362c1b7582eeedc450d76cf4d7ba /ld/ChangeLog | |
parent | 847b31bdab68ce9acc0ca13dd66cf131f5baa6fe (diff) | |
download | gdb-b138a74d470630ad54c22a9902b8e529cd03b5ea.zip gdb-b138a74d470630ad54c22a9902b8e529cd03b5ea.tar.gz gdb-b138a74d470630ad54c22a9902b8e529cd03b5ea.tar.bz2 |
* pe-dll.c (generate_reloc): don't output PE relocs for sections
that won't be loaded.
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 e9a3d5b..e45a570 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +Wed Nov 11 18:10:15 1998 DJ Delorie <dj@cygnus.com> + + * pe-dll.c (generate_reloc): don't output PE relocs for sections + that won't be loaded. + Wed Nov 11 13:44:54 1998 DJ Delorie <dj@cygnus.com> * pe-dll.c (fill_edata): don't strip underscores |