aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Blundell <pb@gcc.gnu.org>2001-01-15 22:35:15 +0000
committerPhil Blundell <pb@gcc.gnu.org>2001-01-15 22:35:15 +0000
commit3cf96b52a1ff56ba9fe091fb3d19e4e86aa8c27c (patch)
treed40b5c36c2190617db86b1af7c68b55b8af131d1
parentb8dea7e01060d4b635873551ca8106a301359dd6 (diff)
downloadgcc-3cf96b52a1ff56ba9fe091fb3d19e4e86aa8c27c.zip
gcc-3cf96b52a1ff56ba9fe091fb3d19e4e86aa8c27c.tar.gz
gcc-3cf96b52a1ff56ba9fe091fb3d19e4e86aa8c27c.tar.bz2
Fix garbled ChangeLog entry
From-SVN: r39051
-rw-r--r--gcc/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index c2e2c4c..7e99053 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -8,9 +8,9 @@
(is_pic): Delete.
* config/arm/arm-protos.h (arm_finalize_pic): Update prototype.
(is_pic): Delete declaration.
- * config/arm/arm.h (FINALIZE_PIC): Update call to above.
+ * config/arm/arm.h (FINALIZE_PIC): Update call to arm_finalize_pic.
(OUTPUT_INT_ADDR_CONST): Remove special handling of PIC address.
- * config/arm/arm.md (builtin_setjmp_receiver): Likewise.
+ * config/arm/arm.md (builtin_setjmp_receiver): New.
2001-01-15 Richard Earnshaw <rearnsha@arm.com>