diff options
author | Nick Clifton <nickc@redhat.com> | 2023-02-15 09:26:10 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2023-02-15 09:26:10 +0000 |
commit | 2b56cd91911c7b813b7fe9f92fb86af404356001 (patch) | |
tree | 47c9fc3960a650dceaa9545757ade19029ccf214 /ld/ChangeLog | |
parent | ecbc5c4f9059dd483cf8b0705cbd4e2e9606aad5 (diff) | |
download | gdb-2b56cd91911c7b813b7fe9f92fb86af404356001.zip gdb-2b56cd91911c7b813b7fe9f92fb86af404356001.tar.gz gdb-2b56cd91911c7b813b7fe9f92fb86af404356001.tar.bz2 |
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.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 8204ab5..ac2c913 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 |