Fix garbled ChangeLog entry

From-SVN: r39051
This commit is contained in:
Phil Blundell 2001-01-15 22:35:15 +00:00
parent b8dea7e010
commit 3cf96b52a1

View 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>