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
511ef689
Commit
511ef689
authored
Mar 21, 2013
by
Mark Wielaard
Committed by
Mark Wielaard
Mar 21, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dwarf2out.c (size_of_aranges): Skip DECL_IGNORED_P functions.
From-SVN: r196889
parent
cc1df30b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
gcc/ChangeLog
+4
-0
gcc/dwarf2out.c
+2
-0
No files found.
gcc/ChangeLog
View file @
511ef689
2013-03-21 Mark Wielaard <mjw@redhat.com>
* dwarf2out.c (size_of_aranges): Skip DECL_IGNORED_P functions.
2013-03-21 Uros Bizjak <ubizjak@gmail.com>
2013-03-21 Uros Bizjak <ubizjak@gmail.com>
* config/i386/i386.md (*movdi_internal): Disparage slightly
* config/i386/i386.md (*movdi_internal): Disparage slightly
...
...
gcc/dwarf2out.c
View file @
511ef689
...
@@ -7848,6 +7848,8 @@ size_of_aranges (void)
...
@@ -7848,6 +7848,8 @@ size_of_aranges (void)
FOR_EACH_VEC_ELT
(
*
fde_vec
,
fde_idx
,
fde
)
FOR_EACH_VEC_ELT
(
*
fde_vec
,
fde_idx
,
fde
)
{
{
if
(
DECL_IGNORED_P
(
fde
->
decl
))
continue
;
if
(
!
fde
->
in_std_section
)
if
(
!
fde
->
in_std_section
)
size
+=
2
*
DWARF2_ADDR_SIZE
;
size
+=
2
*
DWARF2_ADDR_SIZE
;
if
(
fde
->
dw_fde_second_begin
&&
!
fde
->
second_in_std_section
)
if
(
fde
->
dw_fde_second_begin
&&
!
fde
->
second_in_std_section
)
...
...
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