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
94109a6a
Commit
94109a6a
authored
Aug 12, 2013
by
Alexander Monakov
Committed by
Alexander Monakov
Aug 12, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/invoke.texi: Mention that -ftls-model does not force the final model.
From-SVN: r201661
parent
4e115102
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
gcc/ChangeLog
+5
-0
gcc/doc/invoke.texi
+3
-0
No files found.
gcc/ChangeLog
View file @
94109a6a
2013-08-12 Alexander Monakov <amonakov@ispras.ru>
* doc/invoke.texi: Mention that -ftls-model does not force the final
model.
2013-08-12 Marek Polacek <polacek@redhat.com>
2013-08-12 Marek Polacek <polacek@redhat.com>
Marc Glisse <marc.glisse@inria.fr>
Marc Glisse <marc.glisse@inria.fr>
...
...
gcc/doc/invoke.texi
View file @
94109a6a
...
@@ -20929,6 +20929,9 @@ Not all targets provide complete support for this switch.
...
@@ -20929,6 +20929,9 @@ Not all targets provide complete support for this switch.
Alter the thread-local storage model to be used (@pxref{Thread-Local}).
Alter the thread-local storage model to be used (@pxref{Thread-Local}).
The @var{model} argument should be one of @code{global-dynamic},
The @var{model} argument should be one of @code{global-dynamic},
@code{local-dynamic}, @code{initial-exec} or @code{local-exec}.
@code{local-dynamic}, @code{initial-exec} or @code{local-exec}.
Note that the choice is subject to optimization: the compiler may use
a more efficient model for symbols not visible outside of the translation
unit, or if @option{-fpic} is not given on the command line.
The default without @option{-fpic} is @code{initial-exec}; with
The default without @option{-fpic} is @code{initial-exec}; with
@option{-fpic} the default is @code{global-dynamic}.
@option{-fpic} the default is @code{global-dynamic}.
...
...
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