]> Git Repo - binutils.git/commitdiff
Remove trailing '#' in gdb.dwarf2/dw2-icc-opaque.S
authorJoel Brobecker <[email protected]>
Mon, 15 Oct 2012 17:26:14 +0000 (17:26 +0000)
committerJoel Brobecker <[email protected]>
Mon, 15 Oct 2012 17:26:14 +0000 (17:26 +0000)
gdb/testsuite/ChangeLog:

        * gdb.dwarf2/dw2-icc-opaque.S: Remove '#'.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.dwarf2/dw2-icc-opaque.S

index 38a36932763ac9531ac88e678002d1c251215fab..d3f55441906c54715608cffeed5c0541b783c6a7 100644 (file)
@@ -1,3 +1,7 @@
+2012-10-15  Yufeng Zhang  <[email protected]>
+
+       * gdb.dwarf2/dw2-icc-opaque.S: Remove '#'.
+
 2012-10-15  Tom Tromey  <[email protected]>
 
        * gdb.python/py-symtab.exp: Test sal and symtab destructors.
index 47b017b3e43090e00a726041611aaee4af4f2603..ddeb6c855efc29b37562320d20e8fdde30df0297 100644 (file)
@@ -35,7 +35,7 @@
        .file "opaque-pointer.c"
        .data
        .comm p_struct,8,8
-       .global p_struct#
+       .global p_struct
 
        .section .debug_info
 debug_info_seg1:
This page took 0.091713 seconds and 4 git commands to generate.