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
eacecf96
Commit
eacecf96
authored
Oct 18, 2001
by
Alexandre Oliva
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix the typo for real now.
From-SVN: r46336
parent
c8202d4c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
gcc/doc/extend.texi
+1
-1
No files found.
gcc/doc/extend.texi
View file @
eacecf96
...
@@ -1926,7 +1926,7 @@ carefully.
...
@@ -1926,7 +1926,7 @@ carefully.
The
keyword
@
code
{
__attribute__
}
allows
you
to
specify
special
The
keyword
@
code
{
__attribute__
}
allows
you
to
specify
special
attributes
when
making
a
declaration
.
This
keyword
is
followed
by
an
attributes
when
making
a
declaration
.
This
keyword
is
followed
by
an
attribute
specification
inside
double
parentheses
.
The
following
attribute
specification
inside
double
parentheses
.
The
following
attributs
are
currently
defined
for
functions
on
all
targets
:
attribut
e
s
are
currently
defined
for
functions
on
all
targets
:
@
code
{
noreturn
},
@
code
{
noinline
},
@
code
{
pure
},
@
code
{
const
},
@
code
{
noreturn
},
@
code
{
noinline
},
@
code
{
pure
},
@
code
{
const
},
@
code
{
format
},
@
code
{
format_arg
},
@
code
{
no_instrument_function
},
@
code
{
format
},
@
code
{
format_arg
},
@
code
{
no_instrument_function
},
@
code
{
section
},
@
code
{
constructor
},
@
code
{
destructor
},
@
code
{
used
},
@
code
{
section
},
@
code
{
constructor
},
@
code
{
destructor
},
@
code
{
used
},
...
...
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