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
fe7cd37f
Commit
fe7cd37f
authored
May 30, 2001
by
Richard Henderson
Committed by
Richard Henderson
May 30, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* dwarf2out.c (dwarf2out_finish): Don't emit DW_AT_stmt_list at -g1.
From-SVN: r42731
parent
2297fdf1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
gcc/ChangeLog
+4
-0
gcc/dwarf2out.c
+3
-2
No files found.
gcc/ChangeLog
View file @
fe7cd37f
2001
-
05
-
30
Richard
Henderson
<
rth
@redhat
.
com
>
*
dwarf2out
.
c
(
dwarf2out_finish
)
:
Don
'
t
emit
DW_AT_stmt_list
at
-
g1
.
2001
-
05
-
30
Tom
Tromey
<
tromey
@redhat
.
com
>
*
gcc
.
c
(
do_spec_1
)
:
In
`
%
O
'
case
,
if
we
computed
saved_suffix
,
...
...
gcc/dwarf2out.c
View file @
fe7cd37f
...
...
@@ -11445,8 +11445,9 @@ dwarf2out_finish ()
add_AT_lbl_id
(
comp_unit_die
,
DW_AT_high_pc
,
text_end_label
);
}
add_AT_lbl_offset
(
comp_unit_die
,
DW_AT_stmt_list
,
debug_line_section_label
);
if
(
debug_info_level
>=
DINFO_LEVEL_NORMAL
)
add_AT_lbl_offset
(
comp_unit_die
,
DW_AT_stmt_list
,
debug_line_section_label
);
#if 0 /* unimplemented */
if (debug_info_level >= DINFO_LEVEL_VERBOSE && primary)
...
...
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