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
ac38d8da
Commit
ac38d8da
authored
May 11, 2003
by
Neil Booth
Committed by
Neil Booth
May 11, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/cpp.texi: Fix typos.
From-SVN: r66697
parent
82b1c974
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
gcc/ChangeLog
+4
-0
gcc/doc/cpp.texi
+3
-2
No files found.
gcc/ChangeLog
View file @
ac38d8da
2003-05-11 Neil Booth <neil@cat.daikokuya.co.uk>
* doc/cpp.texi: Fix typos.
2003-05-11 Ulrich Weigand <uweigand@de.ibm.com>
* config/s390/s390.c (s390_function_arg_float): New function.
...
...
gcc/doc/cpp.texi
View file @
ac38d8da
...
...
@@ -264,7 +264,7 @@ complete support for international character sets in a future release.
Different
systems
use
different
conventions
to
indicate
the
end
of
a
line
.
GCC
accepts
the
ASCII
control
sequences
@kbd
{
LF
},
@kbd
{
@w
{
CR
LF
}}
,
@kbd
{
CR
}
as
end
-
of
-
line
markers
.
These
LF
}}
and
@kbd
{
CR
}
as
end
-
of
-
line
markers
.
These
are
the
canonical
sequences
used
by
Unix
,
DOS
and
VMS
,
and
the
classic
Mac
OS
(
before
OSX
)
respectively
.
You
may
therefore
safely
copy
source
code
written
on
any
of
those
systems
to
a
different
one
and
use
...
...
@@ -1857,7 +1857,8 @@ use. You can use @code{__OBJC__} to test whether a header is compiled
by
a
C
compiler
or
a
Objective
-
C
compiler
.
@item
__ASSEMBLER__
This
macro
is
defined
with
value
1
when
preprocessing
assembler
.
This
macro
is
defined
with
value
1
when
preprocessing
assembly
language
.
@end
table
...
...
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