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
b923ac06
Commit
b923ac06
authored
Mar 15, 2001
by
Richard Henderson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix patch merge error.
From-SVN: r40525
parent
8e7fa2c8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
gcc/dwarf2out.c
+2
-2
No files found.
gcc/dwarf2out.c
View file @
b923ac06
...
...
@@ -6451,7 +6451,7 @@ output_line_info ()
current_file
=
line_info
->
dw_file_num
;
dw2_asm_output_data
(
1
,
DW_LNS_set_file
,
"DW_LNS_set_file"
);
dw2_asm_output_data_uleb128
(
current_file
,
"(
\"
%s
\"
)"
,
file_table
.
table
[
current_file
]);
line_
file_table
.
table
[
current_file
]);
}
/* Emit debug info for the current line number, choosing the encoding
...
...
@@ -6562,7 +6562,7 @@ output_line_info ()
current_file
=
line_info
->
dw_file_num
;
dw2_asm_output_data
(
1
,
DW_LNS_set_file
,
"DW_LNS_set_file"
);
dw2_asm_output_data_uleb128
(
current_file
,
"(
\"
%s
\"
)"
,
file_table
.
table
[
current_file
]);
line_
file_table
.
table
[
current_file
]);
}
/* Emit debug info for the current line number, choosing the encoding
...
...
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