From 1ae72221f94f4d5938cf529bb439413ffb6a5ade Mon Sep 17 00:00:00 2001 From: Aldy Hernandez Date: Tue, 7 Jun 2005 21:14:09 +0000 Subject: [PATCH] * Makefile.am (readelf.o): Depend on ms1.h. * Makefile.in: Regenerate. * readelf.c: Include ms1.h. --- binutils/ChangeLog | 10 ++++++++++ binutils/Makefile.am | 1 + binutils/Makefile.in | 1 + binutils/readelf.c | 1 + 4 files changed, 13 insertions(+) diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 8018ed92484..5d0e219e687 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,13 @@ +2005-06-07 Aldy Hernandez + Michael Snyder + Stan Cox + + * Makefile.am (readelf.o): Depend on ms1.h. + + * Makefile.in: Regenerate. + + * readelf.c: Include ms1.h. + 2005-06-06 H.J. Lu PR 990 diff --git a/binutils/Makefile.am b/binutils/Makefile.am index 21c2d69c296..bac398f44a4 100644 --- a/binutils/Makefile.am +++ b/binutils/Makefile.am @@ -495,6 +495,7 @@ readelf.o: readelf.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ $(INCDIR)/elf/m32r.h $(INCDIR)/elf/m68k.h $(INCDIR)/elf/m68hc11.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/ms1.h \ $(INCDIR)/elf/or32.h $(INCDIR)/elf/pj.h $(INCDIR)/elf/ppc.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 \ diff --git a/binutils/Makefile.in b/binutils/Makefile.in index 36098c4a361..cb6b8645476 100644 --- a/binutils/Makefile.in +++ b/binutils/Makefile.in @@ -1239,6 +1239,7 @@ readelf.o: readelf.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ $(INCDIR)/elf/m32r.h $(INCDIR)/elf/m68k.h $(INCDIR)/elf/m68hc11.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/ms1.h \ $(INCDIR)/elf/or32.h $(INCDIR)/elf/pj.h $(INCDIR)/elf/ppc.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 \ diff --git a/binutils/readelf.c b/binutils/readelf.c index 31deb55f175..597da149412 100644 --- a/binutils/readelf.c +++ b/binutils/readelf.c @@ -94,6 +94,7 @@ #include "elf/mmix.h" #include "elf/mn10200.h" #include "elf/mn10300.h" +#include "elf/ms1.h" #include "elf/msp430.h" #include "elf/or32.h" #include "elf/pj.h" -- 2.30.2