diff options
author | Phil Blundell <pb@gcc.gnu.org> | 2001-01-15 22:35:15 +0000 |
---|---|---|
committer | Phil Blundell <pb@gcc.gnu.org> | 2001-01-15 22:35:15 +0000 |
commit | 3cf96b52a1ff56ba9fe091fb3d19e4e86aa8c27c (patch) | |
tree | d40b5c36c2190617db86b1af7c68b55b8af131d1 | |
parent | b8dea7e01060d4b635873551ca8106a301359dd6 (diff) | |
download | gcc-3cf96b52a1ff56ba9fe091fb3d19e4e86aa8c27c.zip gcc-3cf96b52a1ff56ba9fe091fb3d19e4e86aa8c27c.tar.gz gcc-3cf96b52a1ff56ba9fe091fb3d19e4e86aa8c27c.tar.bz2 |
Fix garbled ChangeLog entry
From-SVN: r39051
-rw-r--r-- | gcc/ChangeLog | 4 |
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> |