summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/ld/testsuite/ld-mips-elf/mips-elf.exp
diff options
context:
space:
mode:
authorMatthew Fortune <matthew.fortune@imgtec.com>2016-04-20 14:29:40 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-04-20 14:29:40 +0000
commit39f13fa25e4d4d73a13687dfc1fca67916967018 (patch)
tree28f1e935577597f7616c87a4b3debf47766d3f6e /binutils-2.25/ld/testsuite/ld-mips-elf/mips-elf.exp
parentba7ec7f29961e88bc83e2f18cbdc54aa7f39e78d (diff)
parenta696d1d39e22f355b9f7762a0beeed014df761da (diff)
downloadtoolchain_binutils-39f13fa25e4d4d73a13687dfc1fca67916967018.tar.gz
toolchain_binutils-39f13fa25e4d4d73a13687dfc1fca67916967018.tar.bz2
toolchain_binutils-39f13fa25e4d4d73a13687dfc1fca67916967018.zip
Add support for DT_MIPS_RLD_MAP_REL.
am: a696d1d * commit 'a696d1d39e22f355b9f7762a0beeed014df761da': Add support for DT_MIPS_RLD_MAP_REL. Change-Id: If2957af88765d2a1c7f2f75ed1027feb9a3dbc37
Diffstat (limited to 'binutils-2.25/ld/testsuite/ld-mips-elf/mips-elf.exp')
-rw-r--r--binutils-2.25/ld/testsuite/ld-mips-elf/mips-elf.exp9
1 files changed, 9 insertions, 0 deletions
diff --git a/binutils-2.25/ld/testsuite/ld-mips-elf/mips-elf.exp b/binutils-2.25/ld/testsuite/ld-mips-elf/mips-elf.exp
index 21c809fa..c587d577 100644
--- a/binutils-2.25/ld/testsuite/ld-mips-elf/mips-elf.exp
+++ b/binutils-2.25/ld/testsuite/ld-mips-elf/mips-elf.exp
@@ -186,6 +186,15 @@ if { $linux_gnu } {
}
}
+# Test PIE debug dynamic tags
+if { $linux_gnu } {
+ run_dump_test "pie-o32"
+ if { $has_newabi } {
+ run_dump_test "pie-n32"
+ run_dump_test "pie-n64"
+ }
+}
+
if $has_newabi {
if { $embedded_elf } {
run_dump_test "elf-rel-got-n32-embed" \