mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
* ld-discard/discard.exp: Don't run on linuxaout or linuxoldld.
* ld-linkonce/linkonce.exp: Likewise. * ld-selective/sel-dump.exp: Likewise. * ld-selective/selective.exp: Don't run on aout or bout.
This commit is contained in:
@ -1,3 +1,10 @@
|
|||||||
|
2002-08-10 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
|
* ld-discard/discard.exp: Don't run on linuxaout or linuxoldld.
|
||||||
|
* ld-linkonce/linkonce.exp: Likewise.
|
||||||
|
* ld-selective/sel-dump.exp: Likewise.
|
||||||
|
* ld-selective/selective.exp: Don't run on aout or bout.
|
||||||
|
|
||||||
2002-08-08 H.J. Lu <hjl@gnu.org>
|
2002-08-08 H.J. Lu <hjl@gnu.org>
|
||||||
|
|
||||||
* ld-elfvers/vers.exp: Add vers22.
|
* ld-elfvers/vers.exp: Add vers22.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Expect script for ld discard tests
|
# Expect script for ld discard tests
|
||||||
# Copyright 2001 Free Software Foundation, Inc.
|
# Copyright 2001, 2002 Free Software Foundation, Inc.
|
||||||
#
|
#
|
||||||
# This file is free software; you can redistribute it and/or modify
|
# This file is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
@ -29,6 +29,11 @@ if { ![istarget *-*-linux*] \
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if { [istarget *-*-linux*aout*] \
|
||||||
|
|| [istarget *-*-linux*oldld*] } {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
load_lib ld-lib.exp
|
load_lib ld-lib.exp
|
||||||
|
|
||||||
set test_list [lsort [glob -nocomplain $srcdir/$subdir/*.d]]
|
set test_list [lsort [glob -nocomplain $srcdir/$subdir/*.d]]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Expect script for ld linkonce tests
|
# Expect script for ld linkonce tests
|
||||||
# Copyright 2001 Free Software Foundation, Inc.
|
# Copyright 2001, 2002 Free Software Foundation, Inc.
|
||||||
#
|
#
|
||||||
# This file is free software; you can redistribute it and/or modify
|
# This file is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
@ -28,6 +28,11 @@ if { ![istarget *-*-linux*] \
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if { [istarget *-*-linux*aout*] \
|
||||||
|
|| [istarget *-*-linux*oldld*] } {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
load_lib ld-lib.exp
|
load_lib ld-lib.exp
|
||||||
|
|
||||||
set rd_test_list [lsort [glob -nocomplain $srcdir/$subdir/*.d]]
|
set rd_test_list [lsort [glob -nocomplain $srcdir/$subdir/*.d]]
|
||||||
|
@ -25,6 +25,11 @@ if { ![istarget *-*-linux*]
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if { [istarget *-*-linux*aout*] \
|
||||||
|
|| [istarget *-*-linux*oldld*] } {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
load_lib ld-lib.exp
|
load_lib ld-lib.exp
|
||||||
|
|
||||||
set test_list [lsort [glob -nocomplain $srcdir/$subdir/*.d]]
|
set test_list [lsort [glob -nocomplain $srcdir/$subdir/*.d]]
|
||||||
|
@ -20,7 +20,9 @@
|
|||||||
|
|
||||||
|
|
||||||
# AOUT based ports do not support selective linking
|
# AOUT based ports do not support selective linking
|
||||||
if {[istarget "vax-*-ultrix*"]} {
|
if {[istarget "*-*-*aout*"] \
|
||||||
|
|| [istarget "*-*-*bout*"] \
|
||||||
|
|| [istarget "vax-*-ultrix*"]} {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user