diff options
author | Joel Brobecker <brobecker@adacore.com> | 2014-02-20 18:34:45 +0100 |
---|---|---|
committer | Joel Brobecker <brobecker@adacore.com> | 2014-02-20 18:38:44 +0100 |
commit | 83deb43f87f098f7858db8643786301eb73875f7 (patch) | |
tree | eec0868482618905aa52d673baa4e29e4ae454c4 /gdb/testsuite/gdb.dwarf2/dw2-icycle.S | |
parent | 1254eefca2c2af47e8333bbc33d878998703a204 (diff) | |
download | gdb-83deb43f87f098f7858db8643786301eb73875f7.zip gdb-83deb43f87f098f7858db8643786301eb73875f7.tar.gz gdb-83deb43f87f098f7858db8643786301eb73875f7.tar.bz2 |
Simplify .section in dw2-icycle.S
The arm-elf assembler chokes on the extra parameters in the .section
pseudo-op, so this patch removes them.
gdb/testsuite/ChangeLog:
* gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
in .section pseudo-op.
Diffstat (limited to 'gdb/testsuite/gdb.dwarf2/dw2-icycle.S')
-rw-r--r-- | gdb/testsuite/gdb.dwarf2/dw2-icycle.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.dwarf2/dw2-icycle.S b/gdb/testsuite/gdb.dwarf2/dw2-icycle.S index 6bc533a..1f84e4a 100644 --- a/gdb/testsuite/gdb.dwarf2/dw2-icycle.S +++ b/gdb/testsuite/gdb.dwarf2/dw2-icycle.S @@ -33,7 +33,7 @@ p__top: .LFE2: .Letext0: - .section .debug_info,"",@progbits + .section .debug_info .Ldebug_info0: .4byte .Ledebug_info0 - .Lsdebug_info0 /* Length of CU Info */ .Lsdebug_info0: @@ -118,7 +118,7 @@ p__top: .byte 0 /* end of children of DIE 0xb */ .Ledebug_info0: - .section .debug_abbrev,"",@progbits + .section .debug_abbrev .Ldebug_abbrev0: .uleb128 0x1 /* (abbrev code) */ .uleb128 0x11 /* (TAG: DW_TAG_compile_unit) */ |