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
4896c7b8
Commit
4896c7b8
authored
May 02, 2010
by
Bruno Haible
Committed by
Gerald Pfeifer
May 02, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/extend.texi (Function Attributes): Fix a typo.
From-SVN: r158975
parent
0d6d8e00
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/doc/extend.texi
+1
-1
No files found.
gcc/ChangeLog
View file @
4896c7b8
2010-05-02 Bruno Haible <bruno@clisp.org>
* doc/extend.texi (Function Attributes): Fix a typo.
2010-05-02 Uros Bizjak <ubizjak@gmail.com>
Revert:
...
...
gcc/doc/extend.texi
View file @
4896c7b8
...
...
@@ -3503,7 +3503,7 @@ static int x() __attribute__ ((alias ("y")));
A
weak
reference
is
an
alias
that
does
not
by
itself
require
a
definition
to
be
given
for
the
target
symbol
.
If
the
target
symbol
is
only
referenced
through
weak
references
,
then
the
becomes
a
@
code
{
weak
}
only
referenced
through
weak
references
,
then
it
becomes
a
@
code
{
weak
}
undefined
symbol
.
If
it
is
directly
referenced
,
however
,
then
such
strong
references
prevail
,
and
a
definition
will
be
required
for
the
symbol
,
not
necessarily
in
the
same
translation
unit
.
...
...
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