aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@gcc.gnu.org>2002-11-15 18:22:18 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2002-11-15 18:22:18 +0100
commita36fc5f81df3fe1a4f8342607c821b1afff9b244 (patch)
tree9b97e56dd6e3df68027937277e87cde4f2b3a785
parent2120e3cd7423cf200cd2b9b50a3e34dae0561538 (diff)
downloadgcc-a36fc5f81df3fe1a4f8342607c821b1afff9b244.zip
gcc-a36fc5f81df3fe1a4f8342607c821b1afff9b244.tar.gz
gcc-a36fc5f81df3fe1a4f8342607c821b1afff9b244.tar.bz2
Fix typos.
From-SVN: r59137
-rw-r--r--gcc/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 5d7596e..104a280 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -12,7 +12,7 @@ Fri Nov 15 14:54:19 CET 2002 Jan Hubicka <jh@suse.cz>
* i386-protos.h (x86_function_profiler): New function
* i386.h (MCOUNT_NAME): New.
(PROFILE_COUNT_REGISTER): New.
- (OUTPUT_FUNCTION_PROFILER): Move offline to ...
+ (FUNCTION_PROFILER): Move offline to ...
* i386.c (x86_function_profiler) ... here; fix 64bit support
* beos-elf.h (FUNCTION_PROFILER): Kill.
(MCOUNT_NAME): New.
@@ -4754,7 +4754,7 @@ Tue Sep 17 13:40:13 2002 Nicola Pero <n.pero@mi.flashnet.it>
* emit-rtl.c (set_mem_attributes_minus_bitpos): Fix array_ref
handling.
- * loop.c (loop_gics_reduce): Emit addition after.
+ * loop.c (loop_givs_reduce): Emit addition after.
2002-09-08 Alan Modra <amodra@bigpond.net.au>