summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>2005-06-13 22:32:18 +0000
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>2005-06-13 22:32:18 +0000
commitd6015f789c29809aa745d692b3da66c7aad482cb (patch)
tree3909b4a181e61a49aed4de7f067195b7d74f119b /gcc/ChangeLog
parent0347a63929ef80a0b812336d049d270a4dc68657 (diff)
downloadgcc-d6015f789c29809aa745d692b3da66c7aad482cb.tar.gz
* config/i386/x86-64.h (ASM_SPEC): Explicitly pass --64 to the
assembler in 64-bit mode. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100905 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 9fba87f5cb6..5aeb1303634 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2005-06-13 Mark Mitchell <mark@codesourcery.com>
+
+ * config/i386/x86-64.h (ASM_SPEC): Explicitly pass --64 to the
+ assembler in 64-bit mode.
+
2005-06-13 David Edelsohn <edelsohn@gnu.org>
Revert scc_operand patch.