diff options
author | Nick Clifton <nickc@redhat.com> | 2003-06-27 08:01:28 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-06-27 08:01:28 +0000 |
commit | e7c81c254c0efabd933b208c8702d98d81b2bffa (patch) | |
tree | 41c9020838a2113579244f6b503605c1d8f4b301 /binutils/ChangeLog | |
parent | 72b4917c07ca0e1e2610c32543a2662dd2048f91 (diff) | |
download | gdb-e7c81c254c0efabd933b208c8702d98d81b2bffa.zip gdb-e7c81c254c0efabd933b208c8702d98d81b2bffa.tar.gz gdb-e7c81c254c0efabd933b208c8702d98d81b2bffa.tar.bz2 |
Fix --add-gnu-debuglink
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 5b01202..1cbaca6 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,11 @@ +2003-06-27 Nick Clifton <nickc@redhat.com> + + * objcopy.c (copy_object): Replace call to + bfd_create_gnu_debuglink_section with seperate calls to + bfd_add_gnu_debuglink_section and + bfd_fill_in_gnu_debuglink_section, seperated by a walk over the + symbol tables. + 2003-06-26 Roland McGrath <roland@redhat.com> * readelf.c (loadaddr): Variable removed. |