From cb5c8c398917972a84db9047c7a492427a347200 Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Tue, 20 Feb 2007 12:45:06 +0000 Subject: 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. --- sim/v850/ChangeLog | 4 ++++ sim/v850/Makefile.in | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'sim/v850') diff --git a/sim/v850/ChangeLog b/sim/v850/ChangeLog index 07f781d..4214046 100644 --- a/sim/v850/ChangeLog +++ b/sim/v850/ChangeLog @@ -1,3 +1,7 @@ +2007-02-20 Daniel Jacobowitz + + * Makefile.in (interp.o): Uncomment and update. + 2006-12-21 Hans-Peter Nilsson * acconfig.h: Remove. diff --git a/sim/v850/Makefile.in b/sim/v850/Makefile.in index aeed0db..e1a181f 100644 --- a/sim/v850/Makefile.in +++ b/sim/v850/Makefile.in @@ -123,7 +123,6 @@ tmp-igen: $(IGEN_INSN) $(IGEN_DC) ../igen/igen clean-extra: clean-igen rm -f table.c simops.h gencode -#interp.o: interp.c table.c $(INCLUDE) +interp.o: interp.c $(INCLUDE) simops.o: simops.c simops.h $(INCLUDE) targ-vals.h -#table.o: table.c semantics.o: $(INCLUDE) -- cgit v1.1