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
0eac2984
Commit
0eac2984
authored
Mar 10, 2001
by
Jeffrey A Law
Committed by
Jeff Law
Mar 09, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* pa.md (builtin_longjmp): Rework slightly to work for PA64 too.
From-SVN: r40359
parent
0e061da6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
gcc/ChangeLog
+4
-0
gcc/config/pa/pa.md
+4
-2
No files found.
gcc/ChangeLog
View file @
0eac2984
Fri Mar 9 18:39:19 2001 Jeffrey A Law (law@cygnus.com)
* pa.md (builtin_longjmp): Rework slightly to work for PA64 too.
2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
* configure: Rebuilt.
* configure: Rebuilt.
...
...
gcc/config/pa/pa.md
View file @
0eac2984
...
@@ -6246,8 +6246,10 @@
...
@@ -6246,8 +6246,10 @@
{
{
/
* The elements of the buffer are, in order: *
/
/
* The elements of the buffer are, in order: *
/
rtx fp = gen_rtx_MEM (Pmode, operands
[
0
]
);
rtx fp = gen_rtx_MEM (Pmode, operands
[
0
]
);
rtx lab = gen_rtx_MEM (Pmode, plus_constant (operands
[
0
]
, 4));
rtx lab = gen_rtx_MEM (Pmode, plus_constant (operands
[
0
]
,
rtx stack = gen_rtx_MEM (Pmode, plus_constant (operands
[
0
]
, 8));
POINTER_SIZE / BITS_PER_UNIT));
rtx stack = gen_rtx_MEM (Pmode, plus_constant (operands
[
0
]
,
(POINTER_SIZE
*
2) / BITS_PER_UNIT));
rtx pv = gen_rtx_REG (Pmode, 1);
rtx pv = gen_rtx_REG (Pmode, 1);
/
* This bit is the same as expand_builtin_longjmp. *
/
/
* This bit is the same as expand_builtin_longjmp. *
/
...
...
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