public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH, gdb/testsuite] Use %progbits in watch-loc.c
@ 2018-03-01 19:02 Thomas Preudhomme
  2018-03-02 11:44 ` Yao Qi
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Preudhomme @ 2018-03-01 19:02 UTC (permalink / raw)
  To: Pedro Alves, GDB Patches

[-- Attachment #1: Type: text/plain, Size: 528 bytes --]

Hi,

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 by %progbits which should work on all
targets since it is used in target-independent elf/section7.s GAS test.

ChangeLog entry is as follows:

*** gdb/testsuite/ChangeLog ***

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

	* gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.

Is this ok for master?

Best regards,

Thomas

[-- Attachment #2: fix_progbits_use_watch-loc.patch --]
[-- Type: text/x-patch, Size: 623 bytes --]

diff --git a/gdb/testsuite/gdb.dlang/watch-loc.c b/gdb/testsuite/gdb.dlang/watch-loc.c
index 06fcc8922b43712dd36ce84600203427477ff69d..46810bcd2372ebc69c4c66e46ec9ee5b80f98b1a 100644
--- a/gdb/testsuite/gdb.dlang/watch-loc.c
+++ b/gdb/testsuite/gdb.dlang/watch-loc.c
@@ -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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH, gdb/testsuite] Use %progbits in watch-loc.c
  2018-03-01 19:02 [PATCH, gdb/testsuite] Use %progbits in watch-loc.c Thomas Preudhomme
@ 2018-03-02 11:44 ` Yao Qi
  2018-03-02 11:54   ` Thomas Preudhomme
  0 siblings, 1 reply; 3+ messages in thread
From: Yao Qi @ 2018-03-02 11:44 UTC (permalink / raw)
  To: Thomas Preudhomme; +Cc: Pedro Alves, GDB Patches

Thomas Preudhomme <thomas.preudhomme@foss.arm.com> writes:

> 2018-03-01  Thomas Preud'homme  <thomas.preudhomme@arm.com>
>
> 	* gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.

Patch is good to me.  A nit, can you update
gdb.mi/dw2-ref-missing-frame-func.c as well? @progbits is used there as well.

-- 
Yao (齐尧)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH, gdb/testsuite] Use %progbits in watch-loc.c
  2018-03-02 11:44 ` Yao Qi
@ 2018-03-02 11:54   ` Thomas Preudhomme
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Preudhomme @ 2018-03-02 11:54 UTC (permalink / raw)
  To: Yao Qi; +Cc: Pedro Alves, GDB Patches

[-- Attachment #1: Type: text/plain, Size: 622 bytes --]

Done. Committed the following:

*** gdb/testsuite/ChangeLog ***

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.

Best regards,

Thomas

On 02/03/18 11:44, Yao Qi wrote:
> Thomas Preudhomme <thomas.preudhomme@foss.arm.com> writes:
> 
>> 2018-03-01  Thomas Preud'homme  <thomas.preudhomme@arm.com>
>>
>> 	* gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
> 
> Patch is good to me.  A nit, can you update
> gdb.mi/dw2-ref-missing-frame-func.c as well? @progbits is used there as well.
> 

[-- Attachment #2: fix_progbits_use.patch --]
[-- Type: text/x-patch, Size: 1312 bytes --]

diff --git a/gdb/testsuite/gdb.dlang/watch-loc.c b/gdb/testsuite/gdb.dlang/watch-loc.c
index 06fcc8922b43712dd36ce84600203427477ff69d..46810bcd2372ebc69c4c66e46ec9ee5b80f98b1a 100644
--- a/gdb/testsuite/gdb.dlang/watch-loc.c
+++ b/gdb/testsuite/gdb.dlang/watch-loc.c
@@ -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
diff --git a/gdb/testsuite/gdb.mi/dw2-ref-missing-frame-func.c b/gdb/testsuite/gdb.mi/dw2-ref-missing-frame-func.c
index c6edff851e179207a59ae69848b0e67d77666365..c0800e980f5601001de37c8f6260a79415f581ae 100644
--- a/gdb/testsuite/gdb.mi/dw2-ref-missing-frame-func.c
+++ b/gdb/testsuite/gdb.mi/dw2-ref-missing-frame-func.c
@@ -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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-03-02 11:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-01 19:02 [PATCH, gdb/testsuite] Use %progbits in watch-loc.c Thomas Preudhomme
2018-03-02 11:44 ` Yao Qi
2018-03-02 11:54   ` Thomas Preudhomme

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).