Fix garbled ChangeLog entry
authorPhil Blundell <pb@gcc.gnu.org>
Mon, 15 Jan 2001 22:35:15 +0000 (22:35 +0000)
committerPhil Blundell <pb@gcc.gnu.org>
Mon, 15 Jan 2001 22:35:15 +0000 (22:35 +0000)
From-SVN: r39051

gcc/ChangeLog

index c2e2c4cef5ca257a16ea2e3721e0cf24df65e7eb..7e99053dd45b67cd2715609859021bb8518e1211 100644 (file)
@@ -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>