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/ChangeLog | |
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/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 7010e64..4877538 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -29,16 +29,6 @@ the symbol name checking code to here from... (md_undefined_symbo): ... here. -2015-05-08 H.J. Lu <hongjiu.lu@intel.com> - - * 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. - 2015-05-07 H.J. Lu <hongjiu.lu@intel.com> * config/tc-i386.c (elf_symbol_resolved_in_segment_p): New. |