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
15b9b32f
Commit
15b9b32f
authored
Jan 18, 2002
by
David Edelsohn
Committed by
David Edelsohn
Jan 18, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Provide a null definition of _ffi_call_AIX so that Darwin link won't fail.
From-SVN: r48989
parent
3ef42a0c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
4 deletions
+14
-4
libffi/ChangeLog
+4
-0
libffi/src/powerpc/darwin.S
+10
-4
No files found.
libffi/ChangeLog
View file @
15b9b32f
2002-01-18 David Edelsohn <edelsohn@gnu.org>
* src/powerpc/darwin.S (_ffi_call_AIX): New.
2002-01-17 David Edelsohn <edelsohn@gnu.org>
2002-01-17 David Edelsohn <edelsohn@gnu.org>
* Makefile.am (EXTRA_DIST): Add Darwin and AIX files.
* Makefile.am (EXTRA_DIST): Add Darwin and AIX files.
...
...
libffi/src/powerpc/darwin.S
View file @
15b9b32f
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
PowerPC Assembly glue.
PowerPC Assembly glue.
$Id: darwin.S,v 1.
0 2001/01/02 01:49:46 green
Exp $
$Id: darwin.S,v 1.
1 2001/10/09 05:32:15 bryce
Exp $
Permission is hereby granted, free of charge, to any person obtaining
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
a copy of this software and associated documentation files (the
...
@@ -147,7 +147,13 @@ L(float_return_value):
...
@@ -147,7 +147,13 @@ L(float_return_value):
b L(done_return_value)
b L(done_return_value)
//END(_ffi_call_DARWIN)
//END(_ffi_call_DARWIN)
/* Provide a null definition of _ffi_call_AIX. */
.text
.align 2
.globl _ffi_call_AIX
.text
.align 2
_ffi_call_AIX:
blr
//END(_ffi_call_AIX)
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