diff options
author | Nick Clifton <nickc@redhat.com> | 2003-06-12 07:23:31 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-06-12 07:23:31 +0000 |
commit | 2593f09acc1c244047833a192d227de4064c4735 (patch) | |
tree | 3a4e3e2e8049f06ff6a6c2fa35ad40f13c73830a /binutils/ChangeLog | |
parent | 7d1ebfb2ed1bf3b876ea871ed923dfbf85166944 (diff) | |
download | gdb-2593f09acc1c244047833a192d227de4064c4735.zip gdb-2593f09acc1c244047833a192d227de4064c4735.tar.gz gdb-2593f09acc1c244047833a192d227de4064c4735.tar.bz2 |
Add new switch to objcopy: --add-gnu-debuglink=<file>
Allows packages to be shipped in two forms, a stripped executable and debug
info file.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index b883f3e..7008bf9 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,21 @@ +2003-06-11 Nick Clifton <nickc@redhat.com> + + * objcopy.c (gnu_debuglink_filename): New variable. + (OPTION_ADD_GNU_DEBUGLINK): New switch + (copy_options): Describe --add-gnu-debuglink switch. + Mention that --strip-debug removes sections as well. + (is_strip_section): Process the sections removed and kept + lists before checking for debugging sections. + (add_redefine_syms_file): Make function static. + (copy_object): Use is_strip_section. + Check to see if a .gnu_debuglink section should be added. If + so, call bfd_add_gnu_debuglink. + (setup_section): Use is_strip_section. + (copy_section): Use is_strip_section. + (copy_main): Handle OPTION_ADD_GNU_DEBUGLINK. + * NEWS: Mention new objcopy switch. + * doc/binutils.texi: Document new switch. + 2003-06-11 H.J. Lu <hongjiu.lu@intel.com> * po/Make-in (DESTDIR): New. |