From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16979 invoked by alias); 23 Nov 2014 18:47:49 -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 16921 invoked by uid 9013); 23 Nov 2014 18:47:49 -0000 Date: Sun, 23 Nov 2014 18:47:00 -0000 Message-ID: <20141123184746.16878.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. 529589af1be080be72ae0816dc99a2d559eb2683 X-Git-Refname: refs/heads/hjl/linux/master X-Git-Reftype: branch X-Git-Oldrev: 41ac69b787e63e891e6717842a72b0ac815a36ea X-Git-Newrev: 529589af1be080be72ae0816dc99a2d559eb2683 X-SW-Source: 2014-q4/txt/msg00048.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 529589af1be080be72ae0816dc99a2d559eb2683 (commit) via 28ae4574ad6c60544145d10502eb2c11bf5365bb (commit) via 84429e27c826c74b99791b8f1efe8dce03cfa6ca (commit) via 267418593cfb3986a924024a28e3283626399301 (commit) via 7af4e273070de20d0a46239569ab8a518b713310 (commit) via b8b64fa5e4486e681a1a8efb5aa286ff8cb61162 (commit) via e235c3a213b73bf2da20d3c45a60a241139714f0 (commit) via 0a9d414aa114b7b7e609cbcbc285f79031bbe608 (commit) from 41ac69b787e63e891e6717842a72b0ac815a36ea (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=529589af1be080be72ae0816dc99a2d559eb2683 commit 529589af1be080be72ae0816dc99a2d559eb2683 Author: H.J. Lu Date: Sat Nov 22 06:49:54 2014 -0800 Check pointer_equality_needed instead of non_got_ref https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=28ae4574ad6c60544145d10502eb2c11bf5365bb commit 28ae4574ad6c60544145d10502eb2c11bf5365bb Merge: 41ac69b 84429e2 Author: H.J. Lu Date: Sat Nov 22 06:33:46 2014 -0800 Merge remote-tracking branch 'origin/master' into hjl/linux/master ----------------------------------------------------------------------- Summary of changes: bfd/ChangeLog | 39 ++++ bfd/coffgen.c | 17 ++- bfd/ieee.c | 261 +++++++++++++++++-------- bfd/libieee.h | 1 + bfd/mach-o.c | 22 ++- bfd/pei-x86_64.c | 37 +++- bfd/versados.c | 21 ++- bfd/version.h | 2 +- bfd/vms-alpha.c | 15 +- binutils/ChangeLog | 7 + binutils/dwarf.c | 24 +++ gdb/testsuite/ChangeLog | 16 ++ gdb/testsuite/gdb.dwarf2/dw2-compdir-oldgcc.S | 10 +- gdb/testsuite/gdb.trace/entry-values.c | 8 +- gdb/testsuite/gdb.trace/entry-values.exp | 85 ++------- include/ChangeLog | 15 ++ include/dwarf2.def | 16 ++ patches/binutils-pltgot.patch | 66 ++++--- 18 files changed, 436 insertions(+), 226 deletions(-) hooks/post-receive -- gdb and binutils