diff options
author | DJ Delorie <dj@redhat.com> | 2000-07-20 23:38:05 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2000-07-20 23:38:05 +0000 |
commit | 5e0d736c33212f65c04257e70f4ea29bc194d22e (patch) | |
tree | 1d41a32ffac72a4d260f9718f39fe28c340f3edb /gas/ChangeLog | |
parent | 699845ef7b7225a4de45fafc7e3641b6ac8d1a2b (diff) | |
download | gdb-5e0d736c33212f65c04257e70f4ea29bc194d22e.zip gdb-5e0d736c33212f65c04257e70f4ea29bc194d22e.tar.gz gdb-5e0d736c33212f65c04257e70f4ea29bc194d22e.tar.bz2 |
* config/obj-coff.c (obj_frob_symbol): revert previous change,
it breaks linking against DLLs.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index ef5c833..bca4ec0 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2000-07-20 DJ Delorie <dj@redhat.com> + + * config/obj-coff.c (obj_frob_symbol): revert previous change, + it breaks linking against DLLs. + 2000-07-20 Hans-Peter Nilsson <hp@axis.com> * configure.in: Add CRIS support. |