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. 7bb01e2d7401f2eb8995d445917708209d3ad4bf


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  7bb01e2d7401f2eb8995d445917708209d3ad4bf (commit)
      from  80272b8cb9f78cd97c4655019e7826b6d4c5dd41 (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=7bb01e2d7401f2eb8995d445917708209d3ad4bf

commit 7bb01e2d7401f2eb8995d445917708209d3ad4bf
Author: Maciej W. Rozycki <macro@codesourcery.com>
Date:   Tue Oct 21 23:06:23 2014 +0100

    MIPS/GAS: Correct file option settings with `.insn'
    
    This makes sure `HAVE_CODE_COMPRESSION' evaluates correctly when the
    `.insn' directive is used at the beginning of a source file before any
    instructions have been produced and that ELF file header's MIPS16 and
    microMIPS ASE flags are set correctly in the case where no instructions
    have been produced other than with the said directive.
    
    	gas/
    	* config/tc-mips.c (s_insn): Set file options.
    
    	gas/testsuite/
    	* gas/mips/insn-opts.d: New test.
    	* gas/mips/insn-opts.s: New test source.
    	* gas/mips/mips.exp: Run the new test.

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

Summary of changes:
 gas/ChangeLog                      |    4 ++++
 gas/config/tc-mips.c               |    4 ++++
 gas/testsuite/ChangeLog            |    6 ++++++
 gas/testsuite/gas/mips/insn-opts.d |   18 ++++++++++++++++++
 gas/testsuite/gas/mips/insn-opts.s |   23 +++++++++++++++++++++++
 gas/testsuite/gas/mips/mips.exp    |    1 +
 6 files changed, 56 insertions(+), 0 deletions(-)
 create mode 100644 gas/testsuite/gas/mips/insn-opts.d
 create mode 100644 gas/testsuite/gas/mips/insn-opts.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]