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
2a59078d
Commit
2a59078d
authored
Jul 12, 2000
by
Rodney Brown
Committed by
Jeff Law
Jul 11, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gcc.texi: Fix minor typos
* gcc.texi: Fix minor typos * extend.texi: Fix minor typos From-SVN: r34980
parent
5c6f90e7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
7 deletions
+12
-7
gcc/ChangeLog
+5
-0
gcc/extend.texi
+5
-5
gcc/gcc.texi
+2
-2
No files found.
gcc/ChangeLog
View file @
2a59078d
2000-07-11 Rodney Brown <RodneyBrown@pmsc.com>
* gcc.texi: Fix minor typos
* extend.texi: Fix minor typos
2000-07-11 Marc Espie <espie@openbsd.org>
* collect2.c (main): Recognize .lo as object files.
...
...
gcc/extend.texi
View file @
2a59078d
...
...
@@ -813,7 +813,7 @@ them as a single variable with a complex type.
@
section
Hex
Floats
@
cindex
hex
floats
GNU
CC
recognizes
floating
-
point
numbers
writen
not
only
in
the
usual
GNU
CC
recognizes
floating
-
point
numbers
writ
t
en
not
only
in
the
usual
decimal
notation
,
such
as
@
code
{
1.55e1
},
but
also
numbers
such
as
@
code
{
0x1
.
fp3
}
written
in
hexadecimal
format
.
In
that
format
the
@
code
{
0x
}
hex
introducer
and
the
@
code
{
p
}
or
@
code
{
P
}
exponent
field
are
...
...
@@ -1310,7 +1310,7 @@ hack ((union foo) x);
@cindex functions that never return
@cindex functions that have no side effects
@cindex functions in arbitrary sections
@cindex functions that b
a
have like malloc
@cindex functions that b
e
have like malloc
@cindex @code{volatile} applied to function
@cindex @code{const} applied to function
@cindex functions with @code{printf}, @code{scanf} or @code{strftime} style arguments
...
...
@@ -1399,7 +1399,7 @@ fewer times than the program says.
Some of common examples of pure functions are @code{strlen} or @code{memcmp}.
Interesting non-pure functions are functions with infinite loops or those
depending on volatile memory or other system resource, that may change between
two conse
tuctive calls (such as @code{feof} in multithre
ding environment).
two conse
cutive calls (such as @code{feof} in a multithrea
ding environment).
The attribute @code{pure} is not implemented in GNU C versions earlier
than 2.96.
...
...
@@ -1408,7 +1408,7 @@ than 2.96.
Many functions do not examine any values except their arguments, and
have no effects except the return value. Basically this is just slightly
more strict class than the "pure" attribute above, since function is not
allo
v
ed to read global memory.
allo
w
ed to read global memory.
@cindex pointer arguments
Note that a function that has pointer arguments and examines the data
...
...
@@ -2073,7 +2073,7 @@ section, consider using the facilities of the linker instead.
@
item
shared
@
cindex
@
code
{
shared
}
variable
attribute
On
Windows
NT
,
in
addition
to
n
putting
variable
definitions
in
a
named
On
Windows
NT
,
in
addition
to
putting
variable
definitions
in
a
named
section
,
the
section
can
also
be
shared
among
all
running
copies
of
an
executable
or
DLL
.
For
example
,
this
small
program
defines
shared
data
by
putting
it
in
a
named
section
"shared"
and
marking
the
section
...
...
gcc/gcc.texi
View file @
2a59078d
...
...
@@ -1013,7 +1013,7 @@ PTF releases (3.2.2, 3.2.3, or 3.2.3e). Users of AIX 3.1 should request
PTF
U403044
from
IBM
and
users
of
AIX
3
.
2
should
request
PTF
U416277
.
See
the
file
@file
{
README
.
RS6000
}
for
more
details
on
these
updates
.
You
can
test
for
the
presen
s
e
of
a
fixed
assembler
by
using
the
You
can
test
for
the
presen
c
e
of
a
fixed
assembler
by
using
the
command
@smallexample
...
...
@@ -1861,7 +1861,7 @@ problem.
@code{
unprotoize
}
can
become
confused
when
trying
to
convert
a
function
definition
or
declaration
which
contains
a
declaration
for
a
pointer
-
to
-
function
formal
argument
which
has
the
same
name
as
the
function
being
defined
or
declared
.
We
recomm
a
nd
you
avoid
such
choices
function
being
defined
or
declared
.
We
recomm
e
nd
you
avoid
such
choices
of
formal
parameter
names
.
@item
...
...
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