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:
parent
532345f2da
commit
0e99ae0cc2
4 changed files with 12 additions and 3 deletions
|
@ -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>
|
2004-10-19 Hans-Peter Nilsson <hp@bitrange.com>
|
||||||
|
|
||||||
* ld-elf/exclude.exp: Don't run for cris-*-elf.
|
* ld-elf/exclude.exp: Don't run for cris-*-elf.
|
||||||
|
|
|
@ -23,8 +23,8 @@ if ![is_elf_format] {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
# No shared lib support on these targets.
|
# No shared lib support on this target.
|
||||||
if { [istarget "mcore-*-*"] || [istarget "cris-*-elf"] } {
|
if { [istarget "mcore-*-*"] } {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
.globl include_sym
|
.globl include_sym
|
||||||
|
.data
|
||||||
include_sym:
|
include_sym:
|
||||||
.long exclude_sym - include_sym
|
.long exclude_sym
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
.globl exclude_sym
|
.globl exclude_sym
|
||||||
|
.data
|
||||||
exclude_sym:
|
exclude_sym:
|
||||||
.long 0
|
.long 0
|
||||||
|
|
Loading…
Reference in a new issue