]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
Merge tag 'elfutils-0.175' into mjw/RH-DTS dts-0.175
authorMark Wielaard <mark@klomp.org>
Fri, 11 Jan 2019 12:39:27 +0000 (13:39 +0100)
committerMark Wielaard <mark@klomp.org>
Fri, 11 Jan 2019 12:39:27 +0000 (13:39 +0100)
elfutils 0.175 release

1  2 
configure.ac
libdwelf/Makefile.am
libebl/eblopenbackend.c
tests/Makefile.am
tests/run-strip-reloc.sh

diff --cc configure.ac
index 9decd612665be7cc72c5ba8c34ef7dc9b763288d,b89b867962ba55aeb7aba88909a657bb6659b33b..e2b271a4a703fe43eb5358a9f15de7c26de860ee
@@@ -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.174],[https://sourceware.org/bugzilla],[elfutils],[http://elfutils.org/])
+ AC_INIT([elfutils],[0.175],[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 b526b7cd415104302a63c5022c6598cbfd1944fd,a7933fda0d950e44799558068e7a86bc1992033a..da418e6eaef787205d9b52d1cafe9d98591a69c4
@@@ -39,10 -39,9 +39,10 @@@ noinst_LIBRARIES = libdwelf.a libdwelf_
  pkginclude_HEADERS = libdwelf.h
  noinst_HEADERS = libdwelfP.h
  
 +libdwelf_a_CFLAGS = -fPIC -fvisibility=hidden $(AM_CFLAGS)
  libdwelf_a_SOURCES = dwelf_elf_gnu_debuglink.c dwelf_dwarf_gnu_debugaltlink.c \
                     dwelf_elf_gnu_build_id.c dwelf_scn_gnu_compressed_size.c \
-                    dwelf_strtab.c
+                    dwelf_strtab.c dwelf_elf_begin.c
  
  libdwelf = $(libdw)
  
Simple merge
Simple merge
Simple merge