This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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]

[PATCH v2 0/2] count number of loaded objects in each namespace only once


It turned out I do not have glibc contribution agreement signed yet (this is in the works),
but here is the patches with comments addressed for review meanwhile.

Gleb Natapov (2):
  count number of loaded objects in each namespace only once
  add test for correct calculation of dl_phdr_info.dlpi_subs

 elf/Makefile         |  5 ++++-
 elf/dl-iteratephdr.c |  7 ++++---
 elf/tst-dlpi_subs.c  | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 62 insertions(+), 4 deletions(-)
 create mode 100644 elf/tst-dlpi_subs.c

-- 
2.5.5


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