public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: Alan Modra <amodra@gmail.com>
To: binutils@sourceware.org
Subject: Tweak MBIND ld test for ARM.
Date: Fri, 07 Apr 2017 09:51:00 -0000	[thread overview]
Message-ID: <20170407095141.GT16711@bubble.grove.modra.org> (raw)

diff --git a/ld/ChangeLog b/ld/ChangeLog
index 1d2f43b..f4917b7 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+2017-04-07  Alan Modra  <amodra@gmail.com>
+
+	* testsuite/ld-elf/mbind2a.s: Don't use @, the ARM comment char.
+
 2017-04-07  gingold  <gingold@gingold-Precision-7510>
 
 	* testsuite/ld-pe/pe.exp: New test.
diff --git a/ld/testsuite/ld-elf/mbind2a.s b/ld/testsuite/ld-elf/mbind2a.s
index 2da9792..95547be 100644
--- a/ld/testsuite/ld-elf/mbind2a.s
+++ b/ld/testsuite/ld-elf/mbind2a.s
@@ -1,15 +1,15 @@
 /* Place bss_in_mbind0 in .mbind.bss section with sh_info == 0.  */
 	.globl bss_in_mbind0
-	.section .mbind.bss,"adw",@nobits,0
-	.type bss_in_mbind0, @object
+	.section .mbind.bss,"adw",%nobits,0
+	.type bss_in_mbind0, %object
 	.size bss_in_mbind0, 1
 bss_in_mbind0:
 	.zero 1
 
 /* Place data_in_mbind3 in .mbind.data section with sh_info == 3.  */
 	.globl data_in_mbind3
-	.section .mbind.data,"adw",@progbits,0x3
-	.type data_in_mbind3, @object
+	.section .mbind.data,"adw",%progbits,0x3
+	.type data_in_mbind3, %object
 	.size data_in_mbind3, 1
 data_in_mbind3:
 	.byte 0

-- 
Alan Modra
Australia Development Lab, IBM

                 reply	other threads:[~2017-04-07  9:51 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170407095141.GT16711@bubble.grove.modra.org \
    --to=amodra@gmail.com \
    --cc=binutils@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).