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 /sim/v850 | |
parent | ae0d26161ba9beb390fdf1472079f97e930cd001 (diff) | |
download | binutils-cb5c8c398917972a84db9047c7a492427a347200.tar.gz binutils-cb5c8c398917972a84db9047c7a492427a347200.tar.bz2 binutils-cb5c8c398917972a84db9047c7a492427a347200.zip |
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 'sim/v850')
-rw-r--r-- | sim/v850/ChangeLog | 4 | ||||
-rw-r--r-- | sim/v850/Makefile.in | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/sim/v850/ChangeLog b/sim/v850/ChangeLog index 07f781d2ef0..4214046f917 100644 --- a/sim/v850/ChangeLog +++ b/sim/v850/ChangeLog @@ -1,3 +1,7 @@ +2007-02-20 Daniel Jacobowitz <dan@codesourcery.com> + + * Makefile.in (interp.o): Uncomment and update. + 2006-12-21 Hans-Peter Nilsson <hp@axis.com> * acconfig.h: Remove. diff --git a/sim/v850/Makefile.in b/sim/v850/Makefile.in index aeed0db9312..e1a181f5828 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) |