]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
Merge tag 'elfutils-0.185' into mjw/RH-DTS
authorMark Wielaard <mark@klomp.org>
Thu, 27 May 2021 13:25:52 +0000 (15:25 +0200)
committerMark Wielaard <mark@klomp.org>
Thu, 27 May 2021 13:25:52 +0000 (15:25 +0200)
elfutils 0.185 release

1  2 
debuginfod/Makefile.am
libasm/Makefile.am
libdw/Makefile.am
libebl/eblopenbackend.c
libelf/Makefile.am
tests/Makefile.am
tests/run-strip-g.sh

index 8b07ed0b60b69fc2f9b2705225ac74f30e2eb128,3adb27559c9cf247f4ab47c37f044448f0d6b120..79677afe0fd1f0ff580f67edb4605330b15c1262
@@@ -71,17 -70,16 +70,17 @@@ bin_PROGRAMS += debuginfod-fin
  endif
  
  debuginfod_SOURCES = debuginfod.cxx
- debuginfod_LDADD = $(libdw) $(libelf) $(libeu) $(libdebuginfod) $(libmicrohttpd_LIBS) $(sqlite3_LIBS) $(libarchive_LIBS) -lpthread -ldl
+ debuginfod_LDADD = $(libdw) $(libelf) $(libeu) $(libdebuginfod) $(argp_LDADD) $(fts_LIBS) $(libmicrohttpd_LIBS) $(sqlite3_LIBS) $(libarchive_LIBS) -lpthread -ldl
  
  debuginfod_find_SOURCES = debuginfod-find.c
- debuginfod_find_LDADD = $(libdw) $(libelf) $(libeu) $(libdebuginfod)
+ debuginfod_find_LDADD = $(libdw) $(libelf) $(libeu) $(libdebuginfod) $(argp_LDADD) $(fts_LIBS)
  
  if LIBDEBUGINFOD
 -noinst_LIBRARIES = libdebuginfod.a
 -noinst_LIBRARIES += libdebuginfod_pic.a
 +lib_LIBRARIES = libdebuginfod.a
 +noinst_LIBRARIES = libdebuginfod_pic.a
  endif
  
 +libdebuginfod_a_CFLAGS = -fPIC $(AM_CFLAGS)
  libdebuginfod_a_SOURCES = debuginfod-client.c
  libdebuginfod_pic_a_SOURCES = debuginfod-client.c
  am_libdebuginfod_pic_a_OBJECTS = $(libdebuginfod_a_SOURCES:.c=.os)
index a92b63adcf64824cbfc0b46bdef8435d3404676d,c2b54811504c57e6db97820536c911c95b9f2c44..6a19146587383e1bc7cbc0d4804ee8ba210d2459
@@@ -35,10 -34,9 +34,10 @@@ VERSION = 
  
  lib_LIBRARIES = libasm.a
  noinst_LIBRARIES = libasm_pic.a
- noinst_PROGRAMS = $(noinst_LIBRARIES:_pic.a=.so)
+ noinst_DATA = $(noinst_LIBRARIES:_pic.a=.so)
  pkginclude_HEADERS = libasm.h
  
 +libasm_a_CFLAGS = -fPIC $(AM_CFLAGS)
  libasm_a_SOURCES = asm_begin.c asm_abort.c asm_end.c asm_error.c \
                   asm_getelf.c asm_newscn.c asm_newscn_ingrp.c \
                   asm_newsubscn.c asm_newsym.c asm_newcomsym.c \
Simple merge
Simple merge
Simple merge
index 0a7766929ce4c99947d6bc3bfa0bd9a033c9e7f9,dc7517d903c2224d902a6976df170c579214a40c..6f19007af133e48b84ef7d6b25d2a624e08657b5
@@@ -182,9 -182,13 +181,12 @@@ TESTS = run-arextract.sh run-arsymtest.
        run-readelf-discr.sh \
        run-dwelf_elf_e_machine_string.sh \
        run-elfclassify.sh run-elfclassify-self.sh \
 -      run-disasm-riscv64.sh \
        run-pt_gnu_prop-tests.sh \
        run-getphdrnum.sh run-test-includes.sh \
-       leb128 read_unaligned
+       leb128 read_unaligned \
+       msg_tst system-elf-libelf-test \
+       $(asm_TESTS) run-disasm-bpf.sh run-low_high_pc-dw-form-indirect.sh \
+       run-readelf-dw-form-indirect.sh
  
  if !BIARCH
  export ELFUTILS_DISABLE_BIARCH = 1
Simple merge