* objcopy.c : Enable long section names for OPTION_ADD_GNU_DEBUGLINK.
This commit is contained in:
parent
3bbbe775fd
commit
9b8bf3211b
@ -1,3 +1,7 @@
|
||||
2013-01-25 Marco Atzeri <marco.atzeri@gmail.com>
|
||||
|
||||
* objcopy.c : Enable long section names for OPTION_ADD_GNU_DEBUGLINK.
|
||||
|
||||
2013-01-24 Doug Evans <dje@google.com>
|
||||
|
||||
* dwarf.c (display_debug_addr): Add missing parentheses to expression.
|
||||
|
@ -3453,6 +3453,7 @@ copy_main (int argc, char *argv[])
|
||||
break;
|
||||
|
||||
case OPTION_ADD_GNU_DEBUGLINK:
|
||||
long_section_names = ENABLE ;
|
||||
gnu_debuglink_filename = optarg;
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user