diff options
author | Nick Alcock <nick.alcock@oracle.com> | 2019-04-24 11:49:48 +0100 |
---|---|---|
committer | Nick Alcock <nick.alcock@oracle.com> | 2019-05-28 17:09:41 +0100 |
commit | 0e65dfbaf3a0299e4837216a103c28625d4b4f1d (patch) | |
tree | 6ffb36930e49bc51b44fa83d95c053adec44cd5a /ChangeLog | |
parent | libctf: debug dumping (diff) | |
download | binutils-gdb-0e65dfbaf3a0299e4837216a103c28625d4b4f1d.tar.gz binutils-gdb-0e65dfbaf3a0299e4837216a103c28625d4b4f1d.tar.bz2 binutils-gdb-0e65dfbaf3a0299e4837216a103c28625d4b4f1d.zip |
libctf: build system
This ties libctf into the build system, and makes binutils depend on it
(used by the next commits).
* Makefile.def (host_modules): Add libctf.
* Makefile.def (dependencies): Likewise.
libctf depends on zlib, libiberty, and bfd.
* Makefile.in: Regenerated.
* configure.ac (host_libs): Add libctf.
* configure: Regenerated.
libctf/
* Makefile.am: New.
* Makefile.in: Regenerated.
* config.h.in: Likewise.
* aclocal.m4: Likewise.
* configure: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 0a4cc5f9c8e..28deef0ec0b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2019-05-28 Nick Alcock <nick.alcock@oracle.com> + + * Makefile.def (host_modules): Add libctf. + * Makefile.def (dependencies): Likewise. + libctf depends on zlib, libiberty, and bfd. + * Makefile.in: Regenerated. + * configure.ac (host_libs): Add libctf. + * configure: Regenerated. + 2019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com> * config.guess: Synchronize with config project master sources. |