From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3043 invoked by alias); 5 Nov 2013 15:19:18 -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 3019 invoked by uid 9013); 5 Nov 2013 15:19:17 -0000 Date: Tue, 05 Nov 2013 15:19:00 -0000 Message-ID: <20131105151915.2981.qmail@sourceware.org> From: hjl@sourceware.org To: src-cvs@sourceware.org Subject: gdb and binutils branch hjl/linux/master updated. b3601ec50f41ae4acd1b7cf956080855c7307bf3 X-Git-Refname: refs/heads/hjl/linux/master X-Git-Reftype: branch X-Git-Oldrev: 1fbee0017a3ee681144cfe913156b0ca990be6a8 X-Git-Newrev: b3601ec50f41ae4acd1b7cf956080855c7307bf3 X-SW-Source: 2013-q4/txt/msg00038.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 b3601ec50f41ae4acd1b7cf956080855c7307bf3 (commit) via 8db49cc2de52033990ae5d4d6aacedc8f986e803 (commit) via 12b272760b8ed06ee64f4b6ce52eb9beeed35841 (commit) via dba6fa9bce92c9f9fcca07269ac8443797bd9338 (commit) via 33e44f2eb27d78f57ed83d11f04652691d896a6f (commit) via cf2f8b3bf23461d3ebc5bed49e89923982cd01b5 (commit) from 1fbee0017a3ee681144cfe913156b0ca990be6a8 (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=b3601ec50f41ae4acd1b7cf956080855c7307bf3 commit b3601ec50f41ae4acd1b7cf956080855c7307bf3 Merge: 1fbee00 8db49cc Author: H.J. Lu Date: Tue Nov 5 06:53:19 2013 -0800 Merge remote-tracking branch 'origin/master' into hjl/linux/master ----------------------------------------------------------------------- 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