OSDN Git Service

Fix garbled ChangeLog entry
authorpb <pb@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 15 Jan 2001 22:35:15 +0000 (22:35 +0000)
committerpb <pb@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 15 Jan 2001 22:35:15 +0000 (22:35 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39051 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog

index c2e2c4c..7e99053 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>