From: Mark Wielaard Date: Thu, 7 Mar 2019 11:05:25 +0000 (+0100) Subject: Merge tag 'elfutils-0.176' into mjw/RH-DTS X-Git-Tag: dts-0.176 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14030673602a4f331f348decd51e5f0160719f0e;p=thirdparty%2Felfutils.git Merge tag 'elfutils-0.176' into mjw/RH-DTS elfutils 0.176 release Conflicts: tests/run-readelf-mixed-corenote.sh: Remove riscv testcase. --- 14030673602a4f331f348decd51e5f0160719f0e diff --cc configure.ac index e2b271a4a,b4e012dee..54ad07ab7 --- a/configure.ac +++ b/configure.ac @@@ -17,14 -17,8 +17,14 @@@ dnl GNU General Public License for mor dnl dnl You should have received a copy of the GNU General Public License dnl along with this program. If not, see . - AC_INIT([elfutils],[0.175],[https://sourceware.org/bugzilla],[elfutils],[http://elfutils.org/]) + AC_INIT([elfutils],[0.176],[https://sourceware.org/bugzilla],[elfutils],[http://elfutils.org/]) +dnl Workaround for older autoconf < 2.64 +m4_ifndef([AC_PACKAGE_URL], + [AC_DEFINE([PACKAGE_URL], ["http://elfutils.org/"], + [Define to home page for this package]) + AC_SUBST([PACKAGE_URL], ["http://elfutils.org/"])]) + dnl Workaround for older autoconf < 2.64 m4_ifndef([AC_PACKAGE_URL], [AC_DEFINE([PACKAGE_URL], ["http://elfutils.org/"], diff --cc libelf/Makefile.am index ba4e3ebf9,d5d63f733..0d8679f26 --- a/libelf/Makefile.am +++ b/libelf/Makefile.am @@@ -39,9 -39,18 +39,19 @@@ noinst_LIBRARIES = libelf_pic. noinst_PROGRAMS = $(noinst_LIBRARIES:_pic.a=.so) include_HEADERS = libelf.h gelf.h nlist.h + noinst_HEADERS = abstract.h common.h exttypes.h gelf_xlate.h libelfP.h \ + version_xlate.h gnuhash_xlate.h note_xlate.h dl-hash.h \ + chdr_xlate.h + + if INSTALL_ELFH + include_HEADERS += elf.h + else + noinst_HEADERS += elf.h + endif + pkginclude_HEADERS = elf-knowledge.h +libelf_a_CFLAGS = -fPIC -fvisibility=hidden $(AM_CFLAGS) libelf_a_SOURCES = elf_version.c elf_hash.c elf_error.c elf_fill.c \ elf_begin.c elf_next.c elf_rand.c elf_end.c elf_kind.c \ gelf_getclass.c elf_getbase.c elf_getident.c \