diff options
author | Nick Clifton <nickc@redhat.com> | 2001-07-03 16:27:45 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-07-03 16:27:45 +0000 |
commit | f47e50716b3829b823967100d29deca01f442e39 (patch) | |
tree | 25a5e2dd263233e690c5a0f537008264a2aba791 /bfd/ChangeLog | |
parent | 440c46077c678368213ec9911961cde4819adc05 (diff) | |
download | gdb-f47e50716b3829b823967100d29deca01f442e39.zip gdb-f47e50716b3829b823967100d29deca01f442e39.tar.gz gdb-f47e50716b3829b823967100d29deca01f442e39.tar.bz2 |
Support DJGPP COFF targets in bfd_get_sign_extend_vma()
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 30df566..aa2648c 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,7 @@ 2001-07-03 Mark Elbrecht <snowball3@softhome.net> + * bfd.c (bfd_get_sign_extend_vma): Support DJGPP COFF targets. + * cofflink.c (_bfd_coff_link_input_bfd): Skip section symbols from sections being discarded. |