Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* SIM: Add support for Intel iWMMXt processor
@ 2003-03-27 17:12 Nick Clifton
       [not found] ` <mailpost.1048785176.589@news-sj1-1>
  0 siblings, 1 reply; 4+ messages in thread
From: Nick Clifton @ 2003-03-27 17:12 UTC (permalink / raw)
  To: gdb-patches

[-- Attachment #1: Type: text/plain, Size: 1509 bytes --]

Hi Guys,

  I am applying the attached patch below to add support for Intel's
  iWMMXt processor to the ARM simulator.  (The old armulator based
  one, not the cgen based one).

  There are also some patches for GDB itself but I am holding off on
  submitting these until I can them for multi-arch issues.

Cheers
        Nick

include/gdb/ChangeLog
2003-03-27  Nick Clifton  <nickc@redhat.com>

	* sim-arm.h (sim_arm_regs): Add iWMMXt registers.

sim/arm/ChangeLog
2003-03-27  Nick Clifton  <nickc@redhat.com>

	* configure.in: (CON_FLAGS): Define and initialise.
	(COPRO): Add iwmmxt.o if configuring for XScale.
	* configure: Regenerate.
	* Makefile.in (iwmmxt.o): Add rule to build.
	(COM_FLAGS): Define.
	(ALL_FLAGS): Add CON_FLAGS.
	* armcopro.c (ARMul_CoProInit): Initialise iWMMXt coprocessors.
	* armdefs.h (struct ARMul_State): Add 'is_iWMMXt' field.
	(ARM_iWMMXt_Prop): Define.
	* armemu.c (ARMul_Emulate16): Intercept iWMMXt instructions and
	pass to coprocessor.
	* arminit.c (ARMul_NewState): Initialise 'is_iWMMXt'.
	(ARMul_Abort): Catch branches through uninitialised vectors.
	* armos.c (softevtorcode): Update comment.
	(ARMul_OsInit): Use ARMUndefinedInstrV.
	(ARMul_OsHandleSWI): Catch SWIs for unhandled vectors.
	* wrapper.c (sim_create_inferior): Handle iWMMXt processor type.
	(sim_store_register): Handle iWMMXt registers.
	(sim_fetch_register): Handle iWMMXt registers.
	* iwmmxt.h: New file. Exported iWMMXt coprocessor emulator
	functions.
	* iwmmxt.c: New file: iWMMXt emulator.


[-- Attachment #2: iWMMXt simulator patch --]
[-- Type: application/x-bzip2, Size: 15137 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-03-30 10:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-27 17:12 SIM: Add support for Intel iWMMXt processor Nick Clifton
     [not found] ` <mailpost.1048785176.589@news-sj1-1>
2003-03-27 17:32   ` cgd
2003-03-27 17:48     ` Daniel Jacobowitz
2003-03-30 10:38       ` Nick Clifton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox