mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-28 04:13:28 +08:00
2004-10-14 H.J. Lu <hongjiu.lu@intel.com>
* ld-scripts/sort.exp: Run for ELF targets only.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2004-10-14 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
* ld-scripts/sort.exp: Run for ELF targets only.
|
||||||
|
|
||||||
2004-10-14 Alan Modra <amodra@bigpond.net.au>
|
2004-10-14 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* ld-scripts/overlay-size.d: Update for changed orphan section
|
* ld-scripts/overlay-size.d: Update for changed orphan section
|
||||||
|
@ -17,6 +17,11 @@
|
|||||||
# along with this program; if not, write to the Free Software
|
# along with this program; if not, write to the Free Software
|
||||||
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
|
# FIXME: The expected outputs are correct only for ELF.
|
||||||
|
if ![is_elf_format] {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
load_lib ld-lib.exp
|
load_lib ld-lib.exp
|
||||||
|
|
||||||
set sort_test_list [lsort [glob -nocomplain $srcdir/$subdir/sort*.d]]
|
set sort_test_list [lsort [glob -nocomplain $srcdir/$subdir/sort*.d]]
|
||||||
|
Reference in New Issue
Block a user