diff options
author | Alan Modra <amodra@gmail.com> | 2003-01-16 04:10:23 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2003-01-16 04:10:23 +0000 |
commit | c833c0197bfa4c7c26349e0170ee995a080f89ce (patch) | |
tree | 065f0b30d697f998a9105ab1705608794287a038 /binutils/Makefile.am | |
parent | 04c9666ac818e3d8060da72c6d31b837821e77c8 (diff) | |
download | gdb-c833c0197bfa4c7c26349e0170ee995a080f89ce.zip gdb-c833c0197bfa4c7c26349e0170ee995a080f89ce.tar.gz gdb-c833c0197bfa4c7c26349e0170ee995a080f89ce.tar.bz2 |
* readelf.c: Include elf/ppc64.h.
(dump_relocations <EM_PPC64>): Use elf_ppc64_reloc_type.
* Makefile.am: Run "make dep-am".
* Makefile.in: Regenerate.
Diffstat (limited to 'binutils/Makefile.am')
-rw-r--r-- | binutils/Makefile.am | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/binutils/Makefile.am b/binutils/Makefile.am index 41348fd..2c1b515 100644 --- a/binutils/Makefile.am +++ b/binutils/Makefile.am @@ -472,10 +472,11 @@ readelf.o: readelf.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ $(INCDIR)/elf/mcore.h $(INCDIR)/elf/mips.h $(INCDIR)/elf/mmix.h \ $(INCDIR)/elf/mn10200.h $(INCDIR)/elf/mn10300.h $(INCDIR)/elf/msp430.h \ $(INCDIR)/elf/or32.h $(INCDIR)/elf/pj.h $(INCDIR)/elf/ppc.h \ - $(INCDIR)/elf/s390.h $(INCDIR)/elf/sh.h $(INCDIR)/elf/sparc.h \ - $(INCDIR)/elf/v850.h $(INCDIR)/elf/vax.h $(INCDIR)/elf/x86-64.h \ - $(INCDIR)/elf/xstormy16.h bucomm.h config.h $(INCDIR)/bin-bugs.h \ - $(INCDIR)/fopen-same.h unwind-ia64.h + $(INCDIR)/elf/ppc64.h $(INCDIR)/elf/s390.h $(INCDIR)/elf/sh.h \ + $(INCDIR)/elf/sparc.h $(INCDIR)/elf/v850.h $(INCDIR)/elf/vax.h \ + $(INCDIR)/elf/x86-64.h $(INCDIR)/elf/xstormy16.h $(INCDIR)/elf/iq2000.h \ + bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \ + unwind-ia64.h rename.o: rename.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ $(INCDIR)/symcat.h bucomm.h config.h $(INCDIR)/bin-bugs.h \ $(INCDIR)/fopen-same.h |