Index: binutils/ChangeLog =================================================================== RCS file: /cvs/src/src/binutils/ChangeLog,v retrieving revision 1.1980 diff -u -r1.1980 ChangeLog --- binutils/ChangeLog 24 Jan 2013 20:24:44 -0000 1.1980 +++ binutils/ChangeLog 25 Jan 2013 08:47:34 -0000 @@ -1,3 +1,7 @@ +2013-01-25 Marco Atzeri + + * objcopy.c : Enable long section names for OPTION_ADD_GNU_DEBUGLINK. + 2013-01-24 Doug Evans * dwarf.c (display_debug_addr): Add missing parentheses to expression. Index: binutils/objcopy.c =================================================================== RCS file: /cvs/src/src/binutils/objcopy.c,v retrieving revision 1.160 diff -u -r1.160 objcopy.c --- binutils/objcopy.c 7 Jan 2013 17:40:59 -0000 1.160 +++ binutils/objcopy.c 25 Jan 2013 08:47:35 -0000 @@ -3453,6 +3453,7 @@ break; case OPTION_ADD_GNU_DEBUGLINK: + long_section_names = ENABLE ; gnu_debuglink_filename = optarg; break;