diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2000-07-04 08:00:19 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2000-07-04 08:00:19 +0000 |
commit | bd0b0838aca413282b0e611df69086998c03d98a (patch) | |
tree | 0feb0089168d229cdfcc4a24aa18728704dfdc93 /sim | |
parent | ec6bf65b0ce7430329e5e5a7728b932d8c02a5cc (diff) | |
download | gdb-bd0b0838aca413282b0e611df69086998c03d98a.tar.gz |
* armvirt.c (ABORTS): Do not define.
Diffstat (limited to 'sim')
-rw-r--r-- | sim/arm/ChangeLog | 2 | ||||
-rw-r--r-- | sim/arm/armvirt.c | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/sim/arm/ChangeLog b/sim/arm/ChangeLog index b4ab3a4f798..7a436de0f98 100644 --- a/sim/arm/ChangeLog +++ b/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. diff --git a/sim/arm/armvirt.c b/sim/arm/armvirt.c index 38f0083d2d8..f9ac453a363 100644 --- a/sim/arm/armvirt.c +++ b/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 |