aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog.apple-ppc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ChangeLog.apple-ppc')
-rw-r--r--gcc/ChangeLog.apple-ppc11
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/ChangeLog.apple-ppc b/gcc/ChangeLog.apple-ppc
index 2999f6c82f7..4ef3372f316 100644
--- a/gcc/ChangeLog.apple-ppc
+++ b/gcc/ChangeLog.apple-ppc
@@ -1,3 +1,14 @@
+2005-11-10 Mike Stump <mrs@apple.com>
+
+ Radar 4300193
+ * c-common.c (cw_num_constraints): Add.
+ (cw_set_constraints): Add.
+ (cw_asm_stmt): Call cw_set_constraints to update contraints.
+ (cw_type_for): Add.
+ (print_cw_asm_operand): Transform registers into VAR_DECLs for x86.
+
+ * config/i386/i386.h (TARGET_CW_OP_CONSTRAINT): xchg's 2nd arg is an update.
+
2005-11-10 Dale Johannesen <dalej@apple.com>
Radar 4321079