* objcopy.c : Enable long section names for OPTION_ADD_GNU_DEBUGLINK.
authorNick Clifton <nickc@redhat.com>
Fri, 25 Jan 2013 11:32:44 +0000 (11:32 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 25 Jan 2013 11:32:44 +0000 (11:32 +0000)
binutils/ChangeLog
binutils/objcopy.c

index 75e25f6a13f185cfa15c97046218926a86f3c72e..986143ac5eeec81e6d8982460c53b01eded6f95e 100644 (file)
@@ -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.
index ead8ff4e29746024a3448bc218a98493e289ba90..ff80431572e4f3199624e2930b56e27f395f47b6 100644 (file)
@@ -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;