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
d833cfb0
Commit
d833cfb0
authored
Dec 27, 2004
by
Richard Henderson
Committed by
Richard Henderson
Dec 27, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* src/x86/unix64.S: Fix typo in unwind info.
From-SVN: r92636
parent
82d3d6c8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
libffi/ChangeLog
+4
-0
libffi/src/x86/unix64.S
+1
-1
No files found.
libffi/ChangeLog
View file @
d833cfb0
2004-12-27 Richard Henderson <rth@redhat.com>
* src/x86/unix64.S: Fix typo in unwind info.
2004-12-25 Richard Henderson <rth@redhat.com>
2004-12-25 Richard Henderson <rth@redhat.com>
* src/x86/ffi64.c (struct register_args): Rename from stackLayout.
* src/x86/ffi64.c (struct register_args): Rename from stackLayout.
...
...
libffi/src/x86/unix64.S
View file @
d833cfb0
...
@@ -347,7 +347,7 @@ ffi_closure_unix64:
...
@@ -347,7 +347,7 @@ ffi_closure_unix64:
.uleb128 2
.uleb128 2
.byte 0x4 /* DW_CFA_advance_loc4 */
.byte 0x4 /* DW_CFA_advance_loc4 */
.long .LUW2-.LUW
3
.long .LUW2-.LUW
1
.byte 0xc /* DW_CFA_def_cfa, %rsp offset 8 */
.byte 0xc /* DW_CFA_def_cfa, %rsp offset 8 */
.uleb128 7
.uleb128 7
.uleb128 8
.uleb128 8
...
...
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