aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Mitchell <mmitchel@gcc.gnu.org>2004-08-20 20:14:54 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2004-08-20 20:14:54 +0000
commitd2294baa8bc194e9b4ba45eb0e5b06e50b15ca99 (patch)
treed924422cd97a35873fd80b81be3ffe33faeaab73
parent753d0efab03d7b115e2e64d8e96e5abcb8d8463d (diff)
downloadgcc-d2294baa8bc194e9b4ba45eb0e5b06e50b15ca99.zip
gcc-d2294baa8bc194e9b4ba45eb0e5b06e50b15ca99.tar.gz
gcc-d2294baa8bc194e9b4ba45eb0e5b06e50b15ca99.tar.bz2
config.gcc (arm*-*-symbianelf*): Add t-symbian Makefile fragment.
* config.gcc (arm*-*-symbianelf*): Add t-symbian Makefile fragment. * config/arm/bpabi.h (RENAME_LIBRARY_SET): Fix typo. (SUBTARGET_EXTRA_ASM_SPEC): Pass -meabi=3 to the assembler. * config/arm/symbian.h (SUBTARGET_CPU_DEFAULT): Assume ARMV5 architecture. (SUBTARGET_ASM_FLOAT_SPEC): Default to -mfpu=vfp for hard-float configurations. * config/arm/t-symbian: New file. [[Split portion of a mixed commit.]] From-SVN: r86337.2
-rw-r--r--gcc/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index cba24cb..2115976 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,15 @@
+2004-08-20 Mark Mitchell <mark@codesourcery.com>
+
+ * config.gcc (arm*-*-symbianelf*): Add t-symbian Makefile
+ fragment.
+ * config/arm/bpabi.h (RENAME_LIBRARY_SET): Fix typo.
+ (SUBTARGET_EXTRA_ASM_SPEC): Pass -meabi=3 to the assembler.
+ * config/arm/symbian.h (SUBTARGET_CPU_DEFAULT): Assume ARMV5
+ architecture.
+ (SUBTARGET_ASM_FLOAT_SPEC): Default to -mfpu=vfp for hard-float
+ configurations.
+ * config/arm/t-symbian: New file.
+
2004-08-20 Andrew Pinski <apinski@apple.com>
* regrename.c (kill_value_regno): ANSIfy.