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 binutils-2_25-branch updated. 3cbabe78aa167e2d4def377c357d80179e955e43


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, binutils-2_25-branch has been updated
       via  3cbabe78aa167e2d4def377c357d80179e955e43 (commit)
      from  fab39d55fa914ad1cea809848899c76c64eaab9d (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=3cbabe78aa167e2d4def377c357d80179e955e43

commit 3cbabe78aa167e2d4def377c357d80179e955e43
Author: Matthew Fortune <matthew.fortune@imgtec.com>
Date:   Tue Dec 16 12:39:22 2014 +0000

    Rework the alignment check for BFD_RELOC_MIPS_18_PCREL_S3.
    
    gas/
    
    	* config/tc-mips.c (md_apply_fix): Apply alignment check
    	to the symbol and offset rather than *valP for
    	BFD_RELOC_MIPS_18_PCREL_S3.  Also update the error message
    	for BFD_RELOC_MIPS_19_PCREL_S2.
    
    gas/testsuite/
    
    	* gas/mips/r6-64.s: Remove .align directives from LDPC
    	instructions and add further tests for LDPC.
    	* gas/mips/r6-64-n32.d: remove the NOPs from LDPC expected
    	output and update for new tests.
    	* gas/mips/r6-64-n64.d: Likewise.
    	* gas/mips/ldpc-unalign.l: New file.
    	* gas/mips/ldpc-unalign.s: Likewise.
    	* gas/mips/mips.exp: Run ldpc-unalign test.

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

Summary of changes:
 gas/ChangeLog                         |    7 +++++++
 gas/config/tc-mips.c                  |   12 ++++++++----
 gas/testsuite/ChangeLog               |   11 +++++++++++
 gas/testsuite/gas/mips/ldpc-unalign.l |    9 +++++++++
 gas/testsuite/gas/mips/ldpc-unalign.s |   18 ++++++++++++++++++
 gas/testsuite/gas/mips/mips.exp       |    1 +
 gas/testsuite/gas/mips/r6-64-n32.d    |   17 ++++++++++-------
 gas/testsuite/gas/mips/r6-64-n64.d    |   25 +++++++++++++++++--------
 gas/testsuite/gas/mips/r6-64.s        |   19 ++++++++++++-------
 9 files changed, 93 insertions(+), 26 deletions(-)
 create mode 100644 gas/testsuite/gas/mips/ldpc-unalign.l
 create mode 100644 gas/testsuite/gas/mips/ldpc-unalign.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]