]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
Merge tag 'elfutils-0.176' into mjw/RH-DTS dts-0.176
authorMark Wielaard <mark@klomp.org>
Thu, 7 Mar 2019 11:05:25 +0000 (12:05 +0100)
committerMark Wielaard <mark@klomp.org>
Thu, 7 Mar 2019 11:05:25 +0000 (12:05 +0100)
elfutils 0.176 release

Conflicts:
tests/run-readelf-mixed-corenote.sh: Remove riscv testcase.

1  2 
backends/Makefile.am
configure.ac
libelf/Makefile.am
tests/Makefile.am

Simple merge
diff --cc configure.ac
index e2b271a4a703fe43eb5358a9f15de7c26de860ee,b4e012dee2c94d62356205603f551ef3c7f838b8..54ad07ab7967882e40e78306b082cc51c6b2c520
@@@ -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 <http://www.gnu.org/licenses/>.
- 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/"],
index ba4e3ebf90d766d6946ffa2dc18af5a083360c2b,d5d63f733530368a5780226f706cabf476a4dabc..0d8679f268f3bbb8d5fdc8081753c8aa821f7466
@@@ -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 \
Simple merge