2004-10-19 H.J. Lu <hongjiu.lu@intel.com>
authorH.J. Lu <hjl.tools@gmail.com>
Tue, 19 Oct 2004 17:14:38 +0000 (17:14 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 19 Oct 2004 17:14:38 +0000 (17:14 +0000)
* ld-elf/exclude.exp: Allow cris-*-elf.

* ld-elf/exclude1.s: Add ".data". Remove "- include_sym".
* ld-elf/exclude2.s: Add ".data".

ld/testsuite/ChangeLog
ld/testsuite/ld-elf/exclude.exp
ld/testsuite/ld-elf/exclude1.s
ld/testsuite/ld-elf/exclude2.s

index 34fa6ea..5bc834c 100644 (file)
@@ -1,3 +1,10 @@
+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".
+
 2004-10-19  Hans-Peter Nilsson  <hp@bitrange.com>
 
        * ld-elf/exclude.exp: Don't run for cris-*-elf.
index 6d7df1c..ffe6b02 100644 (file)
@@ -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
 }
 
index 45583a3..515d078 100644 (file)
@@ -1,3 +1,4 @@
        .globl include_sym
+       .data
 include_sym:
-       .long   exclude_sym - include_sym
+       .long   exclude_sym
index 401aa22..e9b5819 100644 (file)
@@ -1,3 +1,4 @@
        .globl exclude_sym
+       .data
 exclude_sym:
        .long   0