This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gdb and binutils branch master updated. d022bddd4fd93428a7fa3cc7ad404c912ed20dbf


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".

The branch, master has been updated
       via  d022bddd4fd93428a7fa3cc7ad404c912ed20dbf (commit)
      from  ad9fe6c108abf73f47219655ff19a5ec68b68124 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=d022bddd4fd93428a7fa3cc7ad404c912ed20dbf

commit d022bddd4fd93428a7fa3cc7ad404c912ed20dbf
Author: Ilya Tocar <ilya.tocar@intel.com>
Date:   Fri Aug 1 17:58:32 2014 +0400

    Add -momit_lock_prefix=[no|yes] option
    
    This option serves as a workaround for processors, which fail on lock
    prefix.
    
    gas/
    	* config/tc-i386.c (omit_lock_prefix): New.
    	(output_insn): Omit lock prefix if omit_lock_prefix is true.
    	(OPTION_omit_lock_prefix): New.
    	(md_longopts): Add momit-lock-prefix.
    	(md_parse_option): Handle momit-lock-prefix.
    	(md_show_usage): Add momit-lock-prefix=[no|yes].
    	* doc/c-i386.texi (momit-lock-prefix): Document.
    
    gas/testsuite/
    
    	* gas/i386/i386.exp: Run new tests.
    	* gas/i386/omit-lock-no.d: New.
    	* gas/i386/omit-lock-yes.d: Ditto.
    	* gas/i386/omit-lock.s: Ditto.

-----------------------------------------------------------------------

Summary of changes:
 gas/ChangeLog                          |   10 ++++++++++
 gas/config/tc-i386.c                   |   27 +++++++++++++++++++++++++++
 gas/doc/c-i386.texi                    |   12 ++++++++++++
 gas/testsuite/ChangeLog                |    7 +++++++
 gas/testsuite/gas/i386/i386.exp        |    2 ++
 gas/testsuite/gas/i386/omit-lock-no.d  |   12 ++++++++++++
 gas/testsuite/gas/i386/omit-lock-yes.d |   12 ++++++++++++
 gas/testsuite/gas/i386/omit-lock.s     |    6 ++++++
 8 files changed, 88 insertions(+), 0 deletions(-)
 create mode 100644 gas/testsuite/gas/i386/omit-lock-no.d
 create mode 100644 gas/testsuite/gas/i386/omit-lock-yes.d
 create mode 100644 gas/testsuite/gas/i386/omit-lock.s


hooks/post-receive
-- 
gdb and binutils


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]