From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1799 invoked by alias); 13 Nov 2013 14:47:20 -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 1770 invoked by uid 9883); 13 Nov 2013 14:47:20 -0000 Date: Wed, 13 Nov 2013 14:47:00 -0000 Message-ID: <20131113144718.1712.qmail@sourceware.org> From: yufeng@sourceware.org To: src-cvs@sourceware.org Subject: gdb and binutils branch master updated. da0781dc5ffa0fdbec8d7fa65b053e3ef5a7997e X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: e2729ebe257b26c62a0a3c6f5432185df78cffb3 X-Git-Newrev: da0781dc5ffa0fdbec8d7fa65b053e3ef5a7997e X-SW-Source: 2013-q4/txt/msg00132.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, master has been updated via da0781dc5ffa0fdbec8d7fa65b053e3ef5a7997e (commit) from e2729ebe257b26c62a0a3c6f5432185df78cffb3 (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=da0781dc5ffa0fdbec8d7fa65b053e3ef5a7997e commit da0781dc5ffa0fdbec8d7fa65b053e3ef5a7997e Author: Yufeng Zhang Date: Wed Nov 13 14:47:04 2013 +0000 bfd/ * elfnn-aarch64.c (elfNN_aarch64_howto_table): Use R_AARCH64_TLS_DTPMOD64 instead of R_AARCH64_TLS_DTPMOD; likewise for R_AARCH64_TLS_DTPREL and R_AARCH64_TLS_TPREL. include/elf/ * aarch64.h: Define R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64 and R_AARCH64_TLS_TPREL64; guard R_AARCH64_TLS_DTPMOD, R_AARCH64_TLS_DTPREL and R_AARCH64_TLS_TPREL with RELOC_MACROS_GEN_FUNC. ----------------------------------------------------------------------- Summary of changes: bfd/ChangeLog | 6 ++++++ bfd/elfnn-aarch64.c | 12 ++++++++++++ include/elf/ChangeLog | 7 +++++++ include/elf/aarch64.h | 8 ++++++++ 4 files changed, 33 insertions(+), 0 deletions(-) hooks/post-receive -- gdb and binutils