From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12096 invoked by alias); 8 Nov 2013 00:45: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 12065 invoked by uid 79); 8 Nov 2013 00:45:17 -0000 Date: Fri, 08 Nov 2013 00:45:00 -0000 Message-ID: <20131108004515.12045.qmail@sourceware.org> From: devans@sourceware.org To: src-cvs@sourceware.org Subject: gdb and binutils branch master updated. 204b53315d81361b008036d93c355ab1f2a44997 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 459d52c84aa5eee986006b793794e382861c073d X-Git-Newrev: 204b53315d81361b008036d93c355ab1f2a44997 X-SW-Source: 2013-q4/txt/msg00076.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 204b53315d81361b008036d93c355ab1f2a44997 (commit) from 459d52c84aa5eee986006b793794e382861c073d (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=204b53315d81361b008036d93c355ab1f2a44997 commit 204b53315d81361b008036d93c355ab1f2a44997 Author: Doug Evans Date: Thu Nov 7 16:43:39 2013 -0800 PR 11786 * solib-svr4.c (svr4_exec_displacement): Ignore filesz, memsz, flags and align fields for PT_GNU_RELRO segments. testsuite/ * gdb.base/gcore-relro-pie.c: New file. * gdb.base/gcore-relro-pie.exp: New file. ----------------------------------------------------------------------- Summary of changes: gdb/ChangeLog | 6 ++ gdb/solib-svr4.c | 44 ++++++++++++++++ gdb/testsuite/ChangeLog | 6 ++ gdb/testsuite/gdb.base/gcore-relro-pie.c | 41 +++++++++++++++ gdb/testsuite/gdb.base/gcore-relro-pie.exp | 75 ++++++++++++++++++++++++++++ 5 files changed, 172 insertions(+), 0 deletions(-) create mode 100644 gdb/testsuite/gdb.base/gcore-relro-pie.c create mode 100644 gdb/testsuite/gdb.base/gcore-relro-pie.exp hooks/post-receive -- gdb and binutils