aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog.9
diff options
context:
space:
mode:
authorBen Elliston <bje@gcc.gnu.org>2003-07-21 20:35:14 +1000
committerBen Elliston <bje@gcc.gnu.org>2003-07-21 20:35:14 +1000
commitcea949a61eb6d79c3c239a8d23d3f7eb93404a2d (patch)
tree9d6076e31fdd642fff264908e09458a67657e445 /gcc/ChangeLog.9
parent9e95d15fd865706efec69a2ca415cb992e9cb99a (diff)
downloadgcc-cea949a61eb6d79c3c239a8d23d3f7eb93404a2d.zip
gcc-cea949a61eb6d79c3c239a8d23d3f7eb93404a2d.tar.gz
gcc-cea949a61eb6d79c3c239a8d23d3f7eb93404a2d.tar.bz2
* Typo fixes.
* Replace "callgraph.{c,o}" with "cgraph.{c,o}" (corrected). From-SVN: r69626
Diffstat (limited to 'gcc/ChangeLog.9')
-rw-r--r--gcc/ChangeLog.910
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/ChangeLog.9 b/gcc/ChangeLog.9
index 52ddc99..45122e3 100644
--- a/gcc/ChangeLog.9
+++ b/gcc/ChangeLog.9
@@ -14512,7 +14512,7 @@ Mon Mar 24 20:03:03 CET 2003 Jan Hubicka <jh@suse.cz>
2003-03-05 Jan Hubicka <jh@suse.cz>
- * toplev.c (rest_of_compilation): Deffer RTL compilation only when
+ * toplev.c (rest_of_compilation): Defer RTL compilation only when
RTL inlining is done.
* cgraphunit.c (cgraph_mark_local_functions): New local function.
@@ -16512,8 +16512,8 @@ Mon Mar 24 20:03:03 CET 2003 Jan Hubicka <jh@suse.cz>
2003-02-12 Jan Hubicka <jh@suse.cz>
* Makefile.in (CRTSTUFF_CFLAGS): Add -fno-unit-at-a-time
- (OBJS): Add callgraph.o
- (callgraph.o): New.
+ (OBJS): Add cgraph.o
+ (cgraph.o): New.
* c-decl.c (expand_body_1): Break out from ...
(expand_body): This one; change calling convention
(finish_function): Move some of expand_body logic here.
@@ -16522,7 +16522,7 @@ Mon Mar 24 20:03:03 CET 2003 Jan Hubicka <jh@suse.cz>
* c-lang.c (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Define.
* c-objc-commin.c (c_objc_common_finish_file): Use callgraph code.
* c-tree.h (c_expand_body): Declare.
- * callgraph.c: New file.
+ * cgraph.c: New file.
* flags.h (flag_unit_at_a_time): Declare.
* langhooks.h (LANG_HOOKS_CALLGRAPH_LOWER_FUNCTION,
LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION,
@@ -16539,7 +16539,7 @@ Mon Mar 24 20:03:03 CET 2003 Jan Hubicka <jh@suse.cz>
* tree.h (cgraph_finalize_function, cgraph_finalize_compilation_unit,
cgraph_create_edges, dump_cgraph, cgraph_optimize, cgraph_remove_call
cgraph_calls_p): Declare.
- * invoke.texi (-funit-at-a-time): Document
+ * invoke.texi (-funit-at-a-time): Document.
2003-02-12 Aldy Hernandez <aldyh@redhat.com>