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/readelf.c | |
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/readelf.c')
-rw-r--r-- | binutils/readelf.c | 1 |
1 files changed, 1 insertions, 0 deletions
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" |