From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 877 invoked by alias); 20 Dec 2014 14:32:23 -0000 Mailing-List: contact src-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: src-cvs-owner@sourceware.org Received: (qmail 813 invoked by uid 9013); 20 Dec 2014 14:32:22 -0000 Date: Sat, 20 Dec 2014 14:32:00 -0000 Message-ID: <20141220143220.772.qmail@sourceware.org> From: hjl@sourceware.org To: binutils-cvs@sourceware.org, gdb-cvs@sourceware.org, src-cvs@sourceware.org Subject: gdb and binutils branch hjl/linux/master updated. 7b734f91a68a76ace4e5e5bbb8f7ce564b2c8e86 X-Git-Refname: refs/heads/hjl/linux/master X-Git-Reftype: branch X-Git-Oldrev: 88749b30be67c568d4a7ecd81326354b76406d4d X-Git-Newrev: 7b734f91a68a76ace4e5e5bbb8f7ce564b2c8e86 X-SW-Source: 2014-q4/txt/msg00073.txt.bz2 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, hjl/linux/master has been updated via 7b734f91a68a76ace4e5e5bbb8f7ce564b2c8e86 (commit) via edd040225dd6d2ea003276931a73d5ba1117c5a1 (commit) via 13a1997e6688d79ee01f1b082f7a220901c8cf34 (commit) via 0866e94c879f256ddb1bb7149c5f9fc7b80fda89 (commit) via 13e322759bd9d6d64e68b200084341681687fb74 (commit) via d340a82588df5d54ead90124f3dce5bb750665d6 (commit) via 6e8ec71244d3bb6a1223d07965066b7b9836ab7d (commit) via bb7e3f4d51bf73843de0572af17ee1b6cf1167db (commit) from 88749b30be67c568d4a7ecd81326354b76406d4d (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=7b734f91a68a76ace4e5e5bbb8f7ce564b2c8e86 commit 7b734f91a68a76ace4e5e5bbb8f7ce564b2c8e86 Merge: edd0402 13a1997 Author: H.J. Lu Date: Sat Dec 20 06:26:15 2014 -0800 Merge remote-tracking branch 'origin/master' into hjl/linux/master https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=edd040225dd6d2ea003276931a73d5ba1117c5a1 commit edd040225dd6d2ea003276931a73d5ba1117c5a1 Author: H.J. Lu Date: Sat Dec 20 06:23:23 2014 -0800 Apply binutils-pr14675.patch ----------------------------------------------------------------------- Summary of changes: bfd/version.h | 2 +- gas/ChangeLog | 7 + gas/config/tc-mips.c | 12 +- gas/testsuite/ChangeLog | 15 ++ 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/octeon3.d | 26 +- 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 +- gdb/ChangeLog | 14 + gdb/Makefile.in | 3 +- gdb/NEWS | 4 + gdb/configure.tgt | 5 + gdb/defs.h | 1 + gdb/mips-sde-tdep.c | 270 +++++++++++++++++++++ gdb/osabi.c | 1 + ld/testsuite/ChangeLog | 27 ++ ld/testsuite/ld-mips-elf/attr-gnu-4-00.d | 2 +- ld/testsuite/ld-mips-elf/attr-gnu-4-01.d | 2 +- ld/testsuite/ld-mips-elf/attr-gnu-4-02.d | 2 +- ld/testsuite/ld-mips-elf/attr-gnu-4-03.d | 2 +- ld/testsuite/ld-mips-elf/attr-gnu-4-08.d | 2 +- ld/testsuite/ld-mips-elf/attr-gnu-4-10.d | 2 +- ld/testsuite/ld-mips-elf/attr-gnu-4-11.d | 2 +- ld/testsuite/ld-mips-elf/attr-gnu-4-18.d | 2 +- ld/testsuite/ld-mips-elf/attr-gnu-4-20.d | 2 +- ld/testsuite/ld-mips-elf/attr-gnu-4-22.d | 2 +- ld/testsuite/ld-mips-elf/attr-gnu-4-28.d | 2 +- ld/testsuite/ld-mips-elf/attr-gnu-4-30.d | 2 +- ld/testsuite/ld-mips-elf/attr-gnu-4-33.d | 2 +- ld/testsuite/ld-mips-elf/attr-gnu-4-38.d | 2 +- ld/testsuite/ld-mips-elf/attr-gnu-4-44.d | 2 +- ld/testsuite/ld-mips-elf/mips-elf.exp | 9 +- ld/testsuite/ld-mips-elf/undefweak-overflow-n32.d | 23 -- ld/testsuite/ld-mips-elf/undefweak-overflow-n64.d | 23 -- ld/testsuite/ld-mips-elf/undefweak-overflow.d | 42 ++-- ld/testsuite/ld-mips-elf/undefweak-overflow.s | 27 ++- patches/README | 1 + patches/binutils-pr14675.patch | 197 +++++++++++++++ 41 files changed, 694 insertions(+), 134 deletions(-) create mode 100644 gas/testsuite/gas/mips/ldpc-unalign.l create mode 100644 gas/testsuite/gas/mips/ldpc-unalign.s create mode 100644 gdb/mips-sde-tdep.c delete mode 100644 ld/testsuite/ld-mips-elf/undefweak-overflow-n32.d delete mode 100644 ld/testsuite/ld-mips-elf/undefweak-overflow-n64.d create mode 100644 patches/binutils-pr14675.patch hooks/post-receive -- gdb and binutils