From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2692 invoked by alias); 5 Nov 2013 15:19:04 -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 2660 invoked by uid 9013); 5 Nov 2013 15:19:04 -0000 Date: Tue, 05 Nov 2013 15:19:00 -0000 Message-ID: <20131105151902.2576.qmail@sourceware.org> From: hjl@sourceware.org To: src-cvs@sourceware.org Subject: gdb and binutils branch hjl/linux/applied updated. a332b96ff812be90d3f8ff1fbf548b9276f666b0 X-Git-Refname: refs/heads/hjl/linux/applied X-Git-Reftype: branch X-Git-Oldrev: e2680ab8823e324ff5b462a101e2dc07bc84aa7e X-Git-Newrev: a332b96ff812be90d3f8ff1fbf548b9276f666b0 X-SW-Source: 2013-q4/txt/msg00037.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/applied has been updated via a332b96ff812be90d3f8ff1fbf548b9276f666b0 (commit) via 8db49cc2de52033990ae5d4d6aacedc8f986e803 (commit) via 12b272760b8ed06ee64f4b6ce52eb9beeed35841 (commit) via dba6fa9bce92c9f9fcca07269ac8443797bd9338 (commit) via 33e44f2eb27d78f57ed83d11f04652691d896a6f (commit) via cf2f8b3bf23461d3ebc5bed49e89923982cd01b5 (commit) from e2680ab8823e324ff5b462a101e2dc07bc84aa7e (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=a332b96ff812be90d3f8ff1fbf548b9276f666b0 commit a332b96ff812be90d3f8ff1fbf548b9276f666b0 Merge: e2680ab 8db49cc Author: H.J. Lu Date: Tue Nov 5 06:53:47 2013 -0800 Merge remote-tracking branch 'origin/master' into hjl/linux/applied ----------------------------------------------------------------------- Summary of changes: bfd/ChangeLog | 15 ++- bfd/elf64-ppc.c | 163 +++++++++++++-------------- bfd/version.h | 2 +- gas/ChangeLog | 6 + gas/config/tc-aarch64.c | 3 +- gas/testsuite/ChangeLog | 5 + gas/testsuite/gas/aarch64/advsimd-mov-bad.d | 12 ++ gas/testsuite/gas/aarch64/advsimd-mov-bad.s | 2 + gdb/ChangeLog | 6 + gdb/arm-tdep.c | 26 ++-- 10 files changed, 139 insertions(+), 101 deletions(-) create mode 100644 gas/testsuite/gas/aarch64/advsimd-mov-bad.d create mode 100644 gas/testsuite/gas/aarch64/advsimd-mov-bad.s hooks/post-receive -- gdb and binutils