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
f8ed2fc2
Commit
f8ed2fc2
authored
Oct 06, 2014
by
Eric Botcazou
Committed by
Eric Botcazou
Oct 06, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* dwarf2cfi.c (create_pseudo_cfg): Fix trace numbering.
From-SVN: r215921
parent
8994e34a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/dwarf2cfi.c
+2
-2
No files found.
gcc/ChangeLog
View file @
f8ed2fc2
2014
-
10
-
06
Eric
Botcazou
<
ebotcazou
@
adacore
.
com
>
*
dwarf2cfi
.
c
(
create_pseudo_cfg
):
Fix
trace
numbering
.
2014
-
10
-
06
Jakub
Jelinek
<
jakub
@
redhat
.
com
>
2014
-
10
-
06
Jakub
Jelinek
<
jakub
@
redhat
.
com
>
*
ubsan
.
h
(
ubsan_get_source_location
):
New
prototype
.
*
ubsan
.
h
(
ubsan_get_source_location
):
New
prototype
.
gcc/dwarf2cfi.c
View file @
f8ed2fc2
...
@@ -2763,7 +2763,7 @@ create_pseudo_cfg (void)
...
@@ -2763,7 +2763,7 @@ create_pseudo_cfg (void)
memset
(
&
ti
,
0
,
sizeof
(
ti
));
memset
(
&
ti
,
0
,
sizeof
(
ti
));
ti
.
head
=
insn
;
ti
.
head
=
insn
;
ti
.
switch_sections
=
switch_sections
;
ti
.
switch_sections
=
switch_sections
;
ti
.
id
=
trace_info
.
length
()
-
1
;
ti
.
id
=
trace_info
.
length
();
trace_info
.
safe_push
(
ti
);
trace_info
.
safe_push
(
ti
);
saw_barrier
=
false
;
saw_barrier
=
false
;
...
@@ -2781,7 +2781,7 @@ create_pseudo_cfg (void)
...
@@ -2781,7 +2781,7 @@ create_pseudo_cfg (void)
dw_trace_info
**
slot
;
dw_trace_info
**
slot
;
if
(
dump_file
)
if
(
dump_file
)
fprintf
(
dump_file
,
"Creating trace %u : start at %s %d%s
\n
"
,
i
,
fprintf
(
dump_file
,
"Creating trace %u : start at %s %d%s
\n
"
,
tp
->
id
,
rtx_name
[(
int
)
GET_CODE
(
tp
->
head
)],
INSN_UID
(
tp
->
head
),
rtx_name
[(
int
)
GET_CODE
(
tp
->
head
)],
INSN_UID
(
tp
->
head
),
tp
->
switch_sections
?
" (section switch)"
:
""
);
tp
->
switch_sections
?
" (section switch)"
:
""
);
...
...
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