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
a3119b91
Commit
a3119b91
authored
Nov 13, 2009
by
Dodji Seketeli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Forgot to add gcc/ChangeLog entry for debug/41065
From-SVN: r154154
parent
8ad7097c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
0 deletions
+28
-0
gcc/ChangeLog
+28
-0
No files found.
gcc/ChangeLog
View file @
a3119b91
...
...
@@ -5212,6 +5212,34 @@
mode
.
Use
it
to
convert
addresses
to
other
modes
.
Accept
ptr_mode
addresses
.
2009
-
09
-
23
Dodji
Seketeli
<
dodji
@
redhat
.
com
>
PR
debug
/
41065
*
function
.
h
(
types_used_by_vars_hash
):
Declare
new
hash
table
.
(
types_used_by_vars_eq
,
types_used_by_var_decl_insert
):
Declare
equality
and
hash
function
for
the
hash
table
.
(
types_used_by_cur_var_decl
):
Declare
a
new
global
chained
list
.
(
types_used_by_var_decl_insert
):
Declare
new
function
.
*
function
.
c
(
types_used_by_vars_hash
):
Define
the
hashtable
...
(
types_used_by_vars_eq
,
types_used_by_vars_do_hash
):
...
as
well
as
its
equality
and
hash
functions
.
(
hash_types_used_by_vars_entry
):
New
hash
helper
.
(
types_used_by_cur_var_decl
):
Define
the
global
chained
list
.
(
used_types_insert
):
Update
the
list
of
types
used
by
the
global
variable
being
parsed
.
(
types_used_by_var_decl_insert
):
Define
new
function
.
*
c
-
common
.
h
(
record_types_used_by_current_var_decl
):
Declare
...
*
c
-
common
.
c
(
record_types_used_by_current_var_decl
):
...
new
function
.
*
c
-
decl
.
c
(
finish_decl
):
Record
the
types
used
by
the
global
variable
declaration
we
've just parsed.
* dwarf2out.c (premark_used_types): Insert a new line between
comment and function.
(premark_used_types_helper): Fix comment.
(premark_types_used_by_global_vars_helper,
premark_types_used_by_global_vars): New functions.
(prune_unused_types): Do not prune types used by global variables.
2009-09-23 Richard Guenther <rguenther@suse.de>
* alias.c (ao_ref_from_mem): Correct for negative MEM_OFFSET
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