aboutsummaryrefslogtreecommitdiff
path: root/bfd/Makefile.in
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2002-08-22 17:27:20 +0000
committerNick Clifton <nickc@redhat.com>2002-08-22 17:27:20 +0000
commited71e1110daa51fb1e40bf98ab7b27768be6a123 (patch)
tree16d35c46d831e6f5422d2dbf52cea1670a5d6f25 /bfd/Makefile.in
parentdfe0d3fe28b8e6f9e8a43c9aabc09db723b52fc8 (diff)
downloadfsf-binutils-gdb-ed71e1110daa51fb1e40bf98ab7b27768be6a123.zip
fsf-binutils-gdb-ed71e1110daa51fb1e40bf98ab7b27768be6a123.tar.gz
fsf-binutils-gdb-ed71e1110daa51fb1e40bf98ab7b27768be6a123.tar.bz2
Add sh-nto support
Diffstat (limited to 'bfd/Makefile.in')
-rw-r--r--bfd/Makefile.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in
index 6d80048..6a137cd 100644
--- a/bfd/Makefile.in
+++ b/bfd/Makefile.in
@@ -368,6 +368,7 @@ BFD32_BACKENDS = \
elf32-sh64-com.lo \
elf32-sh-nbsd.lo \
elf32-sh64-nbsd.lo \
+ elf32-shqnx.lo \
elf32-sparc.lo \
elf32-v850.lo \
elf32-vax.lo \
@@ -528,6 +529,7 @@ BFD32_BACKENDS_CFILES = \
elf32-sh-lin.c \
elf32-sh-nbsd.c \
elf32-sh64-nbsd.c \
+ elf32-shqnx.c \
elf32-sparc.c \
elf32-v850.c \
elf32-vax.c \
@@ -1790,6 +1792,10 @@ elf32-sh64-nbsd.lo: elf32-sh64-nbsd.c elf32-sh64.c \
$(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
$(srcdir)/../opcodes/sh64-opc.h elf32-sh.c $(INCDIR)/elf/sh.h \
$(INCDIR)/elf/reloc-macros.h elf32-target.h
+elf32-shqnx.lo: elf32-shqnx.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
+ elf-bfd.h elf32-qnx.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
+ $(INCDIR)/elf/external.h $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h \
+ elf32-target.h
elf32-sparc.lo: elf32-sparc.c $(INCDIR)/filenames.h \
$(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
$(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/sparc.h \