From: Bob Wilson Date: Thu, 5 Oct 2006 01:06:13 +0000 (+0000) Subject: * emulparams/xtensa-config.sh: Delete file. X-Git-Tag: gdb_6_6-2006-11-15-branchpoint~332 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a9c70046ea557d899c90ebef0c30bdbe67fa155d;p=external%2Fbinutils.git * 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. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 0af25ae..09fd550 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,11 @@ +2006-10-04 Bob Wilson + + * 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. + 2006-10-03 Pedro Alves * pe-dll.c : Fix typo. diff --git a/ld/Makefile.am b/ld/Makefile.am index 26f0580..ee96f29 100644 --- a/ld/Makefile.am +++ b/ld/Makefile.am @@ -671,8 +671,7 @@ eelf32am33lin.c: $(srcdir)/emulparams/elf32am33lin.sh \ eelf32vax.c: $(srcdir)/emulparams/elf32vax.sh \ $(ELF_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} ${GENSCRIPTS} elf32vax "$(tdir_elf32vax)" -eelf32xtensa.c: $(srcdir)/emulparams/elf32xtensa.sh \ - $(srcdir)/emulparams/xtensa-config.sh $(ELF_DEPS) \ +eelf32xtensa.c: $(srcdir)/emulparams/elf32xtensa.sh $(ELF_DEPS) \ $(srcdir)/emultempl/xtensaelf.em $(INCDIR)/xtensa-config.h \ $(BFDDIR)/elf-bfd.h $(BFDDIR)/libbfd.h $(INCDIR)/elf/xtensa.h \ $(srcdir)/scripttempl/elfxtensa.sc ${GEN_DEPENDS} diff --git a/ld/Makefile.in b/ld/Makefile.in index b754d0b..49337c2 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -1482,8 +1482,7 @@ eelf32am33lin.c: $(srcdir)/emulparams/elf32am33lin.sh \ eelf32vax.c: $(srcdir)/emulparams/elf32vax.sh \ $(ELF_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} ${GENSCRIPTS} elf32vax "$(tdir_elf32vax)" -eelf32xtensa.c: $(srcdir)/emulparams/elf32xtensa.sh \ - $(srcdir)/emulparams/xtensa-config.sh $(ELF_DEPS) \ +eelf32xtensa.c: $(srcdir)/emulparams/elf32xtensa.sh $(ELF_DEPS) \ $(srcdir)/emultempl/xtensaelf.em $(INCDIR)/xtensa-config.h \ $(BFDDIR)/elf-bfd.h $(BFDDIR)/libbfd.h $(INCDIR)/elf/xtensa.h \ $(srcdir)/scripttempl/elfxtensa.sc ${GEN_DEPENDS} 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)"