diff options
author | Catherine Moore <clm@redhat.com> | 2005-09-30 15:19:54 +0000 |
---|---|---|
committer | Catherine Moore <clm@redhat.com> | 2005-09-30 15:19:54 +0000 |
commit | 1d65ded423498de9d25a0215eea68cbbf67a06d2 (patch) | |
tree | 70ccf9ff97bd5c491ae25cd34a70dbea28746b5c /binutils/Makefile.am | |
parent | dc603df5aede33bd496b21a12333d46a5b6fd797 (diff) | |
download | ppe42-binutils-1d65ded423498de9d25a0215eea68cbbf67a06d2.tar.gz ppe42-binutils-1d65ded423498de9d25a0215eea68cbbf67a06d2.zip |
* Makefile.am: Bfin support.
* Makefile.in: Regenerated.
* aclocal.m4: Regenerated.
* readelf.c (elf/bfin.h): Include.
(guess_is_rela): EM_BLACKFIN support.
(dump_relocations): Likewise.
Diffstat (limited to 'binutils/Makefile.am')
-rw-r--r-- | binutils/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/binutils/Makefile.am b/binutils/Makefile.am index dba2f9f98f..02a88a5c6a 100644 --- a/binutils/Makefile.am +++ b/binutils/Makefile.am @@ -480,7 +480,8 @@ readelf.o: readelf.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ $(INCDIR)/symcat.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h $(INCDIR)/elf/dwarf2.h $(INCDIR)/elf/alpha.h \ $(INCDIR)/elf/reloc-macros.h $(INCDIR)/elf/arc.h $(INCDIR)/elf/arm.h \ - $(INCDIR)/elf/avr.h $(INCDIR)/elf/cris.h $(INCDIR)/elf/d10v.h \ + $(INCDIR)/elf/avr.h $(INCDIR)/elf/bfin.h $(INCDIR)/elf/cris.h \ + $(INCDIR)/elf/d10v.h \ $(INCDIR)/elf/d30v.h $(INCDIR)/elf/dlx.h $(INCDIR)/elf/fr30.h \ $(INCDIR)/elf/frv.h $(INCDIR)/elf/h8.h $(INCDIR)/elf/hppa.h \ $(INCDIR)/elf/i386.h $(INCDIR)/elf/i370.h $(INCDIR)/elf/i860.h \ |