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


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  d56a8dda6d5a1864b54230b356d92ce60397f0e8 (commit)
      from  1bff71c3251e2f0836163e49ecd4b55861f4eb83 (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=d56a8dda6d5a1864b54230b356d92ce60397f0e8

commit d56a8dda6d5a1864b54230b356d92ce60397f0e8
Author: Richard Sandiford <rdsandiford@googlemail.com>
Date:   Thu Mar 20 21:18:43 2014 +0000

    gas/
    	* config/tc-mips.h (DIFF_EXPR_OK, CFI_DIFF_EXPR_OK): Define.
    	* config/tc-mips.c (md_pcrel_from): Remove error message.
    	(md_apply_fix): Convert PC-relative BFD_RELOC_32s to
    	BFD_RELOC_32_PCREL.  Report a specific error message for unhandled
    	PC-relative expressions.  Handle BFD_RELOC_8.
    
    gas/testsuite/
    	* gas/all/gas.exp: Remove XFAIL of forward.d for MIPS.
    	* gas/mips/pcrel-1.s, gas/mips/pcrel-1.d, gas/mips/pcrel-2.s,
    	gas/mips/pcrel-2.d, gas/mips/pcrel-3.s, gas/mips/pcrel-3.l,
    	gas/mips/pcrel-4.s, gas/mips/pcrel-4-32.d, gas/mips/pcrel-4-n32.d,
    	gas/mips/pcrel-4-64.d: New tests.
    	* gas/mips/mips.exp: Run them.
    	* gas/mips/lui-2.l: Tweak error message for line 7.
    
    ld/testsuite/
    	* ld-elf/merge.d: Remove MIPS XFAIL.

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

Summary of changes:
 gas/ChangeLog                        |    8 +++++
 gas/config/tc-mips.c                 |   48 +++++++++++++++++++++------------
 gas/config/tc-mips.h                 |    5 +++
 gas/testsuite/ChangeLog              |   10 +++++++
 gas/testsuite/gas/all/gas.exp        |    2 +-
 gas/testsuite/gas/mips/lui-2.l       |    2 +-
 gas/testsuite/gas/mips/mips.exp      |    9 ++++++
 gas/testsuite/gas/mips/pcrel-1.d     |   14 ++++++++++
 gas/testsuite/gas/mips/pcrel-1.s     |   13 +++++++++
 gas/testsuite/gas/mips/pcrel-2.d     |    8 +++++
 gas/testsuite/gas/mips/pcrel-2.s     |    7 +++++
 gas/testsuite/gas/mips/pcrel-3.l     |    7 +++++
 gas/testsuite/gas/mips/pcrel-3.s     |   11 ++++++++
 gas/testsuite/gas/mips/pcrel-4-32.d  |   18 ++++++++++++
 gas/testsuite/gas/mips/pcrel-4-64.d  |   21 +++++++++++++++
 gas/testsuite/gas/mips/pcrel-4-n32.d |   13 +++++++++
 gas/testsuite/gas/mips/pcrel-4.s     |    6 ++++
 ld/testsuite/ChangeLog               |    4 +++
 ld/testsuite/ld-elf/merge.d          |    2 +-
 19 files changed, 187 insertions(+), 21 deletions(-)
 create mode 100644 gas/testsuite/gas/mips/pcrel-1.d
 create mode 100644 gas/testsuite/gas/mips/pcrel-1.s
 create mode 100644 gas/testsuite/gas/mips/pcrel-2.d
 create mode 100644 gas/testsuite/gas/mips/pcrel-2.s
 create mode 100644 gas/testsuite/gas/mips/pcrel-3.l
 create mode 100644 gas/testsuite/gas/mips/pcrel-3.s
 create mode 100644 gas/testsuite/gas/mips/pcrel-4-32.d
 create mode 100644 gas/testsuite/gas/mips/pcrel-4-64.d
 create mode 100644 gas/testsuite/gas/mips/pcrel-4-n32.d
 create mode 100644 gas/testsuite/gas/mips/pcrel-4.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]