diff options
author | Daniel Jacobowitz <drow@false.org> | 2007-02-16 21:49:59 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2007-02-16 21:49:59 +0000 |
commit | e6bb342af78253e9aa06b777db3aafa8273a0150 (patch) | |
tree | 783d7318e40558fbbf65a2df042dcd6b9f93215c /gdb/ppcobsd-tdep.c | |
parent | 61ff6e04e455da82b1b7295036f0b23f3f0ec539 (diff) | |
download | gdb-e6bb342af78253e9aa06b777db3aafa8273a0150.zip gdb-e6bb342af78253e9aa06b777db3aafa8273a0150.tar.gz gdb-e6bb342af78253e9aa06b777db3aafa8273a0150.tar.bz2 |
* avr-tdep.c, hppa-tdep.c, hppabsd-tdep.c, i386-tdep.c,
ia64-tdep.c, m68k-tdep.c, mips-linux-tdep.c, ppcobsd-tdep.c,
sparc-linux-tdep.c: Include "gdbtypes.h" instead of "floatformat.h".
* Makefile.in (avr-tdep.o, hppabsd-tdep.o, hppa-tdep.o, i386-tdep.o)
(ia64-tdep.o, m68k-tdep.o, mips-linux-tdep.o, ppcobsd-tdep.o)
(sparc-linux-tdep.o): Update.
Diffstat (limited to 'gdb/ppcobsd-tdep.c')
-rw-r--r-- | gdb/ppcobsd-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ppcobsd-tdep.c b/gdb/ppcobsd-tdep.c index dc76a18..b826fba 100644 --- a/gdb/ppcobsd-tdep.c +++ b/gdb/ppcobsd-tdep.c @@ -21,9 +21,9 @@ #include "defs.h" #include "arch-utils.h" -#include "floatformat.h" #include "frame.h" #include "frame-unwind.h" +#include "gdbtypes.h" #include "osabi.h" #include "regcache.h" #include "regset.h" |