aboutsummaryrefslogtreecommitdiff
path: root/ld/Makefile.in
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1996-10-17 05:10:52 +0000
committerJeff Law <law@redhat.com>1996-10-17 05:10:52 +0000
commitd27d34c382dca49e855531693060967a26cd9bb7 (patch)
tree28836a90c5ea7fb6547afc38e3cf7d85277a99b2 /ld/Makefile.in
parentc929945aad5c068b02ceb07c4ca50fded7b03cb6 (diff)
downloadgdb-d27d34c382dca49e855531693060967a26cd9bb7.zip
gdb-d27d34c382dca49e855531693060967a26cd9bb7.tar.gz
gdb-d27d34c382dca49e855531693060967a26cd9bb7.tar.bz2
* scripttempl/v850.sc: New linker script for the V850.
* Makefile.in: Use it.
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 f90ab2a..da9cc5d 100644
--- a/ld/Makefile.in
+++ b/ld/Makefile.in
@@ -625,7 +625,7 @@ evsta.c: $(srcdir)/emulparams/vsta.sh \
${GENSCRIPTS} vsta "$(tdir_vsta)"
# start-sanitize-v850
ev850.c: $(srcdir)/emulparams/v850.sh \
- $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
+ $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/v850.sc ${GEN_DEPENDS}
${GENSCRIPTS} v850 "$(tdir_v850)"
# end-sanitize-v850
ew65.c: $(srcdir)/emulparams/w65.sh \