pr11304.d: Skip tic6x-*-elf
[deliverable/binutils-gdb.git] / libiberty / simple-object.c
index e6c466ab767b681498cdffecb081b2ae76b82b94..92f5698d0a6490bc1364812af61c1a402523eab9 100644 (file)
@@ -301,6 +301,9 @@ handle_lto_debug_sections (const char *name, int rename)
      COMDAT sections in objects produced by GCC.  */
   else if (strcmp (name, ".comment") == 0)
     return strcpy (newname, name);
+  /* Copy over .GCC.command.line section under the same name if present.  */
+  else if (strcmp (name, ".GCC.command.line") == 0)
+    return strcpy (newname, name);
   free (newname);
   return NULL;
 }
This page took 0.022542 seconds and 4 git commands to generate.