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
befb6d14
Commit
befb6d14
authored
Oct 16, 1998
by
Ovidiu Predescu
Committed by
Ovidiu Predescu
Oct 16, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor changes in the documentation. Correctly define get_inner_array_type.
From-SVN: r23144
parent
cb2afeb3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
3 deletions
+13
-3
libobjc/ChangeLog
+10
-0
libobjc/encoding.c
+1
-1
libobjc/objc-features.texi
+2
-2
No files found.
libobjc/ChangeLog
View file @
befb6d14
Sat Oct 17 05:21:31 1998 Ovidiu Predescu <ovidiu@slip.net>
* objc-features.texi (Top): Changed the email address.
* objc-features.texi (Garbage Collection): Use @uref instead of @url.
Mon Oct 11 21:25:27 1998 Ovidiu Predescu <ovidiu@slip.net>
* encoding.c: Redefine get_inner_array_type to get the first entry
in the structure.
Thu Oct 8 12:21:14 1998 Richard Frith-Macdonald <richard@brainstorm.co.uk>
* encoding.c (objc_skip_type_qualifiers): Handle _C_BYREF.
...
...
libobjc/encoding.c
View file @
befb6d14
...
...
@@ -60,7 +60,7 @@ Boston, MA 02111-1307, USA. */
#define DFmode _C_DBL
#define get_inner_array_type(TYPE)
objc_skip_typespec(TYPE
)
#define get_inner_array_type(TYPE)
((TYPE) + 1
)
static
inline
int
...
...
libobjc/objc-features.texi
View file @
befb6d14
...
...
@@ -14,7 +14,7 @@ This document is meant to describe some of the GNU Objective-C runtime
features
.
It
is
not
intended
to
teach
you
Objective
-
C
,
there
are
several
resources
on
the
Internet
that
present
the
language
.
Questions
and
comments
about
this
document
to
Ovidiu
Predescu
@code
{
<
ovidiu
@@
aracnet
.
com
>
}.
@code
{
<
ovidiu
@@
cup
.
hp
.
com
>
}.
@menu
*
Executing
code
before
main
::
...
...
@@ -317,7 +317,7 @@ argument types.
Support
for
a
new
memory
management
policy
has
been
added
by
using
a
powerful
conservative
garbage
collector
,
known
as
the
Boehm
-
Demers
-
Weiser
conservative
garbage
collector
.
It
is
available
from
@w
{
@ur
l
{
http
:
//reality.sgi.com/employees/boehm_mti/gc.html}}.
@w
{
@ur
ef
{
http
:
//reality.sgi.com/employees/boehm_mti/gc.html}}.
To
enable
the
support
for
it
you
have
to
configure
the
compiler
using
an
additional
argument
,
@w
{
@kbd
{
--
enable
-
objc
-
gc
}}.
You
need
to
have
...
...
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