diff options
author | H.J. Lu <hjl@lucon.org> | 2003-09-30 19:50:40 +0000 |
---|---|---|
committer | H.J. Lu <hjl@lucon.org> | 2003-09-30 19:50:40 +0000 |
commit | 2139b6a260f9afd660f30488d01bb57052e3bb4e (patch) | |
tree | 5e102bcfdc1c2b0e44bc070db77de260ccc1a89f /ld | |
parent | 78dac1a183cb42a2c89b95c81b9de5c64717b77c (diff) | |
download | binutils-redhat-2139b6a260f9afd660f30488d01bb57052e3bb4e.tar.gz |
2003-09-30 H.J. Lu <hongjiu.lu@intel.com>
* ld-checks/checks.exp (section_check): Remove ia64-*-elf*.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | ld/testsuite/ld-checks/checks.exp | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index d620badb8e..4035f39a5b 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,5 +1,9 @@ 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> + * ld-checks/checks.exp (section_check): Skip ia64-*-* instead of ia64-*-linux*. diff --git a/ld/testsuite/ld-checks/checks.exp b/ld/testsuite/ld-checks/checks.exp index 66bf08bca6..87a81509dd 100644 --- a/ld/testsuite/ld-checks/checks.exp +++ b/ld/testsuite/ld-checks/checks.exp @@ -25,7 +25,7 @@ proc section_check {} { global subdir # 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 rs6000-*-*] } { return |