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
f5ba49ac
Commit
f5ba49ac
authored
12 years ago
by
Shenghou Ma
Committed by
Ian Lance Taylor
12 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
invoke.texi: fix typo.
* doc/invoke.texi: fix typo. * doc/objc.texi: fix typo. From-SVN: r195437
parent
72d1cef2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
gcc/ChangeLog
+5
-0
gcc/doc/invoke.texi
+1
-1
gcc/doc/objc.texi
+1
-1
No files found.
gcc/ChangeLog
View file @
f5ba49ac
2013-01-24 Shenghou Ma <minux.ma@gmail.com>
* doc/invoke.texi: fix typo.
* doc/objc.texi: fix typo.
2013-01-24 Richard Sandiford <rdsandiford@googlemail.com>
* config/mips/mips.md (*and<mode>3_mips16): Use the "W" constraint
...
...
This diff is collapsed.
Click to expand it.
gcc/doc/invoke.texi
View file @
f5ba49ac
...
...
@@ -12358,7 +12358,7 @@ linker multiple times and joining the results together with
The
subtype
of
the
file
created
(
like
@
samp
{
ppc7400
}
or
@
samp
{
ppc970
}
or
@
samp
{
i686
})
is
determined
by
the
flags
that
specify
the
ISA
that
GCC
is
target
t
ing
,
like
@
option
{-
mcpu
}
or
@
option
{-
march
}.
The
that
GCC
is
targeting
,
like
@
option
{-
mcpu
}
or
@
option
{-
march
}.
The
@
option
{-
force_cpusubtype_ALL
}
option
can
be
used
to
override
this
.
The
Darwin
tools
vary
in
their
behavior
when
presented
with
an
ISA
...
...
This diff is collapsed.
Click to expand it.
gcc/doc/objc.texi
View file @
f5ba49ac
...
...
@@ -1163,7 +1163,7 @@ and @code{+resolveClassMethod:} has been attempted and did not succeed
in
dynamically
registering
the
method
.
To
configure
the
hook
,
you
set
the
global
variable
@code
{
__objc_msg_foward2
}
to
a
function
with
the
same
argument
and
@code
{
__objc_msg_fo
r
ward2
}
to
a
function
with
the
same
argument
and
return
types
of
@code
{
objc_msg_lookup
()}.
When
@code
{
objc_msg_lookup
()}
can
not
find
a
method
implementation
,
it
invokes
the
hook
function
you
provided
to
get
a
method
implementation
...
...
This diff is collapsed.
Click to expand it.
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