From c9bd7f4220d5fedb0fd6ecae4de94b14febea1d56d588ffac8279e108d483af6 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 12 Oct 2022 10:40:00 +0000 Subject: [PATCH] heed syntax requirements for changelog OBS-URL: https://build.opensuse.org/package/show/devel:tools/dwarves?expand=0&rev=87 --- dwarves.changes | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/dwarves.changes b/dwarves.changes index d3ca4b7..adcd472 100644 --- a/dwarves.changes +++ b/dwarves.changes @@ -2,20 +2,22 @@ Tue Oct 4 17:04:49 UTC 2022 - Dirk Müller - update to 1.24: - * Add support to BTF_KIND_ENUM64 to represent enumeration entries - with more than 32 bits. + * Add support to BTF_KIND_ENUM64 to represent enumeration + entries with more than 32 bits. * Support multithreaded encoding, in addition to DWARF - multithreaded loading, speeding up the process. - Selected just like DWARF multithreaded loading, using the - 'pahole -j' option. + multithreaded loading, speeding up the process. Selected just + like DWARF multithreaded loading, using the 'pahole -j' + option. * Encode 'char' type as signed. * Add support to BTF_KIND_ENUM64. - * Introduce --lang and --lang_exclude to specify the language the - DWARF compile units were originated from to use or filter. - * Introduce --compile to generate compilable code in a similar fashion to: - bpftool btf dump file vmlinux format c > vmlinux.h - As with 'bpftool', this will notice type shadowing, i.e. multiple types - with the same name and will disambiguate by adding a suffix. + * Introduce --lang and --lang_exclude to specify the language + the DWARF compile units were originated from to use or + filter. + * Introduce --compile to generate compilable code in a similar + fashion to: bpftool btf dump file vmlinux format c > + vmlinux.h As with 'bpftool', this will notice type shadowing, + i.e. multiple types with the same name and will disambiguate + by adding a suffix. * Don't segfault when processing bogus files. - add dwarves.keyring for source validation