]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/testsuite/ChangeLog
[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)
commitecc054c097e7ced281d02ef9632eb0261a410b96
treee22497abd6142293cf86f572835af8b87d4b61b7
parent9a2ebffd4dd9cffac395177e997f6f47408b4782
[GDB/testsuite] Use %progbits in watch-loc.c

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