binutils-gdb/sim
Nick Clifton 8207e0f24e * armemu.c (handle_v6_insn): New function - emulate a few of the v6 instructions - the ones now generated by GCC.
(ARMulEmulate32): Call handle_v6_insn when a possible v6 insn is found.
* armdefs.h (struct ARMul_State): Add new field: is_v6.#
  (ARM_v6_Prop): Define.
* arminit.c (ARMul_NewState): Initialise the v6 flag.
  (ARMul_SelectProcessor): Determine if the v6 flag should be set.
* wrapper.c (sim_create_inferior): For unknown architectures, default to allowing the v6 instructions.
2005-04-25 07:48:59 +00:00
..
arm * armemu.c (handle_v6_insn): New function - emulate a few of the v6 instructions - the ones now generated by GCC. 2005-04-25 07:48:59 +00:00
common Insert a blank like after header 2005-04-20 22:28:52 +00:00
cris * cris/traps.c (cris_break_13_handler) <case TARGET_SYS_mmap2>: 2005-04-18 03:08:46 +00:00
d10v From common/ChangeLog: 2005-03-23 18:55:19 +00:00
erc32 From common/ChangeLog: 2005-03-23 18:55:19 +00:00
frv From common/ChangeLog: 2005-03-23 18:55:19 +00:00
h8300 From common/ChangeLog: 2005-03-23 18:55:19 +00:00
igen sim/common/ChangeLog: 2005-03-15 23:25:59 +00:00
iq2000 From common/ChangeLog: 2005-03-23 18:55:19 +00:00
m32r From common/ChangeLog: 2005-03-23 18:55:19 +00:00
m68hc11 From common/ChangeLog: 2005-03-23 18:55:19 +00:00
mcore From common/ChangeLog: 2005-03-23 18:55:19 +00:00
mips From common/ChangeLog: 2005-03-23 18:55:19 +00:00
mn10300 From common/ChangeLog: 2005-03-23 18:55:19 +00:00
ppc added missing header file #include "libiberty.h" to psim.c 2005-04-20 22:33:08 +00:00
sh * gencode.c (tab): Avoid inserting code before variables all declared. 2005-04-14 20:16:06 +00:00
sh64 * configure.ac: Add explicit sh64 case. 2005-04-15 08:15:52 +00:00
testsuite
v850 From common/ChangeLog: 2005-03-23 18:55:19 +00:00
ChangeLog * cris/traps.c (cris_break_13_handler) <case TARGET_SYS_mmap2>: 2005-04-18 03:08:46 +00:00
configure * configure.ac: Add explicit sh64 case. 2005-04-15 08:15:52 +00:00
configure.ac * configure.ac: Add explicit sh64 case. 2005-04-15 08:15:52 +00:00
MAINTAINERS
Makefile.in
README-HACKING