diff options
author | Alan Modra <amodra@gmail.com> | 2000-06-07 03:43:33 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2000-06-07 03:43:33 +0000 |
commit | 1b452ec66bd22e10bfa182d8e6995f0037486560 (patch) | |
tree | 0de40f36aea82f8394c6fff3aab17271dcae57fa /bfd/Makefile.am | |
parent | 3e0bf9f1f0e77a5d40d6799fa49795350c39333e (diff) | |
download | ppe42-binutils-1b452ec66bd22e10bfa182d8e6995f0037486560.tar.gz ppe42-binutils-1b452ec66bd22e10bfa182d8e6995f0037486560.zip |
Get rid of the -1 dummy valued enum in START_RELOC_NUMBERS.
Remove duplicate reloc enums in elf32-d[13]0v.c
Remove EMPTY_HOWTOs in elf32-i386.c
Diffstat (limited to 'bfd/Makefile.am')
-rw-r--r-- | bfd/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/bfd/Makefile.am b/bfd/Makefile.am index 380b993f26..1b6a0a77c7 100644 --- a/bfd/Makefile.am +++ b/bfd/Makefile.am @@ -900,10 +900,12 @@ elf32-avr.lo: elf32-avr.c $(INCDIR)/filenames.h elf-bfd.h \ elf32-target.h elf32-d10v.lo: elf32-d10v.c $(INCDIR)/filenames.h elf-bfd.h \ $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ - $(INCDIR)/bfdlink.h elf32-target.h + $(INCDIR)/bfdlink.h $(INCDIR)/elf/d10v.h $(INCDIR)/elf/reloc-macros.h \ + elf32-target.h elf32-d30v.lo: elf32-d30v.c $(INCDIR)/filenames.h elf-bfd.h \ $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ - $(INCDIR)/bfdlink.h elf32-target.h + $(INCDIR)/bfdlink.h $(INCDIR)/elf/d30v.h $(INCDIR)/elf/reloc-macros.h \ + elf32-target.h elf32-fr30.lo: elf32-fr30.c $(INCDIR)/filenames.h elf-bfd.h \ $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ $(INCDIR)/bfdlink.h $(INCDIR)/elf/fr30.h $(INCDIR)/elf/reloc-macros.h \ |