summaryrefslogtreecommitdiff
path: root/gdb/solib-frv.c
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2007-02-20 12:45:06 +0000
committerDaniel Jacobowitz <dan@debian.org>2007-02-20 12:45:06 +0000
commit812b7ba2e3107555e07cabe43ac216de5f060ec4 (patch)
treefe166f556b313324e40a8188d28c8b33f6179dff /gdb/solib-frv.c
parentfda7ef5098c6a2d21635ea1671179f8f8eea9c17 (diff)
downloadgdb-812b7ba2e3107555e07cabe43ac216de5f060ec4.tar.gz
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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/solib-frv.c b/gdb/solib-frv.c
index a4dc07c9ec7..5d2c9a12fc0 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"