aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 996bb93..229473a 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,11 @@
2011-07-27 Kai Tietz <ktietz@redhat.com>
+ * config/i386/i386.c (ix86_option_override_internal): Allow -mabi
+ for 32-bit, too.
+ (ix86_handle_abi_attribute): Allow function attributes
+ ms_abi/sysv_abi in 32-bit mode, too.
+ * doc/extend.texi: Adjust attribute documentation.
+
* gimple-fold.c (or_comparisons_1): Remove TRUTH_AND/OR
expression handling.
(and_var_with_comparison_1): Likewise.