X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=libctf%2FChangeLog;h=5f7bdf34c286e2e04316b78e90f1ad7e92bf38f0;hb=581bea2c99751391fc49d104d5eacb85bfb63c96;hp=b7f12d8e092494c6cd2cf1242a5d9af497fe5e10;hpb=9323dd869dfe481d46512c7f9b1a30d0b7d2d7c4;p=deliverable%2Fbinutils-gdb.git diff --git a/libctf/ChangeLog b/libctf/ChangeLog index b7f12d8e09..5f7bdf34c2 100644 --- a/libctf/ChangeLog +++ b/libctf/ChangeLog @@ -1,3 +1,35 @@ +2020-03-11 John Baldwin + + * swap.h (bswap_identity_64): Make static. + +2020-01-18 Nick Clifton + + Binutils 2.34 branch created. + +2020-01-05 Joel Brobecker + + PR binutils/25155: + * configure.ac: Add AC_CHECK_DECLS([asprintf]). + * configure, config.h.in: Regenerate. + +2020-01-01 Alan Modra + + Update year range in copyright notice of all files. + +2019-10-16 Simon Marchi + + * swap.h (bswap_16, bswap_32, bswap_64): Make static. + +2019-09-30 Nick Alcock + + * ctf-open.c (ctf_bufopen_internal): Fix tabdamage. + * ctf-types.c (ctf_type_lname): Likewise. + +2019-09-23 Nick Alcock + + * ctf-open.c (ctf_import): Do not leak a ctf_file_t ref on every + ctf_import after the first for a given file. + 2019-09-23 Nick Alcock * ctf-impl.h (ctf_str_append_noerr): Declare.