Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
cea949a6
Commit
cea949a6
authored
Jul 21, 2003
by
Ben Elliston
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Typo fixes.
* Replace "callgraph.{c,o}" with "cgraph.{c,o}" (corrected). From-SVN: r69626
parent
9e95d15f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
gcc/ChangeLog.9
+5
-5
No files found.
gcc/ChangeLog.9
View file @
cea949a6
...
@@ -14512,7 +14512,7 @@ Mon Mar 24 20:03:03 CET 2003 Jan Hubicka <jh@suse.cz>
...
@@ -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>
2003-03-05 Jan Hubicka <jh@suse.cz>
* toplev.c (rest_of_compilation): Def
f
er RTL compilation only when
* toplev.c (rest_of_compilation): Defer RTL compilation only when
RTL inlining is done.
RTL inlining is done.
* cgraphunit.c (cgraph_mark_local_functions): New local function.
* 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>
...
@@ -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>
2003-02-12 Jan Hubicka <jh@suse.cz>
* Makefile.in (CRTSTUFF_CFLAGS): Add -fno-unit-at-a-time
* Makefile.in (CRTSTUFF_CFLAGS): Add -fno-unit-at-a-time
(OBJS): Add c
all
graph.o
(OBJS): Add cgraph.o
(c
all
graph.o): New.
(cgraph.o): New.
* c-decl.c (expand_body_1): Break out from ...
* c-decl.c (expand_body_1): Break out from ...
(expand_body): This one; change calling convention
(expand_body): This one; change calling convention
(finish_function): Move some of expand_body logic here.
(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>
...
@@ -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-lang.c (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Define.
* c-objc-commin.c (c_objc_common_finish_file): Use callgraph code.
* c-objc-commin.c (c_objc_common_finish_file): Use callgraph code.
* c-tree.h (c_expand_body): Declare.
* c-tree.h (c_expand_body): Declare.
* c
all
graph.c: New file.
* cgraph.c: New file.
* flags.h (flag_unit_at_a_time): Declare.
* flags.h (flag_unit_at_a_time): Declare.
* langhooks.h (LANG_HOOKS_CALLGRAPH_LOWER_FUNCTION,
* langhooks.h (LANG_HOOKS_CALLGRAPH_LOWER_FUNCTION,
LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION,
LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION,
...
@@ -16539,7 +16539,7 @@ Mon Mar 24 20:03:03 CET 2003 Jan Hubicka <jh@suse.cz>
...
@@ -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,
* tree.h (cgraph_finalize_function, cgraph_finalize_compilation_unit,
cgraph_create_edges, dump_cgraph, cgraph_optimize, cgraph_remove_call
cgraph_create_edges, dump_cgraph, cgraph_optimize, cgraph_remove_call
cgraph_calls_p): Declare.
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>
2003-02-12 Aldy Hernandez <aldyh@redhat.com>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment