* 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 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.
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
}
.globl include_sym
+ .data
include_sym:
- .long exclude_sym - include_sym
+ .long exclude_sym
.globl exclude_sym
+ .data
exclude_sym:
.long 0