diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2013-01-31 09:55:23 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2013-01-31 09:55:23 +0000 |
commit | 393dab15043bf537185da910c00e5c4ed58b7845 (patch) | |
tree | a6d4cc57e0912d56671e855e525271fcb67a8b8e /ld/testsuite/ld-cris | |
parent | d1aeba008ecbb502e6b0c0b5f4559cdf514c12fc (diff) | |
download | gdb-393dab15043bf537185da910c00e5c4ed58b7845.zip gdb-393dab15043bf537185da910c00e5c4ed58b7845.tar.gz gdb-393dab15043bf537185da910c00e5c4ed58b7845.tar.bz2 |
* ld-cris/libdso-13.d: Adjust for --enable-new-dtags now
default for *-*-linux-* by passing explicitly for all targets.
Diffstat (limited to 'ld/testsuite/ld-cris')
-rw-r--r-- | ld/testsuite/ld-cris/libdso-13.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/testsuite/ld-cris/libdso-13.d b/ld/testsuite/ld-cris/libdso-13.d index 7c7cb16..772480e 100644 --- a/ld/testsuite/ld-cris/libdso-13.d +++ b/ld/testsuite/ld-cris/libdso-13.d @@ -1,7 +1,7 @@ #source: dso-1.s #source: dsov32-3.s #as: --pic --no-underscore --march=v32 --em=criself -#ld: --shared -m crislinux -z nocombreloc +#ld: --shared -m crislinux -z nocombreloc --enable-new-dtags #readelf: -d -r #warning: relocation R_CRIS_32_PCREL should not be used in a shared object; recompile with -fPIC |