* Makefile.am (readelf.o): Depend on ms1.h.
authorAldy Hernandez <aldyh@redhat.com>
Tue, 7 Jun 2005 21:14:09 +0000 (21:14 +0000)
committerAldy Hernandez <aldyh@redhat.com>
Tue, 7 Jun 2005 21:14:09 +0000 (21:14 +0000)
* Makefile.in: Regenerate.

* readelf.c: Include ms1.h.

binutils/ChangeLog
binutils/Makefile.am
binutils/Makefile.in
binutils/readelf.c

index 8018ed92484381fb402b4b09d2a494df42ff2d45..5d0e219e6871878e3498dd5726abdaddc520b4c1 100644 (file)
@@ -1,3 +1,13 @@
+2005-06-07  Aldy Hernandez  <aldyh@redhat.com>
+           Michael Snyder  <msnyder@redhat.com>
+           Stan Cox  <scox@redhat.com>
+
+       * Makefile.am (readelf.o): Depend on ms1.h.
+
+       * Makefile.in: Regenerate.
+
+       * readelf.c: Include ms1.h.
+
 2005-06-06  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR 990
index 21c2d69c296915fa55da58893feb5082cc9aa0ac..bac398f44a48c58767fbe66466cf71aa9df8453d 100644 (file)
@@ -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 \
index 36098c4a361a7857309ec5ecab122e8bff717751..cb6b8645476989f6641ac953fbcb280c8245c497 100644 (file)
@@ -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 \
index 31deb55f1754d070e3774930db8efa87d2049bb8..597da1494129b7abf0ab2043766e9118dcc81165 100644 (file)
@@ -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"
This page took 0.053288 seconds and 4 git commands to generate.