summaryrefslogtreecommitdiffstats
path: root/ld/testsuite/ld-srec
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2012-05-26 11:13:20 +0000
committerAlan Modra <amodra@gmail.com>2012-05-26 11:13:20 +0000
commitf05eb3b73cbb938b6519ad4462ab6fd9934804f9 (patch)
treec444e4b8749b62369622239b9f5fd5d3ca5d72d1 /ld/testsuite/ld-srec
parente7c7fd1c228f4d55b47fd804e7e9c1bf77f24442 (diff)
downloadppe42-binutils-f05eb3b73cbb938b6519ad4462ab6fd9934804f9.tar.gz
ppe42-binutils-f05eb3b73cbb938b6519ad4462ab6fd9934804f9.zip
ld/
* ldlex.h (enum option_values): Move from.. * lexsup.c: ..here. * emultempl/ppc32elf.em: Include ldlex.h. (PARSE_AND_LIST_ARGS_CASES): Disable optimisations when --traditional-format. * emultempl/ppc64elf.em: Likewise. ld/testsuite/ * ld-srec/srec.exp: Remove powerpc64 flag setting.
Diffstat (limited to 'ld/testsuite/ld-srec')
-rw-r--r--ld/testsuite/ld-srec/srec.exp6
1 files changed, 1 insertions, 5 deletions
diff --git a/ld/testsuite/ld-srec/srec.exp b/ld/testsuite/ld-srec/srec.exp
index 4c213204cb..7f13e9c1fb 100644
--- a/ld/testsuite/ld-srec/srec.exp
+++ b/ld/testsuite/ld-srec/srec.exp
@@ -1,6 +1,6 @@
# Test linking directly to S-records.
# By Ian Lance Taylor, Cygnus Support.
-# Copyright 1999, 2000, 2001, 2002, 2003, 2005, 2006, 2007, 2009, 2011
+# Copyright 1999, 2000, 2001, 2002, 2003, 2005, 2006, 2007, 2009, 2011, 2012
# Free Software Foundation, Inc.
#
# This file is part of the GNU Binutils.
@@ -266,10 +266,6 @@ proc run_srec_test { test objs } {
set flags "$flags -no-relax"
}
- if [istarget powerpc64*-*-*] {
- set flags "$flags --no-toc-optimize"
- }
-
# Epiphany needs some help too
if [istarget epiphany*-*-*] {
set flags "$flags --defsym _start=00000060"
OpenPOWER on IntegriCloud