forked from pool/dwarves
heed syntax requirements for changelog
OBS-URL: https://build.opensuse.org/package/show/devel:tools/dwarves?expand=0&rev=87
This commit is contained in:
parent
cf6296fbf5
commit
c9bd7f4220
@ -2,20 +2,22 @@
|
|||||||
Tue Oct 4 17:04:49 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
Tue Oct 4 17:04:49 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
- update to 1.24:
|
- update to 1.24:
|
||||||
* Add support to BTF_KIND_ENUM64 to represent enumeration entries
|
* Add support to BTF_KIND_ENUM64 to represent enumeration
|
||||||
with more than 32 bits.
|
entries with more than 32 bits.
|
||||||
* Support multithreaded encoding, in addition to DWARF
|
* Support multithreaded encoding, in addition to DWARF
|
||||||
multithreaded loading, speeding up the process.
|
multithreaded loading, speeding up the process. Selected just
|
||||||
Selected just like DWARF multithreaded loading, using the
|
like DWARF multithreaded loading, using the 'pahole -j'
|
||||||
'pahole -j' option.
|
option.
|
||||||
* Encode 'char' type as signed.
|
* Encode 'char' type as signed.
|
||||||
* Add support to BTF_KIND_ENUM64.
|
* Add support to BTF_KIND_ENUM64.
|
||||||
* Introduce --lang and --lang_exclude to specify the language the
|
* Introduce --lang and --lang_exclude to specify the language
|
||||||
DWARF compile units were originated from to use or filter.
|
the DWARF compile units were originated from to use or
|
||||||
* Introduce --compile to generate compilable code in a similar fashion to:
|
filter.
|
||||||
bpftool btf dump file vmlinux format c > vmlinux.h
|
* Introduce --compile to generate compilable code in a similar
|
||||||
As with 'bpftool', this will notice type shadowing, i.e. multiple types
|
fashion to: bpftool btf dump file vmlinux format c >
|
||||||
with the same name and will disambiguate by adding a suffix.
|
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.
|
* Don't segfault when processing bogus files.
|
||||||
- add dwarves.keyring for source validation
|
- add dwarves.keyring for source validation
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user