This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug gdb/11786] PIE support may not work for some PIEs


http://sourceware.org/bugzilla/show_bug.cgi?id=11786

--- Comment #12 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
       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 <dje@google.com>
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

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]