Browse Source

* armvirt.c (ABORTS): Do not define.

binutils-2_11-branch
Alexandre Oliva 26 years ago
parent
commit
ae3c7619e1
  1. 2
      sim/arm/ChangeLog
  2. 2
      sim/arm/armvirt.c

2
sim/arm/ChangeLog

@ -1,5 +1,7 @@
2000-07-04 Alexandre Oliva <aoliva@redhat.com>
* armvirt.c (ABORTS): Do not define.
* armdefs.h (struct ARMul_State): Add is_StrongARM.
(ARM_Strong_Prop, STRONGARM): Define.
* arminit.c (ARMul_NewState): Reset is_StrongARM.

2
sim/arm/armvirt.c

@ -32,7 +32,7 @@ defined to generate aborts. */
#define ABORTS 1
#endif
#define ABORTS
/* #define ABORTS */
#ifdef ABORTS /* the memory system will abort */
/* For the old test suite Abort between 32 Kbytes and 32 Mbytes

Loading…
Cancel
Save