diff options
author | Aldy Hernandez <aldyh@redhat.com> | 2005-06-07 21:14:09 +0000 |
---|---|---|
committer | Aldy Hernandez <aldyh@redhat.com> | 2005-06-07 21:14:09 +0000 |
commit | 1ae72221f94f4d5938cf529bb439413ffb6a5ade (patch) | |
tree | 4dd9d163bd560d621c294ee5118758b3923b119e /binutils | |
parent | 047af9efdb025accc2da65a877e690ecd969ebc2 (diff) | |
download | gdb-1ae72221f94f4d5938cf529bb439413ffb6a5ade.zip gdb-1ae72221f94f4d5938cf529bb439413ffb6a5ade.tar.gz gdb-1ae72221f94f4d5938cf529bb439413ffb6a5ade.tar.bz2 |
* Makefile.am (readelf.o): Depend on ms1.h.
* Makefile.in: Regenerate.
* readelf.c: Include ms1.h.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 10 | ||||
-rw-r--r-- | binutils/Makefile.am | 1 | ||||
-rw-r--r-- | binutils/Makefile.in | 1 | ||||
-rw-r--r-- | binutils/readelf.c | 1 |
4 files changed, 13 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 8018ed9..5d0e219 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -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 diff --git a/binutils/Makefile.am b/binutils/Makefile.am index 21c2d69..bac398f 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 36098c4..cb6b864 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 31deb55..597da14 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" |