Commit f94bf2ea by Richard Earnshaw Committed by Richard Earnshaw

unknown-elf.h (TARGET_DEFAULT): Don't require an APCS frame pointer.

* arm/unknown-elf.h (TARGET_DEFAULT): Don't require an APCS frame
pointer.

From-SVN: r84362
parent 987aab1c
2004-07-09 Richard Earnshaw <rearnsha@arm.com>
* arm/unknown-elf.h (TARGET_DEFAULT): Don't require an APCS frame
pointer.
2004-07-09 Richard Henderson <rth@redhat.com> 2004-07-09 Richard Henderson <rth@redhat.com>
* config/xtensa/xtensa-protos.h (xtensa_va_arg): Remove. * config/xtensa/xtensa-protos.h (xtensa_va_arg): Remove.
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
/* Default to using software floating point. */ /* Default to using software floating point. */
#ifndef TARGET_DEFAULT #ifndef TARGET_DEFAULT
#define TARGET_DEFAULT (ARM_FLAG_SOFT_FLOAT | ARM_FLAG_APCS_FRAME) #define TARGET_DEFAULT (ARM_FLAG_SOFT_FLOAT)
#endif #endif
/* Now we define the strings used to build the spec file. */ /* Now we define the strings used to build the spec file. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment