[GDB/testsuite] Use %progbits in watch-loc.c
authorThomas Preud'homme <thomas.preudhomme@arm.com>
Fri, 2 Mar 2018 11:51:34 +0000 (11:51 +0000)
committerThomas Preud'homme <thomas.preudhomme@arm.com>
Fri, 2 Mar 2018 11:52:54 +0000 (11:52 +0000)
While using @progbits in .pushsection work on some targets, it does not
work on arm target where this introduces a comment. This patch replaces
its use in gdb.dlang/watch-loc.c and gdb.mi/dw2-ref-missing-frame-func.c
by %progbits which should work on all targets since it is used in
target-independent elf/section7.s GAS test.

2018-03-02  Thomas Preud'homme  <thomas.preudhomme@arm.com>

gdb/testsuite/
* gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
* gdb.mi/dw2-ref-missing-frame-func.c: Likewise.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.dlang/watch-loc.c
gdb/testsuite/gdb.mi/dw2-ref-missing-frame-func.c

index 63c6263af7befb64afc84d60cc212e4f95705f3a..7c804797616d085ecbddcfae79aee8c9374ee7b0 100644 (file)
@@ -1,3 +1,8 @@
+2018-03-02  Thomas Preud'homme  <thomas.preudhomme@arm.com>
+
+       * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
+       * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
+
 2018-02-28  Sergio Durigan Junior  <sergiodj@redhat.com>
 
        * gdb.server/abspath.exp: New file.
index 06fcc8922b43712dd36ce84600203427477ff69d..46810bcd2372ebc69c4c66e46ec9ee5b80f98b1a 100644 (file)
@@ -38,7 +38,7 @@ main (void)
    generated by GCC.  (.gdb_index includes a gdb-generated map
    instead.)  */
 asm (
-"      .pushsection    .debug_aranges,\"\",@progbits \n"
+"      .pushsection    .debug_aranges,\"\",%progbits \n"
 "      .4byte  .Laranges_end - .Laranges_start \n"     // Length of Address Ranges Info
 ".Laranges_start: \n"
 "      .2byte  0x2 \n" // DWARF Version
index c6edff851e179207a59ae69848b0e67d77666365..c0800e980f5601001de37c8f6260a79415f581ae 100644 (file)
@@ -57,7 +57,7 @@ asm ("cu_text_end:");
    generated by GCC.  (.gdb_index includes a gdb-generated map
    instead.)  */
 asm (
-"      .pushsection    .debug_aranges,\"\",@progbits \n"
+"      .pushsection    .debug_aranges,\"\",%progbits \n"
 "      .4byte  .Laranges_end - .Laranges_start \n"     // Length of Address Ranges Info
 ".Laranges_start: \n"
 "      .2byte  0x2 \n" // DWARF Version