summaryrefslogtreecommitdiffstats
path: root/gcc/config/arm/netbsd.h
diff options
context:
space:
mode:
authorrearnsha <rearnsha@138bc75d-0d04-0410-961f-82ee72b054a4>2000-04-08 14:29:53 +0000
committerrearnsha <rearnsha@138bc75d-0d04-0410-961f-82ee72b054a4>2000-04-08 14:29:53 +0000
commitcffb2a26c44c682185b6bb405d48fcbe1fbc0b37 (patch)
treeafad7b23cc154d59312c2bb26dc3d4b1e0f165a1 /gcc/config/arm/netbsd.h
parent2442bd9e6db67134b6566e2ebd982645f111b396 (diff)
downloadppe42-gcc-cffb2a26c44c682185b6bb405d48fcbe1fbc0b37.tar.gz
ppe42-gcc-cffb2a26c44c682185b6bb405d48fcbe1fbc0b37.zip
Merge changes from merged-arm-thumb-backend-branch onto trunk.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33028 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/arm/netbsd.h')
-rw-r--r--gcc/config/arm/netbsd.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/arm/netbsd.h b/gcc/config/arm/netbsd.h
index 4c8ce4094fc..d368f68d629 100644
--- a/gcc/config/arm/netbsd.h
+++ b/gcc/config/arm/netbsd.h
@@ -37,7 +37,7 @@ Boston, MA 02111-1307, USA. */
#define SUBTARGET_CPU_DEFAULT TARGET_CPU_arm6
/* Default is to use APCS-32 mode. */
-#define TARGET_DEFAULT (ARM_FLAG_APCS_32 | ARM_FLAG_SOFT_FLOAT)
+#define TARGET_DEFAULT (ARM_FLAG_APCS_32 | ARM_FLAG_SOFT_FLOAT | ARM_FLAG_APCS_FRAME)
#include "arm/aout.h"
@@ -105,8 +105,8 @@ Boston, MA 02111-1307, USA. */
compiling the profiling functions. Since we break Acorn CC
compatibility below a little more won't hurt. */
-#undef FUNCTION_PROFILER
-#define FUNCTION_PROFILER(STREAM,LABELNO) \
+#undef ARM_FUNCTION_PROFILER
+#define ARM_FUNCTION_PROFILER(STREAM,LABELNO) \
{ \
fprintf(STREAM, "\tmov\t%sip, %slr\n", REGISTER_PREFIX, REGISTER_PREFIX); \
fprintf(STREAM, "\tbl\tmcount\n"); \
OpenPOWER on IntegriCloud