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
d7e9e62a
Commit
d7e9e62a
authored
Sep 23, 2004
by
Kazu Hirata
Committed by
Kazu Hirata
Sep 23, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* cfgexpand.c, config/s390/tpf-eh.c: Fix comment typos.
From-SVN: r87939
parent
98d6e9af
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
4 deletions
+8
-4
gcc/ChangeLog
+4
-0
gcc/cfgexpand.c
+2
-2
gcc/config/s390/tpf-eh.c
+2
-2
No files found.
gcc/ChangeLog
View file @
d7e9e62a
2004
-
09
-
23
Kazu
Hirata
<
kazu
@
cs
.
umass
.
edu
>
*
cfgexpand
.
c
,
config
/
s390
/
tpf
-
eh
.
c
:
Fix
comment
typos
.
2004
-
09
-
22
Eric
Christopher
<
echristo
@
redhat
.
com
>
*
builtins
.
c
(
simplify_builtin_va_start
):
Remove
.
...
...
gcc/cfgexpand.c
View file @
d7e9e62a
...
...
@@ -41,8 +41,8 @@ Boston, MA 02111-1307, USA. */
/* Verify that there is exactly single jump instruction since last and attach
REG_BR_PROB note specifying probability.
??? We really ought to pass the probability down to RTL expanders and let it
re-distribute it when the conditional expands into multiple con
i
ditionals.
This is however dificult to do. */
re-distribute it when the conditional expands into multiple conditionals.
This is however dif
f
icult to do. */
static
void
add_reg_br_prob_note
(
FILE
*
dump_file
,
rtx
last
,
int
probability
)
{
...
...
gcc/config/s390/tpf-eh.c
View file @
d7e9e62a
...
...
@@ -64,7 +64,7 @@ unsigned int __isPATrange(void *addr)
/* 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
...
...
@@ -158,7 +158,7 @@ void *__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
*
)
...
...
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