diff options
author | Dave Korn <dave.korn@artimi.com> | 2009-04-14 09:47:44 +0000 |
---|---|---|
committer | Dave Korn <dave.korn@artimi.com> | 2009-04-14 09:47:44 +0000 |
commit | 0408dee693ad16f400bc1b0ff04ccd13777e04d5 (patch) | |
tree | ca7551e512b6718b84698ea061197562349f9bd1 /binutils/ChangeLog | |
parent | c38b10fa101227162ec08b2ecf1cd977c9380c4f (diff) | |
download | gdb-0408dee693ad16f400bc1b0ff04ccd13777e04d5.zip gdb-0408dee693ad16f400bc1b0ff04ccd13777e04d5.tar.gz gdb-0408dee693ad16f400bc1b0ff04ccd13777e04d5.tar.bz2 |
bfd/ChangeLog
* coffgen.c (make_a_section_from_file): Set the backend long
section names enable if long section names found on input.
* coffcode.h: Extend long section names documentation to match.
binutils/ChangeLog
* objcopy.c (enum long_section_name_handling): New enum type.
(enum command_line_switch): Add OPTION_LONG_SECTION_NAMES.
(copy_options[]): Add entry for --long-section-names option.
(copy_usage): Document it.
(set_long_section_mode): New subroutine.
(copy_file): Call it.
(copy_main): Accept OPTION_LONG_SECTION_NAMES and parse arg.
* doc/binutils.texi: Update objcopy documentation with details
of new option.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index f047b60..d8b0330 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,15 @@ +2009-04-14 Dave Korn <dave.korn.cygwin@gmail.com> + + * objcopy.c (enum long_section_name_handling): New enum type. + (enum command_line_switch): Add OPTION_LONG_SECTION_NAMES. + (copy_options[]): Add entry for --long-section-names option. + (copy_usage): Document it. + (set_long_section_mode): New subroutine. + (copy_file): Call it. + (copy_main): Accept OPTION_LONG_SECTION_NAMES and parse arg. + * doc/binutils.texi: Update objcopy documentation with details + of new option. + 2009-04-01 Dave Korn <dave.korn.cygwin@gmail.com> * dlltool.c (set_dll_name_from_def): Accept new second arg that |