]> rtime.felk.cvut.cz Git - fpga/lx-cpu1/binutils-tumbl.git/commit
binutils/
authorCary Coutant <ccoutant@google.com>
Tue, 8 May 2012 17:49:35 +0000 (17:49 +0000)
committerCary Coutant <ccoutant@google.com>
Tue, 8 May 2012 17:49:35 +0000 (17:49 +0000)
commita30e0b373d5d98bd81059170dad6eed174260cd0
tree89db61be4c2a2a2f2f86aa02fd0e4acf3453eb82
parent812beecb47cb77ed4984659840ac74e1c51fc908
binutils/

* doc/binutils.texi (objcopy): Add --strip-dwo, --extract-dwo options.
(strip): Add --strip-dwo option.
* objcopy.c (enum strip_action): Add STRIP_DWO, STRIP_NONDWO.
(enum command_line_switch): Add OPTION_EXTRACT_DWO, OPTION_STRIP_DWO.
(strip_options): Add --strip-dwo option.
(copy_options): Add --extract-dwo, --strip-dwo options.
(copy_usage): Likewise.
(strip_usage): Add --strip-dwo option.
(is_dwo_section): New function.
(is_strip_section_1): Check for DWO sections.
(copy_object): Check for --strip-dwo, --extract-dwo options.
(copy_relocations_in_section): Discard relocations for DWO sections.
Discard entire relocation section when no relocations.
(strip_main): Add --strip-dwo option.
(copy_main): Add --strip-dwo, --extract-dwo options.
binutils/ChangeLog
binutils/doc/binutils.texi
binutils/objcopy.c