From 083114f8ba2baa16a48638ecbf41e333eedb738b Mon Sep 17 00:00:00 2001 From: Nick Alcock Date: Tue, 16 Jul 2019 10:42:37 +0100 Subject: [PATCH] libctf, include: ChangeLog format fixes Double-spaces before email addresses were consistently missing. --- include/ChangeLog | 2 +- libctf/ChangeLog | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/include/ChangeLog b/include/ChangeLog index 85405429e5..41adb656c5 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -97,7 +97,7 @@ * opcode/aarch64.h (enum aarch64_insn_class): sve_size_013 renamed to sve_size_13. -2019-06-19 Nick Alcock +2019-06-19 Nick Alcock * ctf.h (ctf_slice_t): Make cts_offset and cts_bits unsigned short, so following structures are properly aligned. diff --git a/libctf/ChangeLog b/libctf/ChangeLog index 08eb02bea0..70059cbf86 100644 --- a/libctf/ChangeLog +++ b/libctf/ChangeLog @@ -21,11 +21,11 @@ * ctf-error.c (_ctf_errlist): Fix description. * ctf-lookup.c: Fix file description. -2019-06-28 Nick Alcock +2019-06-28 Nick Alcock * ctf-create.c (ctf_create): Fix off-by-one error. -2019-06-28 Nick Alcock +2019-06-28 Nick Alcock * ctf-impl.h: (struct ctf_strs_writable): New, non-const version of struct ctf_strs. @@ -76,7 +76,7 @@ * Makefile.am (libctf_a_SOURCES): Add it. * Makefile.in: Regenerate. -2019-06-28 Nick Alcock +2019-06-28 Nick Alcock * ctf-impl.h (ctf_hash_iter_f): New. (ctf_dynhash_iter): New declaration. @@ -88,16 +88,16 @@ (struct ctf_traverse_cb_arg): Likewise. (struct ctf_traverse_remove_cb_arg): Likewise. -2019-06-28 Nick Alcock +2019-06-28 Nick Alcock * ctf-hash.c (ctf_dynhash_remove): Call with a mocked-up element. -2019-06-28 Nick Alcock +2019-06-28 Nick Alcock * ctf-dump.c (ctf_dump_format_type): Prefix hex strings with 0x. (ctf_dump_funcs): Likewise. -2019-06-19 Nick Alcock +2019-06-19 Nick Alcock * ctf-open-bfd.c: Add swap.h and ctf-endian.h. (ctf_fdopen): Check for endian-swapped raw CTF magic, and @@ -105,24 +105,24 @@ ctf_simple_open does that in endian-safe ways. Do not dereference null pointers on open failure. -2019-06-19 Nick Alcock +2019-06-19 Nick Alcock * ctf-open.c (get_vbytes_common): Return the new slice size. (ctf_bufopen): Flip the endianness of the CTF-section header copy. Remember to copy in the CTF data when opening an uncompressed foreign-endian CTF file. Prune useless variable manipulation. -2019-06-19 Nick Alcock +2019-06-19 Nick Alcock * ctf-open.c (ctf_types): Fail when unidentified type kinds are seen. -2019-06-19 Nick Alcock +2019-06-19 Nick Alcock * ctf-open.c (ctf_bufopen): Dump header offsets into the debugging output. -2019-06-19 Nick Alcock +2019-06-19 Nick Alcock * ctf-subr.c (_PAGESIZE): Remove. (ctf_data_alloc): Likewise. @@ -138,7 +138,7 @@ (upgrade_types): Likewise. Call ctf_alloc, not ctf_data_alloc. (ctf_bufopen): Likewise. No longer call ctf_data_protect. -2019-06-19 Nick Alcock +2019-06-19 Nick Alcock * ctf-create.c (ctf_dtd_insert): Pass on error returns from ctf_dynhash_insert. -- 2.34.1