OSDN Git Service

bfd/ChangeLog
authordavek <davek>
Tue, 14 Apr 2009 09:47:42 +0000 (09:47 +0000)
committerdavek <davek>
Tue, 14 Apr 2009 09:47:42 +0000 (09:47 +0000)
commit0d285de8be8509ab36d9589c5b9c8568b4a11637
treece38db4c00ab6cbe97f3447c8f7eafaa29011fbc
parent221bd7ce1cec1032304bc9a051de940f83f6f2b9
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.
bfd/ChangeLog
bfd/coffcode.h
bfd/coffgen.c
binutils/ChangeLog
binutils/doc/binutils.texi
binutils/objcopy.c