summaryrefslogtreecommitdiff
path: root/libasm/ChangeLog
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2017-08-03 12:37:37 +0200
committerMark Wielaard <mark@klomp.org>2017-08-03 14:21:08 +0200
commit766df1e15c1e8f8bc9890e7538eb2ef15a6516dc (patch)
tree45ae9d0ac821a15fbb9336909671e18efc15f6e8 /libasm/ChangeLog
parent13c3e00ba629586ae42c316ae4ed6c3f04282a82 (diff)
parent54ba4ce2973113d8f4315d4fc90e16a9b4476ea6 (diff)
downloadelfutils-766df1e15c1e8f8bc9890e7538eb2ef15a6516dc.tar.gz
Merge tag 'elfutils-0.170' into mjw/RH-DTSdts-0.170
elfutils 0.170 release Conflicts: libcpu/Makefile.am libdw/Makefile.am tests/Makefile.am
Diffstat (limited to 'libasm/ChangeLog')
-rw-r--r--libasm/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/libasm/ChangeLog b/libasm/ChangeLog
index d2bc4086..262d2a92 100644
--- a/libasm/ChangeLog
+++ b/libasm/ChangeLog
@@ -1,3 +1,14 @@
+2017-02-17 Ulf Hermann <ulf.hermann@qt.io>
+
+ * Makefile.am: Add libasm_so_DEPS to specify external libraries
+ that have to be linked in, and libasm_so_LIBS to specify the
+ archives libasm consists of. The dependencies include libeu.a.
+ (libasm_so_LDLIBS): Add $(libasm_so_DEPS).
+ (libasm_so$(EXEEXT): Use $(libasm_so_LIBS),
+ add --no-undefined,-z,defs,-z,relro,
+ drop the manual enumeration of dependencies,
+ specify the correct path for libasm.map.
+
2017-04-27 Ulf Hermann <ulf.hermann@qt.io>
* asm_end.c (binary_end): Fix nesting of braces.