Rebase to latest GCC sources
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
10
|
||||
|
||||
dir
|
||||
155837
|
||||
svn+ssh://green@gcc.gnu.org/svn/gcc/trunk/libffi/doc
|
||||
svn+ssh://green@gcc.gnu.org/svn/gcc
|
||||
157074
|
||||
svn://gcc.gnu.org/svn/gcc/trunk/libffi/doc
|
||||
svn://gcc.gnu.org/svn/gcc
|
||||
|
||||
|
||||
|
||||
2009-12-26T05:01:43.471937Z
|
||||
155471
|
||||
green
|
||||
2010-02-24T16:02:17.897770Z
|
||||
157049
|
||||
ro
|
||||
|
||||
|
||||
|
||||
@@ -32,11 +32,11 @@ file
|
||||
|
||||
|
||||
|
||||
2009-12-26T05:00:42.848225Z
|
||||
3d48f7b34f9e140271227980cdfac146
|
||||
2009-12-26T05:01:43.471937Z
|
||||
155471
|
||||
green
|
||||
2010-02-25T22:33:35.472413Z
|
||||
5feb09443d14925326aa093c0fcffe4a
|
||||
2010-02-24T16:02:17.897770Z
|
||||
157049
|
||||
ro
|
||||
|
||||
|
||||
|
||||
@@ -58,7 +58,7 @@ green
|
||||
|
||||
|
||||
|
||||
15362
|
||||
15361
|
||||
|
||||
stamp-vti
|
||||
file
|
||||
@@ -66,7 +66,7 @@ file
|
||||
|
||||
|
||||
|
||||
2009-12-20T06:01:58.272552Z
|
||||
2009-06-10T05:25:05.000000Z
|
||||
7123a892595757886f0ee120347f9565
|
||||
2009-06-09T10:21:19.356122Z
|
||||
148309
|
||||
@@ -94,47 +94,13 @@ aph
|
||||
|
||||
101
|
||||
|
||||
libffi.info
|
||||
file
|
||||
|
||||
|
||||
|
||||
|
||||
2009-12-20T06:01:58.272552Z
|
||||
5f18f2f020ebe104a830fecfe6f6bb22
|
||||
2009-06-09T10:21:19.356122Z
|
||||
148309
|
||||
aph
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
18511
|
||||
|
||||
version.texi
|
||||
file
|
||||
|
||||
|
||||
|
||||
|
||||
2009-12-20T06:01:58.273568Z
|
||||
2009-06-10T05:25:05.000000Z
|
||||
7123a892595757886f0ee120347f9565
|
||||
2009-06-09T10:21:19.356122Z
|
||||
148309
|
||||
|
||||
@@ -437,7 +437,7 @@ require special allocation on platforms that have a non-executable
|
||||
heap. Memory management for closures is handled by a pair of
|
||||
functions:
|
||||
|
||||
@findex ffi_closure_alloca
|
||||
@findex ffi_closure_alloc
|
||||
@defun void *ffi_closure_alloc (size_t @var{size}, void **@var{code})
|
||||
Allocate a chunk of memory holding @var{size} bytes. This returns a
|
||||
pointer to the writable address, and sets *@var{code} to the
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
This is ../libffi/doc/libffi.info, produced by makeinfo version 4.13
|
||||
from ../libffi/doc/libffi.texi.
|
||||
This is doc/libffi.info, produced by makeinfo version 4.12 from
|
||||
./doc/libffi.texi.
|
||||
|
||||
This manual is for Libffi, a portable foreign-function interface
|
||||
library.
|
||||
@@ -13,7 +13,7 @@ library.
|
||||
included in the section entitled "GNU General Public License".
|
||||
|
||||
|
||||
INFO-DIR-SECTION Development
|
||||
INFO-DIR-SECTION
|
||||
START-INFO-DIR-ENTRY
|
||||
* libffi: (libffi). Portable foreign-function interface library.
|
||||
END-INFO-DIR-ENTRY
|
||||
@@ -573,19 +573,18 @@ Index
|
||||
|
||||
|
||||
Tag Table:
|
||||
Node: Top706
|
||||
Node: Introduction1448
|
||||
Node: Using libffi3084
|
||||
Node: The Basics3570
|
||||
Node: Simple Example6177
|
||||
Node: Types7204
|
||||
Node: Primitive Types7487
|
||||
Node: Structures9307
|
||||
Node: Type Example10167
|
||||
Node: Multiple ABIs11390
|
||||
Node: The Closure API11761
|
||||
Node: Closure Example14705
|
||||
Node: Missing Features16264
|
||||
Node: Index16757
|
||||
Node: Top670
|
||||
Node: Introduction1406
|
||||
Node: Using libffi3042
|
||||
Node: The Basics3477
|
||||
Node: Simple Example6084
|
||||
Node: Types7111
|
||||
Node: Primitive Types7394
|
||||
Node: Structures9214
|
||||
Node: Type Example10074
|
||||
Node: Multiple ABIs11297
|
||||
Node: The Closure API11668
|
||||
Node: Missing Features14588
|
||||
Node: Index15081
|
||||
|
||||
End Tag Table
|
||||
|
||||
@@ -438,7 +438,7 @@ require special allocation on platforms that have a non-executable
|
||||
heap. Memory management for closures is handled by a pair of
|
||||
functions:
|
||||
|
||||
@findex ffi_closure_alloca
|
||||
@findex ffi_closure_alloc
|
||||
@defun void *ffi_closure_alloc (size_t @var{size}, void **@var{code})
|
||||
Allocate a chunk of memory holding @var{size} bytes. This returns a
|
||||
pointer to the writable address, and sets *@var{code} to the
|
||||
|
||||
Reference in New Issue
Block a user