aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-elf/exclude.exp
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2004-10-19 17:14:38 +0000
committerH.J. Lu <hjl.tools@gmail.com>2004-10-19 17:14:38 +0000
commit0e99ae0cc27bcd7e772d1842a503d4175ee02174 (patch)
treec129bf1dd3b468a778a269c09387471dcc7b2877 /ld/testsuite/ld-elf/exclude.exp
parent532345f2da56538e8288e3fdc343f452ea7754f8 (diff)
downloadfsf-binutils-gdb-0e99ae0cc27bcd7e772d1842a503d4175ee02174.zip
fsf-binutils-gdb-0e99ae0cc27bcd7e772d1842a503d4175ee02174.tar.gz
fsf-binutils-gdb-0e99ae0cc27bcd7e772d1842a503d4175ee02174.tar.bz2
2004-10-19 H.J. Lu <hongjiu.lu@intel.com>
* ld-elf/exclude.exp: Allow cris-*-elf. * ld-elf/exclude1.s: Add ".data". Remove "- include_sym". * ld-elf/exclude2.s: Add ".data".
Diffstat (limited to 'ld/testsuite/ld-elf/exclude.exp')
-rw-r--r--ld/testsuite/ld-elf/exclude.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/testsuite/ld-elf/exclude.exp b/ld/testsuite/ld-elf/exclude.exp
index 6d7df1c..ffe6b02 100644
--- a/ld/testsuite/ld-elf/exclude.exp
+++ b/ld/testsuite/ld-elf/exclude.exp
@@ -23,8 +23,8 @@ if ![is_elf_format] {
return
}
-# No shared lib support on these targets.
-if { [istarget "mcore-*-*"] || [istarget "cris-*-elf"] } {
+# No shared lib support on this target.
+if { [istarget "mcore-*-*"] } {
return
}