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".
This commit is contained in:
H.J. Lu 2004-10-19 17:14:38 +00:00
parent 532345f2da
commit 0e99ae0cc2
4 changed files with 12 additions and 3 deletions

View 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.

View 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
}

View File

@ -1,3 +1,4 @@
.globl include_sym
.data
include_sym:
.long exclude_sym - include_sym
.long exclude_sym

View File

@ -1,3 +1,4 @@
.globl exclude_sym
.data
exclude_sym:
.long 0