mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
Minor addition to help.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3858 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
dc517b83cc
commit
da7889fac0
1 changed files with 6 additions and 4 deletions
|
@ -29,8 +29,8 @@
|
||||||
directly or by way of libFoundation.
|
directly or by way of libFoundation.
|
||||||
|
|
||||||
The sections of code (and comments) to do with the MFRAME_ARG_ENCODING()
|
The sections of code (and comments) to do with the MFRAME_ARG_ENCODING()
|
||||||
macro for sparc, hppa and powerpc were derived from libFoundation (for
|
macro for sparc, hppa and powerpc were derived in part from libFoundation
|
||||||
which, much thanks) avoiding the need to extract the relevent details
|
(for which, much thanks) avoiding the need to extract the relevent details
|
||||||
directly from the gcc source in these cases. The originals from which
|
directly from the gcc source in these cases. The originals from which
|
||||||
these fragments came the additional credit/copyright -
|
these fragments came the additional credit/copyright -
|
||||||
|
|
||||||
|
@ -89,7 +89,8 @@ MFRAME_ARGS_SIZE
|
||||||
This must be set to the value computed by the apply_args_size()
|
This must be set to the value computed by the apply_args_size()
|
||||||
function in expr.c in the gcc source. It is the size of the
|
function in expr.c in the gcc source. It is the size of the
|
||||||
area of memory allocated in which to pass arguments to a function.
|
area of memory allocated in which to pass arguments to a function.
|
||||||
If you can't figure out how to determine this - try using a
|
If you can't figure out how to determine this (hack expr.c to print
|
||||||
|
the result of the function the first time it's called) - try using a
|
||||||
value like 128 - which will probably be far larger than required
|
value like 128 - which will probably be far larger than required
|
||||||
(and therefore somewhat inefficient) but will most likely work.
|
(and therefore somewhat inefficient) but will most likely work.
|
||||||
|
|
||||||
|
@ -97,7 +98,8 @@ MFRAME_RESULT_SIZE
|
||||||
This must be set to the value computed by the apply_result_size()
|
This must be set to the value computed by the apply_result_size()
|
||||||
function in expr.c in the gcc source. It is the size of the area
|
function in expr.c in the gcc source. It is the size of the area
|
||||||
of memory allocated in which to return a value from a function.
|
of memory allocated in which to return a value from a function.
|
||||||
If you can't figure out how to determine this - try using a
|
If you can't figure out how to determine this (hack expr.c to print
|
||||||
|
the result of the function the first time it's called) - try using a
|
||||||
value like 128 - which will probably be far larger than required
|
value like 128 - which will probably be far larger than required
|
||||||
(and therefore somewhat inefficient) but will most likely work.
|
(and therefore somewhat inefficient) but will most likely work.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue