aboutsummaryrefslogtreecommitdiff
path: root/ld/Makefile.in
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2004-09-29 16:46:00 +0000
committerNick Clifton <nickc@redhat.com>2004-09-29 16:46:00 +0000
commit1ee7cf4ceb02b99f57924fb74cb0a76b00365255 (patch)
treed600a0f7a5f8059a51e08e609065cb7e93c7c76e /ld/Makefile.in
parentee21b650be3203a6ace921530e694ef045613d0a (diff)
downloadgdb-1ee7cf4ceb02b99f57924fb74cb0a76b00365255.zip
gdb-1ee7cf4ceb02b99f57924fb74cb0a76b00365255.tar.gz
gdb-1ee7cf4ceb02b99f57924fb74cb0a76b00365255.tar.bz2
xstormy16.sc: Only perform the assignments to the ROM region when not performing
a relocatable link. The ROM region does not start at address 0, but the sections will. Makefile.am: Fix linker script dependency for the generation of eelf32xstormy16.c.
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r--ld/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in
index 3e4b1b8..ce98c5b 100644
--- a/ld/Makefile.in
+++ b/ld/Makefile.in
@@ -1337,7 +1337,7 @@ eebmon29k.c: $(srcdir)/emulparams/ebmon29k.sh \
${GENSCRIPTS} ebmon29k "$(tdir_ebmon29k)"
eelf32xstormy16.c: $(srcdir)/emulparams/elf32xstormy16.sh \
$(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/needrelax.em \
- $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
+ $(srcdir)/scripttempl/xstormy16.sc ${GEN_DEPENDS}
${GENSCRIPTS} elf32xstormy16 "$(tdir_xstormy16)"
eelf32am33lin.c: $(srcdir)/emulparams/elf32am33lin.sh \
$(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}