diff options
author | Daniel Jacobowitz <drow@false.org> | 2007-02-20 12:45:06 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2007-02-20 12:45:06 +0000 |
commit | cb5c8c398917972a84db9047c7a492427a347200 (patch) | |
tree | 1fe0d8ea9828ba90ce7d44a4bec773895757a2b2 /gdb/solib-frv.c | |
parent | ae0d26161ba9beb390fdf1472079f97e930cd001 (diff) | |
download | gdb-cb5c8c398917972a84db9047c7a492427a347200.zip gdb-cb5c8c398917972a84db9047c7a492427a347200.tar.gz gdb-cb5c8c398917972a84db9047c7a492427a347200.tar.bz2 |
gdb/
* MAINTAINERS: Disable -Werror for cris simulator. Build
sparc64-solaris2.10 instead of the broken sparc-elf.
* solib-frv.c: Include "solib.h".
* Makefile.in (solib-frv.o): Update.
* mt-tdep.c (mt_gdbarch_init): Correct typo in floatformats patch.
* xtensa-tdep.c (xtensa_regset_from_core_section): Cast size_t to int.
(xtensa_frame_this_id, xtensa_frame_prev_register)
(xtensa_push_dummy_call): Use %p.
sim/v850/
* Makefile.in (interp.o): Uncomment and update.
Diffstat (limited to 'gdb/solib-frv.c')
-rw-r--r-- | gdb/solib-frv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/solib-frv.c b/gdb/solib-frv.c index a4dc07c..5d2c9a1 100644 --- a/gdb/solib-frv.c +++ b/gdb/solib-frv.c @@ -23,6 +23,7 @@ #include "gdb_string.h" #include "inferior.h" #include "gdbcore.h" +#include "solib.h" #include "solist.h" #include "frv-tdep.h" #include "objfiles.h" |