diff options
author | Steve Chamberlain <sac@cygnus> | 1991-12-01 06:47:23 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1991-12-01 06:47:23 +0000 |
commit | f5f0679af03f076ac2961af392f6e14d6f3db73c (patch) | |
tree | caedce9fac6bfb870f23bbdb87d08b98f6964a2d /gdb/mipsread.c | |
parent | dff5e6026e7c6285a1b1fc3359e4789ba816b641 (diff) | |
download | gdb-f5f0679af03f076ac2961af392f6e14d6f3db73c.zip gdb-f5f0679af03f076ac2961af392f6e14d6f3db73c.tar.gz gdb-f5f0679af03f076ac2961af392f6e14d6f3db73c.tar.bz2 |
Changes due to include file renaming:
* xcoffread.c: internalcoff.h ->coff/internal.c,
coff-rs6000.h ->coff/rs6000.h
* mipsread.c: coff-mips.h ->coff/mips.h
* elfread.c: elf-common.h ->elf/common.h
elf-external.h ->elf/external.h,
elf-internal.h ->elf/internal.h
* dwarfread.c dwarf.h ->elf/dwarf.h
* dbxread.c: aout64.h ->aout/aout64.h
stab.gnu.h ->aout/stab_gnu.h
* coffread.c: internalcoff.h ->coff/internal.h
* buildsym.c: stab.gnu.h ->aout/stab_gnu.h
* depend Updated to take the above into account.
Diffstat (limited to 'gdb/mipsread.c')
-rw-r--r-- | gdb/mipsread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/mipsread.c b/gdb/mipsread.c index 09c81a5..f77ec4a 100644 --- a/gdb/mipsread.c +++ b/gdb/mipsread.c @@ -49,7 +49,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <sym.h> #endif /* not CMUCS */ -#include "coff-mips.h" +#include "coff/mips.h" struct coff_exec { struct external_filehdr f; |