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
98283b42
Commit
98283b42
authored
Apr 23, 1999
by
Donn Terry
Committed by
Richard Henderson
Apr 23, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* alpha32.h (INITIALIZE_TRAMPOLINE): Get offsets right.
From-SVN: r26603
parent
14eecd34
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/config/alpha/alpha32.h
+1
-1
No files found.
gcc/ChangeLog
View file @
98283b42
Fri
Apr
23
14
:
57
:
33
1999
Donn
Terry
<
donn
@interix
.
com
>
*
alpha32
.
h
(
INITIALIZE_TRAMPOLINE
)
:
Get
offsets
right
.
Fri
Apr
23
14
:
36
:
47
1999
Richard
Henderson
<
rth
@cygnus
.
com
>
*
alpha
.
c
(
alpha_expand_prologue
)
:
Don
'
t
negate
frame
size
...
...
gcc/config/alpha/alpha32.h
View file @
98283b42
...
...
@@ -77,7 +77,7 @@ Boston, MA 02111-1307, USA. */
#undef INITIALIZE_TRAMPOLINE
#define INITIALIZE_TRAMPOLINE(TRAMP, FNADDR, CXT) \
alpha_initialize_trampoline (TRAMP, FNADDR, CXT,
16, 20
, 12)
alpha_initialize_trampoline (TRAMP, FNADDR, CXT,
20, 16
, 12)
/* Output code to add DELTA to the first argument, and then jump to FUNCTION.
Used for C++ multiple inheritance. */
...
...
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