aboutsummaryrefslogtreecommitdiff
path: root/ld/emulparams
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@acm.org>2006-10-05 01:06:13 +0000
committerBob Wilson <bob.wilson@acm.org>2006-10-05 01:06:13 +0000
commita9c70046ea557d899c90ebef0c30bdbe67fa155d (patch)
tree53bdfd54ead34b23deaf921e25df845bc6d3f516 /ld/emulparams
parent8aceae7e500646eed9eac810c8945c31e352c789 (diff)
downloadfsf-binutils-gdb-a9c70046ea557d899c90ebef0c30bdbe67fa155d.zip
fsf-binutils-gdb-a9c70046ea557d899c90ebef0c30bdbe67fa155d.tar.gz
fsf-binutils-gdb-a9c70046ea557d899c90ebef0c30bdbe67fa155d.tar.bz2
* emulparams/xtensa-config.sh: Delete file.
* emulparams/elf32xtensa.sh: Set MAXPAGESIZE here instead of including xtensa-config.sh. * Makefile.am (eelf32xtensa.c): Remove dependency on xtensa-config.sh. * Makefile.in: Regenerate.
Diffstat (limited to 'ld/emulparams')
-rw-r--r--ld/emulparams/elf32xtensa.sh5
-rw-r--r--ld/emulparams/xtensa-config.sh3
2 files changed, 1 insertions, 7 deletions
diff --git a/ld/emulparams/elf32xtensa.sh b/ld/emulparams/elf32xtensa.sh
index 1abef5d..01eed3a 100644
--- a/ld/emulparams/elf32xtensa.sh
+++ b/ld/emulparams/elf32xtensa.sh
@@ -1,7 +1,3 @@
-# First set some configuration-specific variables
-. ${srcdir}/emulparams/xtensa-config.sh
-
-# See genscripts.sh and ../scripttempl/elfxtensa.sc for the meaning of these.
SCRIPT_NAME=elfxtensa
TEMPLATE_NAME=elf32
EXTRA_EM_FILE=xtensaelf
@@ -10,6 +6,7 @@ BIG_OUTPUT_FORMAT="elf32-xtensa-be"
LITTLE_OUTPUT_FORMAT="elf32-xtensa-le"
TEXT_START_ADDR=0x400000
NONPAGED_TEXT_START_ADDR=0x400000
+MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
ARCH=xtensa
MACHINE=
GENERATE_SHLIB_SCRIPT=yes
diff --git a/ld/emulparams/xtensa-config.sh b/ld/emulparams/xtensa-config.sh
deleted file mode 100644
index 82e96a4..0000000
--- a/ld/emulparams/xtensa-config.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-# Xtensa configuration settings.
-
-MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"