mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 14:59:31 +08:00
2003-09-30 H.J. Lu <hongjiu.lu@intel.com>
* ld-checks/checks.exp (section_check): Skip ia64-*-* instead of ia64-*-linux*.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
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>
|
2003-09-30 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
* ld-ia64/ia64.exp: Remove -melf64_ia64.
|
* ld-ia64/ia64.exp: Remove -melf64_ia64.
|
||||||
|
@ -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-*-linux*]
|
if { [istarget ia64-*-elf*] || [istarget ia64-*-*]
|
||||||
|| [istarget powerpc*-*-aix*] || [istarget powerpc-*-beos*]
|
|| [istarget powerpc*-*-aix*] || [istarget powerpc-*-beos*]
|
||||||
|| [istarget rs6000-*-*] } {
|
|| [istarget rs6000-*-*] } {
|
||||||
return
|
return
|
||||||
|
Reference in New Issue
Block a user