aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hongjiu.lu@intel.com>2010-03-01 13:05:44 +0000
committerH.J. Lu <hjl@gcc.gnu.org>2010-03-01 05:05:44 -0800
commit3c775d2d898a8d71e7c2812587e6d8d71f748fc1 (patch)
treec505cf9f05455455c0948a2109d6571356b592a1 /gcc/ChangeLog
parent434c8f4b99a89391ee874db02f0395979792eb3f (diff)
downloadgcc-3c775d2d898a8d71e7c2812587e6d8d71f748fc1.zip
gcc-3c775d2d898a8d71e7c2812587e6d8d71f748fc1.tar.gz
gcc-3c775d2d898a8d71e7c2812587e6d8d71f748fc1.tar.bz2
Use SPEC_32 and SPEC_64 in ASM_SPEC.
2010-03-01 H.J. Lu <hongjiu.lu@intel.com> * config/i386/linux64.h (ASM_SPEC): Use SPEC_32 and SPEC_64. From-SVN: r157143
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 8ea24d3..b2d7fed 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
+
+ * config/i386/linux64.h (ASM_SPEC): Use SPEC_32 and SPEC_64.
+
2010-03-01 Richard Guenther <rguenther@suse.de>
PR middle-end/43213