aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.2.1
diff options
context:
space:
mode:
authorJing Yu <jingyu@google.com>2010-06-08 14:25:17 -0700
committerJing Yu <jingyu@google.com>2010-06-08 14:28:15 -0700
commitdc34721ac3bf7e3c406fba8cfe9d139393345ec5 (patch)
tree869a06faf8c0ed863f7f512f889220860447e267 /gcc-4.2.1
parentf68bf0c483879d30c4d97b9eaf8f9eb558ea1c45 (diff)
downloadtoolchain_gcc-dc34721ac3bf7e3c406fba8cfe9d139393345ec5.tar.gz
toolchain_gcc-dc34721ac3bf7e3c406fba8cfe9d139393345ec5.tar.bz2
toolchain_gcc-dc34721ac3bf7e3c406fba8cfe9d139393345ec5.zip
New gcc sources for toolchain checked in on 06/03/2010.
Changes: gcc/ira-conflicts.c Backport a gcc-4.4.3 patch to fix a ra bug http://b/issue?id=2667593. http://gcc.gnu.org/ml/gcc-cvs/2009-05/msg00055.html Owner: jingyu Status: In upstream gcc-4.4.3 r147081. gcc/collect2.c gcc/common.opt gcc/configure.ac gcc/configure gcc/doc/invoke.texi gcc/exec-tool.in gcc/gcc.c gcc/opts.c Add -fuse-ld= option to select linker. This CL merges the gcc part of this up-stream patch. http://gcc.gnu.org/ml/gcc-patches/2010-04/msg00402.html Owner: dougkwan Status: binutils part in upstream, gcc part pending approval. Change-Id: Ibfa819535ebdb7499aae8981687c2dc51295a25a
Diffstat (limited to 'gcc-4.2.1')
-rw-r--r--gcc-4.2.1/gcc/config/arm/arm-tune.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc-4.2.1/gcc/config/arm/arm-tune.md b/gcc-4.2.1/gcc/config/arm/arm-tune.md
new file mode 100644
index 000000000..950cd9129
--- /dev/null
+++ b/gcc-4.2.1/gcc/config/arm/arm-tune.md
@@ -0,0 +1,5 @@
+;; -*- buffer-read-only: t -*-
+;; Generated automatically by gentune.sh from arm-cores.def
+(define_attr "tune"
+ "arm2,arm250,arm3,arm6,arm60,arm600,arm610,arm620,arm7,arm7d,arm7di,arm70,arm700,arm700i,arm710,arm720,arm710c,arm7100,arm7500,arm7500fe,arm7m,arm7dm,arm7dmi,arm8,arm810,strongarm,strongarm110,strongarm1100,strongarm1110,arm7tdmi,arm7tdmis,arm710t,arm720t,arm740t,arm9,arm9tdmi,arm920,arm920t,arm922t,arm940t,ep9312,arm10tdmi,arm1020t,arm9e,arm946es,arm966es,arm968es,arm10e,arm1020e,arm1022e,xscale,iwmmxt,arm926ejs,arm1026ejs,arm1136js,arm1136jfs,arm1176jzs,arm1176jzfs,mpcorenovfp,mpcore"
+ (const (symbol_ref "arm_tune")))