public inbox for elfutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] elfutils: don't use dlopen() for libebl modules
@ 2019-08-26 17:52 Omar Sandoval
  2019-08-26 17:51 ` [PATCH v2 1/4] libebl: remove unnecessary variable in Makefile.am Omar Sandoval
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Omar Sandoval @ 2019-08-26 17:52 UTC (permalink / raw)
  To: elfutils-devel

From: Omar Sandoval <osandov@fb.com>

This is a rebase of my previously posted series [1][2].

Besides the rebase, the only other change is dropping patch 5, which we
agreed is not necessary.

Thanks!

1: https://sourceware.org/ml/elfutils-devel/2019-q3/msg00020.html
2: https://sourceware.org/ml/elfutils-devel/2019-q3/msg00010.html

Omar Sandoval (4):
  libebl: remove unnecessary variable in Makefile.am
  libcpu: merge libcpu_{i386,x86_64,bpf} into one library
  Add PIC and non-PIC variants of libcpu and libebl
  Don't use dlopen() for libebl modules

 ChangeLog                |   6 +
 Makefile.am              |   4 +-
 backends/ChangeLog       |   6 +
 backends/Makefile.am     | 106 +++-------------
 configure.ac             |  12 +-
 libcpu/ChangeLog         |   6 +
 libcpu/Makefile.am       |  24 ++--
 libdw/ChangeLog          |   8 ++
 libdw/Makefile.am        |  21 ++--
 libebl/ChangeLog         |  12 ++
 libebl/Makefile.am       |  46 +++----
 libebl/eblclosebackend.c |   4 -
 libebl/eblopenbackend.c  | 266 +++++++++++++++------------------------
 libebl/libebl.h          |   8 +-
 libebl/libeblP.h         |   3 -
 src/ChangeLog            |   7 ++
 src/Makefile.am          |  20 +--
 tests/ChangeLog          |   5 +
 tests/Makefile.am        |  36 +++---
 tests/test-subr.sh       |   4 +-
 20 files changed, 261 insertions(+), 343 deletions(-)

-- 
2.23.0

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2019-08-29 12:44 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-26 17:52 [PATCH v2 0/4] elfutils: don't use dlopen() for libebl modules Omar Sandoval
2019-08-26 17:51 ` [PATCH v2 1/4] libebl: remove unnecessary variable in Makefile.am Omar Sandoval
2019-08-28 19:00   ` Mark Wielaard
2019-08-26 17:51 ` [PATCH v2 2/4] libcpu: merge libcpu_{i386,x86_64,bpf} into one library Omar Sandoval
2019-08-28 21:09   ` Mark Wielaard
2019-08-26 17:52 ` [PATCH v2 4/4] Don't use dlopen() for libebl modules Omar Sandoval
2019-08-29 12:44   ` Mark Wielaard
2019-08-26 17:52 ` [PATCH v2 3/4] Add PIC and non-PIC variants of libcpu and libebl Omar Sandoval
2019-08-28 21:10   ` Mark Wielaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).