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
38b974a6
Commit
38b974a6
authored
Apr 01, 2005
by
Kazu Hirata
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/contrib.texi, doc/invoke.texi, doc/tm.texi: Fix typos.
From-SVN: r97367
parent
69de3b83
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
5 deletions
+9
-5
gcc/ChangeLog
+5
-1
gcc/doc/contrib.texi
+1
-1
gcc/doc/invoke.texi
+2
-2
gcc/doc/tm.texi
+1
-1
No files found.
gcc/ChangeLog
View file @
38b974a6
2005-03-31 James E Wilson <wilson@specifixinc.com>
2005-04-01 Kazu Hirata <kazu@cs.umass.edu>
* doc/contrib.texi, doc/invoke.texi, doc/tm.texi: Fix typos.
2005-04-01 James E Wilson <wilson@specifixinc.com>
PR c++/20505
* dwarf2out.c (rtl_for_decl_init): New function.
...
...
gcc/doc/contrib.texi
View file @
38b974a6
...
...
@@ -279,7 +279,7 @@ feeding the gcc.gnu.org box and saving its users tons of spam.
Fred
Fish
for
BeOS
support
and
Ada
fixes
.
@item
Ivan
Fontes
Garcia
for
the
Portugese
translation
of
the
GCJ
FAQ
@
.
Ivan
Fontes
Garcia
for
the
Portug
u
ese
translation
of
the
GCJ
FAQ
@
.
@item
Peter
Gerwinski
for
various
bug
fixes
and
the
Pascal
front
end
.
...
...
gcc/doc/invoke.texi
View file @
38b974a6
...
...
@@ -7344,7 +7344,7 @@ The subtype of the file created (like @samp{ppc7400} or @samp{ppc970} or
that
GCC
is
targetting
,
like
@
option
{-
mcpu
}
or
@
option
{-
march
}.
The
@
option
{-
force_cpusubtype_ALL
}
option
can
be
used
to
override
this
.
The
Darwin
tools
vary
in
their
behavio
u
r
when
presented
with
an
ISA
The
Darwin
tools
vary
in
their
behavior
when
presented
with
an
ISA
mismatch
.
The
assembler
,
@
file
{
as
},
will
only
permit
instructions
to
be
used
that
are
valid
for
the
subtype
of
the
file
it
is
generating
,
so
you
cannot
put
64
-
bit
instructions
in
an
@
samp
{
ppc750
}
object
file
.
...
...
@@ -9779,7 +9779,7 @@ This option is only meaningful in conjunction with @option{-membedded-data}.
@
opindex
msplit
-
addresses
@
opindex
mno
-
split
-
addresses
Enable
(
disable
)
use
of
the
@
code
{%
hi
()}
and
@
code
{%
lo
()}
assembler
relocation
operators
.
This
option
has
been
super
c
eded
by
relocation
operators
.
This
option
has
been
super
s
eded
by
@
option
{-
mexplicit
-
relocs
}
but
is
retained
for
backwards
compatibility
.
@
item
-
mexplicit
-
relocs
...
...
gcc/doc/tm.texi
View file @
38b974a6
...
...
@@ -4866,7 +4866,7 @@ This macro should evaluate to @code{true} if the integer comparison
functions
(
like
@code
{
__cmpdi2
})
return
0
to
indicate
that
the
first
operand
is
smaller
than
the
second
,
1
to
indicate
that
they
are
equal
,
and
2
to
indicate
that
the
first
operand
is
greater
than
the
second
.
If
this
macro
evalutes
to
@code
{
false
}
the
comparison
functions
return
If
this
macro
evalu
a
tes
to
@code
{
false
}
the
comparison
functions
return
@minus
{}
1
,
0
,
and
1
instead
of
0
,
1
,
and
2
.
If
the
target
uses
the
routines
in
@file
{
libgcc
.
a
},
you
do
not
need
to
define
this
macro
.
@end
defmac
...
...
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