diff options
author | Alan Modra <amodra@gmail.com> | 2019-05-29 22:56:30 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2019-05-30 01:01:42 +0930 |
commit | 6ff185b89017b16e9092142515f0a119b684ac72 (patch) | |
tree | 84454f55f3d02befd60e7b34311d9bf22f6089c1 /ld/testsuite | |
parent | 1336939d3cd4cb02670c48ef065bafdf0fdae300 (diff) | |
download | gdb-6ff185b89017b16e9092142515f0a119b684ac72.zip gdb-6ff185b89017b16e9092142515f0a119b684ac72.tar.gz gdb-6ff185b89017b16e9092142515f0a119b684ac72.tar.bz2 |
s12z genelf.em
This changes s12z to use generic.em and genelf.em, which is more
suited to targets that use the generic linker hash table. A tweak or
two to some testsuite predicates then gives a clean testsuite result
on the target.
PR 24596
binutils/
* testsuite/lib/binutils-common.exp (supports_gnu_unique): Add
s12z to targets not supporting this feature.
ld/
* emulparams/m9s12zelf.sh (TEMPLATE_NAME): Set to generic.
(EXTRA_EM_FILE): Define to genelf.
* testsuite/lib/ld-lib.exp (uses_genelf): Add s12z.
Diffstat (limited to 'ld/testsuite')
-rw-r--r-- | ld/testsuite/lib/ld-lib.exp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/testsuite/lib/ld-lib.exp b/ld/testsuite/lib/ld-lib.exp index f4d6707..2504936 100644 --- a/ld/testsuite/lib/ld-lib.exp +++ b/ld/testsuite/lib/ld-lib.exp @@ -1113,6 +1113,7 @@ proc uses_genelf { } { || [istarget "msp430-*-*"] || [istarget "mt-*-*"] || [istarget "pj*-*-*"] + || [istarget "s12z-*-*"] || [istarget "xgate-*-*"] } { return 1 } |