]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - binutils/ChangeLog
Do not build libctf for targets that do not use the ELF file format.
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
index ac3f3b9a2fefefb37588e1bab7a13d0e60314d5a..f4a9e6a4fdd89c6c0ebd7d8d5f10ed89685b815d 100644 (file)
@@ -1,3 +1,16 @@
+2019-05-29  Nick Clifton  <nickc@redhat.com>
+
+       * configure.ac (LIBCTF): Export.  Set to empty for non-ELF based
+       targets.
+       (HAVE_LIBCTF): Define if libctf support is available.
+       * Makefile.am (LIBCTF): Set value to @LIBCTF@.
+       * objdump.c: Make CTF code conditional upon HAVE_LIBCTF being
+       defined.
+       * readelf.c: Likewise.
+       * configure: Regenerate.
+       * Makefile.in: Regenerate.
+       * config.in: Regenerate.
+
 2019-05-28  Nick Alcock  <nick.alcock@oracle.com>
 
        * MAINTAINERS: Add myself as CTF maintainer.