diff options
author | Claudiu Zissulescu <claziss@synopsys.com> | 2023-04-13 11:09:26 +0300 |
---|---|---|
committer | Claudiu Zissulescu <claziss@gmail.com> | 2023-04-13 11:21:01 +0300 |
commit | 546c7898dccb204eb56c8ed7c5b707c75de31b53 (patch) | |
tree | 585ba87f2b691e8770e65511c39e3b8a4db27e70 /ld/ChangeLog | |
parent | bd6750f0c4c2dea4b6b91919176bc347e76b8a5a (diff) | |
download | gdb-546c7898dccb204eb56c8ed7c5b707c75de31b53.zip gdb-546c7898dccb204eb56c8ed7c5b707c75de31b53.tar.gz gdb-546c7898dccb204eb56c8ed7c5b707c75de31b53.tar.bz2 |
arc: Update ARC specific linker tests.
All the tests are designed for a little-endian ARC system. Thus,
update the arc predicate in arc.exp, improve the matching pattern for
linker relaxation test, and add linker scripts to nps-1x tests.
Signed-off-by: Claudiu Zissulescu <claziss@synopsys.com>
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 7d42a3e..6b03cff 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,10 @@ +2023-04-13 Claudiu Zissulescu <claziss@synopsys.com> + + * testsuite/ld-arc/arc.exp: Update execution predicate. + * testsuite/ld-arc/nps-1a.d: Add linker script option. + * testsuite/ld-arc/nps-1b.d: Likewise. + * testsuite/ld-arc/relax-local-pic.d: Update matching patterns. + 2023-04-12 Nick Clifton <nickc@redhat.com> * ld.texi (--enable-non-contiguous-regions): Fix typos in script |