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
9c2d4260
Commit
9c2d4260
authored
Oct 19, 2003
by
Kazu Hirata
Committed by
Kazu Hirata
Oct 19, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
extend.texi: Fix typos.
* doc/extend.texi: Fix typos. * doc/invoke.texi: Likewise. From-SVN: r72668
parent
591af218
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
3 deletions
+8
-3
gcc/ChangeLog
+5
-0
gcc/doc/extend.texi
+2
-2
gcc/doc/invoke.texi
+1
-1
No files found.
gcc/ChangeLog
View file @
9c2d4260
2003-10-18 Kazu Hirata <kazu@cs.umass.edu>
* doc/extend.texi: Fix typos.
* doc/invoke.texi: Likewise.
2003-10-18 Nicolas Pitre <nico@cam.org>
* config/arm/arm.c (arm_override_options): Use arm_tune_xscale for
...
...
gcc/doc/extend.texi
View file @
9c2d4260
...
...
@@ -2628,7 +2628,7 @@ Currently, the attribute is ignored for inlined functions. If the
attribute is applied to a symbol @emph{definition}, an error is reported.
If a symbol previously declared @code{dllimport} is later defined, the
attribute is ignored in subsequent references, and a warning is emitted.
The attribute is also overriden by a subsequent declaration as
The attribute is also overrid
d
en by a subsequent declaration as
@code{dllexport}.
When applied to C++ classes, the attribute marks non-inlined
...
...
@@ -3809,7 +3809,7 @@ the single copy in the library.
Since
GCC
eventually
will
implement
ISO
C99
semantics
for
inline
functions
,
it
is
best
to
use
@
code
{
static
inline
}
only
to
guar
e
ntee
compatibility
.
(
The
to
guar
a
ntee
compatibility
.
(
The
existing
semantics
will
remain
available
when
@
option
{-
std
=
gnu89
}
is
specified
,
but
eventually
the
default
will
be
@
option
{-
std
=
gnu99
}
and
that
will
implement
the
C99
semantics
,
though
it
does
not
do
so
yet
.)
...
...
gcc/doc/invoke.texi
View file @
9c2d4260
...
...
@@ -1904,7 +1904,7 @@ run time instead. This is used in conjunction with the Fix-and-Continue
debugging mode, where the object file in question may be recompiled and
dynamically reloaded in the course of program execution, without the need
to restart the program itself. Currently, Fix-and-Continue functionality
is only available in conjunc
iton with
the NeXT runtime on Mac OS X 10.3
is only available in conjunc
tion with
the NeXT runtime on Mac OS X 10.3
and later.
@item -fzero-link
...
...
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