diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-05-13 04:47:59 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-05-13 04:47:59 -0700 |
commit | e69c76f4bfaf4c1b72f020f811afe03a5f7cd831 (patch) | |
tree | 151e266a775ef99bf77540ddc0166d0c5a972ef9 /gas/doc | |
parent | 31955f993de7b502b7a89bba4f9c9b0a34f90b2c (diff) | |
download | gdb-e69c76f4bfaf4c1b72f020f811afe03a5f7cd831.zip gdb-e69c76f4bfaf4c1b72f020f811afe03a5f7cd831.tar.gz gdb-e69c76f4bfaf4c1b72f020f811afe03a5f7cd831.tar.bz2 |
Revert "Add -mno-shared to x86 assembler"
This reverts commit 573cc2e57db66165b390044338d3a4ad51f36bf8.
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/c-i386.texi | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gas/doc/c-i386.texi b/gas/doc/c-i386.texi index 47bcbbb..1645c8c 100644 --- a/gas/doc/c-i386.texi +++ b/gas/doc/c-i386.texi @@ -298,16 +298,6 @@ The @code{.att_syntax} and @code{.intel_syntax} directives will take precedent. This option forces the assembler to add BND prefix to all branches, even if such prefix was not explicitly specified in the source code. -@cindex @samp{-mno-shared} option, i386 -@cindex @samp{-mno-shared} option, x86-64 -@item -mno-shared -On ELF target, the assembler normally generates code which can go into a -shared library where non-weak symbols can be preempted. The -@samp{-mno-shared} option tells the assembler to generate code not for -a shared library, where non-weak symbols won't be preempted. The -resulting code is slightly smaller. This option mainly affects the -handling of branch instructions. - @cindex @samp{-mbig-obj} option, x86-64 @item -mbig-obj On x86-64 PE/COFF target this option forces the use of big object file |