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
b7f016cb
Commit
b7f016cb
authored
May 22, 2015
by
Marek Polacek
Committed by
Marek Polacek
May 22, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/extend.texi: Use @pxref instead of @xref.
From-SVN: r223530
parent
9dbe0d83
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/doc/extend.texi
+2
-2
No files found.
gcc/ChangeLog
View file @
b7f016cb
2015-05-22 Marek Polacek <polacek@redhat.com>
* doc/extend.texi: Use @pxref instead of @xref.
2015-05-22 hiraditya <hiraditya@msn.com>
2015-05-22 hiraditya <hiraditya@msn.com>
* gimple.h (gimple_expr_type): Refactor to make it concise. Remove
* gimple.h (gimple_expr_type): Refactor to make it concise. Remove
...
...
gcc/doc/extend.texi
View file @
b7f016cb
...
@@ -6304,7 +6304,7 @@ compilers to match the native Microsoft compiler.
...
@@ -6304,7 +6304,7 @@ compilers to match the native Microsoft compiler.
GCC allows attributes to be set on C labels. @xref{Attribute Syntax}, for
GCC allows attributes to be set on C labels. @xref{Attribute Syntax}, for
details of the exact syntax for using attributes. Other attributes are
details of the exact syntax for using attributes. Other attributes are
available for functions (@pxref{Function Attributes}), variables
available for functions (@pxref{Function Attributes}), variables
(@pxref{Variable Attributes}), enumerators (@xref{Enumerator Attributes}),
(@pxref{Variable Attributes}), enumerators (@
p
xref{Enumerator Attributes}),
and for types (@pxref{Type Attributes}).
and for types (@pxref{Type Attributes}).
This example uses the @code{cold} label attribute to indicate the
This example uses the @code{cold} label attribute to indicate the
...
@@ -6358,7 +6358,7 @@ with computed goto or @code{asm goto}.
...
@@ -6358,7 +6358,7 @@ with computed goto or @code{asm goto}.
GCC allows attributes to be set on enumerators. @xref{Attribute Syntax}, for
GCC allows attributes to be set on enumerators. @xref{Attribute Syntax}, for
details of the exact syntax for using attributes. Other attributes are
details of the exact syntax for using attributes. Other attributes are
available for functions (@pxref{Function Attributes}), variables
available for functions (@pxref{Function Attributes}), variables
(@pxref{Variable Attributes}), labels (@xref{Label Attributes}),
(@pxref{Variable Attributes}), labels (@
p
xref{Label Attributes}),
and for types (@pxref{Type Attributes}).
and for types (@pxref{Type Attributes}).
This example uses the @code{deprecated} enumerator attribute to indicate the
This example uses the @code{deprecated} enumerator attribute to indicate the
...
...
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