public inbox for binutils-cvs@sourceware.org
 help / color / mirror / Atom feed
* [binutils-gdb] Fix the linker's merge4 test for the HPPA architecture.
@ 2023-02-15  9:26 Nick Clifton
  0 siblings, 0 replies; only message in thread
From: Nick Clifton @ 2023-02-15  9:26 UTC (permalink / raw)
  To: bfd-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=2b56cd91911c7b813b7fe9f92fb86af404356001

commit 2b56cd91911c7b813b7fe9f92fb86af404356001
Author: Nick Clifton <nickc@redhat.com>
Date:   Wed Feb 15 09:26:10 2023 +0000

    Fix the linker's merge4 test for the HPPA architecture.
    
     PR 30078 * testsuite/ld-elf/merge4b.s: Use .asciz instead of .string in order to avoid the special behaviour of the .string directive on HPPA architectures.

Diff:
---
 ld/ChangeLog                  |  7 +++++++
 ld/testsuite/ld-elf/merge4b.s | 10 +++++-----
 2 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/ld/ChangeLog b/ld/ChangeLog
index 8204ab507ea..ac2c913f3cd 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,10 @@
+2023-02-15  Nick Clifton  <nickc@redhat.com>
+
+	PR 30078
+	* testsuite/ld-elf/merge4b.s: Use .asciz instead of .string in
+	order to avoid the special behaviour of the .string directive on
+	HPPA architectures.
+
 2023-02-14  Nick Clifton  <nickc@redhat.com>
 
 	* ld.texi (Plugins): Mention that the -plugin command line option
diff --git a/ld/testsuite/ld-elf/merge4b.s b/ld/testsuite/ld-elf/merge4b.s
index d4b66aab5e6..03cfaaabcec 100644
--- a/ld/testsuite/ld-elf/merge4b.s
+++ b/ld/testsuite/ld-elf/merge4b.s
@@ -1,11 +1,11 @@
 /* Check that pointing into padding zeros of string sections works. */
 	.section	.rodata.str1.1,"aMS",@progbits,1
-	.string ""
+	.asciz ""
 .LC0:
-	.string	"foobar"
+	.asciz	"foobar"
 1:
-	.string ""
-	.string "whatever"
+	.asciz ""
+	.asciz "whatever"
 	.section .data
 	.globl addr_of_str
 	.type addr_of_str, @object
@@ -19,5 +19,5 @@ addr_of_str2:
 	.type	str, @object
 	.size	str, 7
 str:
-	.string	"foobar"
+	.asciz	"foobar"
 	.section	.note.GNU-stack,"",@progbits

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-02-15  9:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-15  9:26 [binutils-gdb] Fix the linker's merge4 test for the HPPA architecture Nick Clifton

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).