Browse Source

2003-09-30 H.J. Lu <hongjiu.lu@intel.com>

* ld-checks/checks.exp (section_check): Remove ia64-*-elf*.
cagney_bigcore-20040122-branch
H.J. Lu 23 years ago
parent
commit
5cd8624d60
  1. 4
      ld/testsuite/ChangeLog
  2. 2
      ld/testsuite/ld-checks/checks.exp

4
ld/testsuite/ChangeLog

@ -1,3 +1,7 @@
2003-09-30 H.J. Lu <hongjiu.lu@intel.com>
* ld-checks/checks.exp (section_check): Remove ia64-*-elf*.
2003-09-30 H.J. Lu <hongjiu.lu@intel.com> 2003-09-30 H.J. Lu <hongjiu.lu@intel.com>
* ld-checks/checks.exp (section_check): Skip ia64-*-* instead * ld-checks/checks.exp (section_check): Skip ia64-*-* instead

2
ld/testsuite/ld-checks/checks.exp

@ -25,7 +25,7 @@ proc section_check {} {
global subdir global subdir
# The usage of .lcomm in asm.s is incompatible with ia64 and ppc coff. # The usage of .lcomm in asm.s is incompatible with ia64 and ppc coff.
if { [istarget ia64-*-elf*] || [istarget ia64-*-*] if { [istarget ia64-*-*]
|| [istarget powerpc*-*-aix*] || [istarget powerpc-*-beos*] || [istarget powerpc*-*-aix*] || [istarget powerpc-*-beos*]
|| [istarget rs6000-*-*] } { || [istarget rs6000-*-*] } {
return return

Loading…
Cancel
Save