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
8a6024c1
Commit
8a6024c1
authored
Dec 18, 2005
by
Gabriel Dos Reis
Committed by
Gabriel Dos Reis
Dec 18, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/objc.texi (Type encoding): Fix typo.
From-SVN: r108749
parent
fb5c309d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/doc/objc.texi
+1
-1
No files found.
gcc/ChangeLog
View file @
8a6024c1
2005
-
12
-
18
Gabriel
Dos
Reis
<
gdr
@integrable
-
solutions
.
net
>
*
doc
/
objc
.
texi
(
Type
encoding
)
:
Fix
typo
.
2005
-
12
-
17
Gabriel
Dos
Reis
<
gdr
@integrable
-
solutions
.
net
>
2005
-
12
-
17
Gabriel
Dos
Reis
<
gdr
@integrable
-
solutions
.
net
>
*
tree
-
tailcall
.
c
(
find_tail_calls
)
:
Use
XNEW
.
*
tree
-
tailcall
.
c
(
find_tail_calls
)
:
Use
XNEW
.
...
...
gcc/doc/objc.texi
View file @
8a6024c1
...
@@ -218,7 +218,7 @@ The types are encoded in the following way:
...
@@ -218,7 +218,7 @@ The types are encoded in the following way:
@item
unknown
type
@item
unknown
type
@tab
@code
{?
}
@tab
@code
{?
}
@item
Complex
types
@item
Complex
types
@tab
@code
{
j
}
followed
by
the
inner
type
.
For
an
example
_Complex
double
is
encoded
as
"jd"
.
@tab
@code
{
j
}
followed
by
the
inner
type
.
For
example
@code{
_Complex
double
}
is
encoded
as
"jd"
.
@item
bit
-
fields
@item
bit
-
fields
@tab
@code{
b
}
followed
by
the
starting
position
of
the
bit
-
field
,
the
type
of
the
bit
-
field
and
the
size
of
the
bit
-
field
(
the
bit
-
fields
encoding
was
changed
from
the
NeXT
'
s
compiler
encoding
,
see
below
)
@tab
@code{
b
}
followed
by
the
starting
position
of
the
bit
-
field
,
the
type
of
the
bit
-
field
and
the
size
of
the
bit
-
field
(
the
bit
-
fields
encoding
was
changed
from
the
NeXT
'
s
compiler
encoding
,
see
below
)
@end
multitable
@end
multitable
...
...
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