Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
0aa65746
Commit
0aa65746
authored
Apr 23, 2002
by
David Mosberger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ia64: Correct unwind info for signal trampoline.
parent
2c522955
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
arch/ia64/kernel/gate.S
arch/ia64/kernel/gate.S
+1
-1
arch/ia64/tools/print_offsets.c
arch/ia64/tools/print_offsets.c
+1
-0
No files found.
arch/ia64/kernel/gate.S
View file @
0aa65746
...
...
@@ -29,7 +29,7 @@
# define UNAT_OFF IA64_SIGCONTEXT_AR_UNAT_OFFSET
# define FPSR_OFF IA64_SIGCONTEXT_AR_FPSR_OFFSET
# define PR_OFF IA64_SIGCONTEXT_PR_OFFSET
# define RP_OFF IA64_SIGCONTEXT_
B0
_OFFSET
# define RP_OFF IA64_SIGCONTEXT_
IP
_OFFSET
# define SP_OFF IA64_SIGCONTEXT_R12_OFFSET
# define RBS_BASE_OFF IA64_SIGCONTEXT_RBS_BASE_OFFSET
# define LOADRS_OFF IA64_SIGCONTEXT_LOADRS_OFFSET
...
...
arch/ia64/tools/print_offsets.c
View file @
0aa65746
...
...
@@ -143,6 +143,7 @@ tab[] =
{
"IA64_SWITCH_STACK_AR_RNAT_OFFSET"
,
offsetof
(
struct
switch_stack
,
ar_rnat
)
},
{
"IA64_SWITCH_STACK_AR_BSPSTORE_OFFSET"
,
offsetof
(
struct
switch_stack
,
ar_bspstore
)
},
{
"IA64_SWITCH_STACK_PR_OFFSET"
,
offsetof
(
struct
switch_stack
,
pr
)
},
{
"IA64_SIGCONTEXT_IP_OFFSET"
,
offsetof
(
struct
sigcontext
,
sc_ip
)
},
{
"IA64_SIGCONTEXT_AR_BSP_OFFSET"
,
offsetof
(
struct
sigcontext
,
sc_ar_bsp
)
},
{
"IA64_SIGCONTEXT_AR_FPSR_OFFSET"
,
offsetof
(
struct
sigcontext
,
sc_ar_fpsr
)
},
{
"IA64_SIGCONTEXT_AR_RNAT_OFFSET"
,
offsetof
(
struct
sigcontext
,
sc_ar_rnat
)
},
...
...
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