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] Add xdlopen/xdlsym/xdlclose support routines


Greetings,

As suggested in
https://sourceware.org/ml/libc-alpha/2017-09/msg00799.html, this patch
implements xdlopen, xdlsym and xdlclose routines which terminate test
program with appropriate message if the corresponding dlfcn.h routine
returns an error.

The patch also converts stdlib/tst-tls-atexit.c to the new routines
(to make sure they work).

Suggested commit message:

---
Implement xdlopen, xdlsym and xdlclose routines which terminate test
program with appropriate message if the corresponding dlfcn.h routine
returns an error.

Use them in stdlib/tst-tls-atexit.c
---

-- 
Paul Pluzhnikov

Attachment: glibc-xdlfcn-20170920.txt
Description: Text document


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