* ld-srec/srec.exp (run_srec_test): Pass --traditional-format to ld.
This commit is contained in:
parent
43d92ce0bf
commit
d2823f55fd
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2003-01-20 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
|
* ld-srec/srec.exp (run_srec_test): Pass --traditional-format to ld.
|
||||||
|
|
||||||
2003-01-18 Jakub Jelinek <jakub@redhat.com>
|
2003-01-18 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
* ld-ia64/tlspic1.s: Add tests for IE in shared libraries.
|
* ld-ia64/tlspic1.s: Add tests for IE in shared libraries.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Test linking directly to S-records.
|
# Test linking directly to S-records.
|
||||||
# By Ian Lance Taylor, Cygnus Support.
|
# By Ian Lance Taylor, Cygnus Support.
|
||||||
# Copyright 2001
|
# Copyright 2001, 2002, 2003
|
||||||
# Free Software Foundation, Inc.
|
# 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
|
||||||
|
@ -225,7 +225,8 @@ proc run_srec_test { test objs } {
|
||||||
global sizeof_headers
|
global sizeof_headers
|
||||||
global host_triplet
|
global host_triplet
|
||||||
|
|
||||||
set flags ""
|
# Tell the ELF linker to not do anything clever with .eh_frame.
|
||||||
|
set flags "--traditional-format"
|
||||||
|
|
||||||
# If the linker script uses SIZEOF_HEADERS, use a -Ttext argument
|
# If the linker script uses SIZEOF_HEADERS, use a -Ttext argument
|
||||||
# to force both the normal link and the S-record link to be put in
|
# to force both the normal link and the S-record link to be put in
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue