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


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  fbd940576f6c0891cebb4173f64968b7c50ed642 (commit)
      from  84919466a87f5ce10cc1af8ef51d7ab9ea66ff5e (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=fbd940576f6c0891cebb4173f64968b7c50ed642

commit fbd940576f6c0891cebb4173f64968b7c50ed642
Author: Maciej W. Rozycki <macro@codesourcery.com>
Date:   Fri Aug 22 16:52:20 2014 +0100

    Power/GAS: Don't set VLE annotation for non-VLE processors/instructions
    
    Only set the VLE flag if the instruction has been pulled via the VLE
    instruction set.  This way the flag is guaranteed to be set for VLE-only
    instructions or for VLE-only processors, however it'll remain clear for
    dual-mode instructions on dual-mode and, more importantly, standard-mode
    processors.
    
    	gas/
    	* config/tc-ppc.c (md_assemble): Only set the PPC_APUINFO_VLE
    	flag if both the processor and opcode flags match.
    
    	ld/testsuite/
    	* ld-powerpc/apuinfo-vle.rd: New test.
    	* ld-powerpc/apuinfo-vle.s: New test source.
    	* ld-powerpc/apuinfo.rd: Adjust according to GAS PPC_APUINFO_VLE
    	handling change.
    	* ld-powerpc/powerpc.exp: Run the new test.

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

Summary of changes:
 gas/ChangeLog                          |    5 +++++
 gas/config/tc-ppc.c                    |    7 ++++++-
 ld/testsuite/ChangeLog                 |    8 ++++++++
 ld/testsuite/ld-powerpc/apuinfo-vle.rd |    5 +++++
 ld/testsuite/ld-powerpc/apuinfo-vle.s  |    4 ++++
 ld/testsuite/ld-powerpc/apuinfo.rd     |    5 ++---
 ld/testsuite/ld-powerpc/powerpc.exp    |    7 +++++--
 7 files changed, 35 insertions(+), 6 deletions(-)
 create mode 100644 ld/testsuite/ld-powerpc/apuinfo-vle.rd
 create mode 100644 ld/testsuite/ld-powerpc/apuinfo-vle.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]