diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2003-09-30 19:12:53 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2003-09-30 19:12:53 +0000 |
commit | 18c5ee84de930581de82c7402246f73656881189 (patch) | |
tree | e026803e56c02400018bf1eb2859bc948cddf37c /ld | |
parent | f30992d46d166a62fb5dbb5b86b625ee019a7107 (diff) | |
download | gdb-18c5ee84de930581de82c7402246f73656881189.zip gdb-18c5ee84de930581de82c7402246f73656881189.tar.gz gdb-18c5ee84de930581de82c7402246f73656881189.tar.bz2 |
2003-09-30 H.J. Lu <hongjiu.lu@intel.com>
* ld-checks/checks.exp (section_check): Skip ia64-*-* instead
of ia64-*-linux*.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | ld/testsuite/ld-checks/checks.exp | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 160ee13..d620bad 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,5 +1,10 @@ 2003-09-30 H.J. Lu <hongjiu.lu@intel.com> + * ld-checks/checks.exp (section_check): Skip ia64-*-* instead + of ia64-*-linux*. + +2003-09-30 H.J. Lu <hongjiu.lu@intel.com> + * ld-ia64/ia64.exp: Remove -melf64_ia64. * ld-ia64/tlsbin.dd: Remove -melf64_ia64. Match elf..-ia64-.* diff --git a/ld/testsuite/ld-checks/checks.exp b/ld/testsuite/ld-checks/checks.exp index f9478df..66bf08b 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-*-linux*] + if { [istarget ia64-*-elf*] || [istarget ia64-*-*] || [istarget powerpc*-*-aix*] || [istarget powerpc-*-beos*] || [istarget rs6000-*-*] } { return |