Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gcc-cobol
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
COBOLworx
gcc-cobol
Commits
d833cfb0
Commit
d833cfb0
authored
20 years ago
by
Richard Henderson
Committed by
Richard Henderson
20 years ago
Browse files
Options
Downloads
Patches
Plain Diff
* src/x86/unix64.S: Fix typo in unwind info.
From-SVN: r92636
parent
82d3d6c8
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
libffi/ChangeLog
+4
-0
4 additions, 0 deletions
libffi/ChangeLog
libffi/src/x86/unix64.S
+1
-1
1 addition, 1 deletion
libffi/src/x86/unix64.S
with
5 additions
and
1 deletion
libffi/ChangeLog
+
4
−
0
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.
...
...
This diff is collapsed.
Click to expand it.
libffi/src/x86/unix64.S
+
1
−
1
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment