From 709d36789f4465b4e7a4948b98e0d7c5c66fac2f Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Wed, 19 Apr 2017 12:06:56 +0200 Subject: Provide build rules for a compatibility library We need to export open(), close(), malloc(), and free() from the C library we are using so that we can handle resources passed to and from elfutils correctly. For example, on Windows, calling free() on memory malloc()'d with a different C library will not work. In addition, having __cxa_demangle from the GNU libstdc++ available is very helpful, so we include that, too. Change-Id: I8e47e8f313fb3ffcc18309dadabf24acf36465f0 Reviewed-by: Christian Kandeler --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2cf7bd68..187ef592 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2017-05-04 Ulf Hermann + + * configure.ac: Determine names for eu_compat library. + 2017-05-04 Ulf Hermann * configure.ac: Check for fork(). -- cgit v1.2.3