Index: gdb/testsuite/gdb.dwarf2/pr13961.S |
diff --git a/gdb/testsuite/gdb.dwarf2/pr13961.S b/gdb/testsuite/gdb.dwarf2/pr13961.S |
index 5d7c58c86ed880a69e1aad257dd51711b83a2ced..68c3134a96dc9ef003907d59f17b05f44de04249 100644 |
--- a/gdb/testsuite/gdb.dwarf2/pr13961.S |
+++ b/gdb/testsuite/gdb.dwarf2/pr13961.S |
@@ -1,4 +1,4 @@ |
-/* Copyright 2012 Free Software Foundation, Inc. |
+/* Copyright 2012-2013 Free Software Foundation, Inc. |
This program is free software; you can redistribute it and/or modify |
it under the terms of the GNU General Public License as published by |
@@ -42,7 +42,7 @@ |
.globl baz |
.data /* Previously this used .bss, but it's not portable. */ |
.align 4 |
- .type baz, @object |
+ .type baz, %object |
.size baz, 4 |
baz: |
#if 0 |
@@ -56,7 +56,7 @@ baz: |
.text |
.Ltext0: |
.globl main |
- .type main, @function |
+ .type main, %function |
main: |
.LFB0: |
.4byte 0 |
@@ -64,7 +64,7 @@ main: |
.size main, .-main |
.Letext0: |
- .section .debug_types,"",@progbits |
+ .section .debug_types,"",%progbits |
.Ldebug_types0: |
.4byte .Ltu_end - .Ltu_start /* Length of Compilation Unit Info */ |
.Ltu_start: |
@@ -121,7 +121,7 @@ main: |
.Ltu_end: |
- .section .debug_info,"",@progbits |
+ .section .debug_info,"",%progbits |
.Ldebug_info0: |
.4byte .Lcu_end - .Lcu_start /* Length of Compilation Unit Info */ |
.Lcu_start: |
@@ -205,7 +205,7 @@ main: |
.Lcu_end: |
- .section .debug_abbrev,"",@progbits |
+ .section .debug_abbrev,"",%progbits |
.Ldebug_abbrev0: |
.uleb128 0x1 /* (abbrev code) */ |
.uleb128 0x41 /* (TAG: DW_TAG_type_unit) */ |
@@ -333,7 +333,7 @@ main: |
.byte 0 |
- .section .debug_aranges,"",@progbits |
+ .section .debug_aranges,"",%progbits |
.4byte 0x1c /* Length of Address Ranges Info */ |
.2byte 0x2 /* DWARF Version */ |
.4byte .Ldebug_info0 /* Offset of Compilation Unit Info */ |
@@ -346,10 +346,10 @@ main: |
.4byte 0 |
.4byte 0 |
- .section .debug_line,"",@progbits |
+ .section .debug_line,"",%progbits |
.Ldebug_line0: |
- .section .debug_str,"MS",@progbits,1 |
+ .section .debug_str,"MS",%progbits,1 |
.LASF0: |
.string "GNU C++ 4.6.3 20120306" |
.LASF2: |