aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Froyd <froydnj@gcc.gnu.org>2010-06-16 18:03:50 +0000
committerNathan Froyd <froydnj@gcc.gnu.org>2010-06-16 18:03:50 +0000
commit616c557d021bb4815dee130df06b1bdd9b651e03 (patch)
tree80748f6eaefa4e49d9df6fabcfd1468a320a6003
parent944442bbd0340df394b284281ab99c0c293b7878 (diff)
downloadgcc-616c557d021bb4815dee130df06b1bdd9b651e03.zip
gcc-616c557d021bb4815dee130df06b1bdd9b651e03.tar.gz
gcc-616c557d021bb4815dee130df06b1bdd9b651e03.tar.bz2
add missed ChangeLog for previous commit
From-SVN: r160855
-rw-r--r--gcc/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index fd598e1..33910a1 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,18 @@
+2010-06-16 Nathan Froyd <froydnj@codesourcery.com>
+
+ * config/arm/arm-protos.h (arm_print_operand): Delete.
+ (arm_print_operand_address): Delete.
+ * config/arm/arm.h (PRINT_OPERAND): Delete.
+ (PRINT_OPERAND_PUNCT_VALID_P): Delete.
+ (PRINT_OPERAND_ADDRESS, ARM_PRINT_OPERAND_ADDRESS):
+ (THUMB_PRINT_OPERAND_ADDRESS): Delete and move code to...
+ * config/arm/arm.c (arm_print_operand_address): ...here. New
+ function.
+ (arm_print_operand): Make static.
+ (arm_print_operand_punct_valid_p): New function.
+ (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
+ (TARGET_PRINT_OPERAND_ADDRESS): Define.
+
2010-06-16 Nick Clifton <nickc@redhat.com>
* config/rx/constraints.md (NEGint4): New constraint.