gdb and binutils branch master updated. 204b53315d81361b008036d93c355ab1f2a44997
| Newsgroups | gmane.comp.gdb.top-level.cvs |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]>
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