diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2000-09-07 04:23:43 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2000-09-07 04:23:43 +0000 |
commit | b129bfef3a7734709c529628c3f8b4fd7dc60a2e (patch) | |
tree | feeabdd03869ed6819fdffed665ef92df6ef717c /bfd/Makefile.in | |
parent | a28a3ccf6af2a326e408770e80d06a7c0cfab036 (diff) | |
download | gdb-b129bfef3a7734709c529628c3f8b4fd7dc60a2e.zip gdb-b129bfef3a7734709c529628c3f8b4fd7dc60a2e.tar.gz gdb-b129bfef3a7734709c529628c3f8b4fd7dc60a2e.tar.bz2 |
* config.bfd (sh-*-linux*): Added.
* configure.in (bfd_elf32_shlin_vec, bfd_elf32_shblin_vec): New.
* targets.c: Declare them.
* elf32-sh-lin.c: New file.
* Makefile.am: Compile it.
* elf32-sh.c: Don't override defines from elf32-sh-lin.c.
* configure, Makefile.in: Rebuilt.
Diffstat (limited to 'bfd/Makefile.in')
-rw-r--r-- | bfd/Makefile.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in index 4ee2424..2c089bd 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -319,6 +319,7 @@ BFD32_BACKENDS = \ elf32-pj.lo \ elf32-ppc.lo \ elf32-sh.lo \ + elf32-sh-lin.lo \ elf32-sparc.lo \ elf32-v850.lo \ elf32.lo \ @@ -457,6 +458,7 @@ BFD32_BACKENDS_CFILES = \ elf32-pj.c \ elf32-ppc.c \ elf32-sh.c \ + elf32-sh-lin.c \ elf32-sparc.c \ elf32-v850.c \ elf32.c \ @@ -1547,6 +1549,11 @@ elf32-sh.lo: elf32-sh.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \ elf-bfd.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 +# Keep this one in sync with the one above +elf32-sh-lin.lo: elf32-sh.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \ + elf-bfd.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-sh-lin.c 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 \ |