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
66efeafc
Commit
66efeafc
authored
Oct 02, 2004
by
Kazu Hirata
Committed by
Kazu Hirata
Oct 02, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* tree-cfg.c, config/s390/tpf-unwind.h: Fix comment typos.
From-SVN: r88424
parent
3d47e9ca
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
+7
-3
gcc/ChangeLog
+4
-0
gcc/config/s390/tpf-unwind.h
+2
-2
gcc/tree-cfg.c
+1
-1
No files found.
gcc/ChangeLog
View file @
66efeafc
2004
-
10
-
02
Kazu
Hirata
<
kazu
@
cs
.
umass
.
edu
>
*
tree
-
cfg
.
c
,
config
/
s390
/
tpf
-
unwind
.
h
:
Fix
comment
typos
.
2004
-
10
-
02
Kazu
Hirata
<
kazu
@
cs
.
umass
.
edu
>
*
tree
-
cfg
.
c
(
cleanup_tree_cfg
):
Speed
up
by
calling
delete_unrechable_blocks
()
only
when
necessary
.
...
...
gcc/config/s390/tpf-unwind.h
View file @
66efeafc
...
...
@@ -123,7 +123,7 @@ s390_fallback_frame_state (struct _Unwind_Context *context,
/* Function Name: __tpf_eh_return
Parameters passed into it: Destination address to jump to.
Return Value: Converted Destination address if a Pat Stub exists.
Description: This function swaps the uwinding return address
Description: This function swaps the u
n
winding return address
with the cp stub code. The original target return address is
then stored into the tpf return address field. The cp stub
code is searched for by climbing back up the stack and
...
...
@@ -231,7 +231,7 @@ __tpf_eh_return (void *target)
the exception handling unwinder so that it can
actually do the "leap" shift out the low order
bit designated to determine if we are in 64BIT mode.
This is nece
cc
ary for CTOA stubs.
This is nece
ss
ary for CTOA stubs.
Otherwise we leap one byte past where we want to
go to in the TPF pat stub linkage code. */
shifter
=
*
((
unsigned
long
int
*
)
...
...
gcc/tree-cfg.c
View file @
66efeafc
...
...
@@ -954,7 +954,7 @@ group_case_labels (void)
tree
default_case
=
TREE_VEC_ELT
(
labels
,
old_size
-
1
);
tree
default_label
;
/* The default lab
le
is always the last case in a switch
/* The default lab
el
is always the last case in a switch
statement after gimplification. */
default_label
=
CASE_LABEL
(
default_case
);
...
...
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