aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.python/py-xmethods.exp
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2015-05-08 05:04:12 -0700
committerH.J. Lu <hjl.tools@gmail.com>2015-05-08 05:05:49 -0700
commit573cc2e57db66165b390044338d3a4ad51f36bf8 (patch)
treed504be11ff656471087dfa0e9eae6808c2b90b3d /gdb/testsuite/gdb.python/py-xmethods.exp
parent422349a385c2ccfc1e66f5c65560e5bd5fc97953 (diff)
downloadgdb-573cc2e57db66165b390044338d3a4ad51f36bf8.zip
gdb-573cc2e57db66165b390044338d3a4ad51f36bf8.tar.gz
gdb-573cc2e57db66165b390044338d3a4ad51f36bf8.tar.bz2
Add -mno-shared to x86 assembler
On ELF target, the assembler normally generates code which can go into a shared library where non-weak symbols can be preempted. The -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. gas/ * config/tc-i386.c (no_shared): New. (OPTION_MNO_SHARED): Likewise. (elf_symbol_resolved_in_segment_p): Check no_shared. (md_longopts): Add mno-shared. (md_parse_option): Handle OPTION_MNO_SHARED. (md_show_usage): Add -mno-shared. * doc/c-i386.texi: Document -mno-shared. gas/testsuite/ * gas/i386/i386.exp: Run relax-4 and x86-64-relax-3. * gas/i386/relax-4.d: New file. * gas/i386/x86-64-relax-3.d: Likewise.
Diffstat (limited to 'gdb/testsuite/gdb.python/py-xmethods.exp')
0 files changed, 0 insertions, 0 deletions