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. 0866e94c879f256ddb1bb7149c5f9fc7b80fda89


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  0866e94c879f256ddb1bb7149c5f9fc7b80fda89 (commit)
      from  13e322759bd9d6d64e68b200084341681687fb74 (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=0866e94c879f256ddb1bb7149c5f9fc7b80fda89

commit 0866e94c879f256ddb1bb7149c5f9fc7b80fda89
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]