]> git.pld-linux.org Git - packages/crossavr-gcc.git/commitdiff
- more fixes
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 7 Dec 2012 22:09:27 +0000 (23:09 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Fri, 7 Dec 2012 22:09:27 +0000 (23:09 +0100)
format-security.patch

index 8e45fdb6b836a8bdbe2754be8a0b46e60ae61d85..c5e5515fab148f456386f7914cc08b50d063b55c 100644 (file)
  #else
    ASM_OUTPUT_DWARF_VMS_DELTA (asm_out_file, size, lab1, lab2);
    if (flag_debug_asm && comment)
+--- gcc-4.6.2/gcc/dwarf2out.c~ 2012-12-07 22:26:41.836350223 +0100
++++ gcc-4.6.2/gcc/dwarf2out.c  2012-12-07 23:09:09.071038835 +0100
+@@ -11274,7 +11274,7 @@
+             }
+           dw2_asm_output_data (HOST_BITS_PER_WIDE_INT / HOST_BITS_PER_CHAR,
+-                               first, name);
++                               first, "%s", name);
+           dw2_asm_output_data (HOST_BITS_PER_WIDE_INT / HOST_BITS_PER_CHAR,
+                                second, NULL);
+         }
This page took 0.084112 seconds and 4 git commands to generate.