Blame SPECS/dwarves.spec

eedf56
%define libname libdwarves
eedf56
%define libver 1
eedf56
eedf56
Name: dwarves
772f06
Version: 1.21
eedf56
Release: 1%{?dist}
eedf56
License: GPLv2
eedf56
Summary: Debugging Information Manipulation Tools (pahole & friends)
eedf56
URL: http://acmel.wordpress.com
eedf56
Source: http://fedorapeople.org/~acme/dwarves/%{name}-%{version}.tar.xz
eedf56
Requires: %{libname}%{libver} = %{version}-%{release}
eedf56
BuildRequires: gcc
eedf56
BuildRequires: cmake >= 2.8.12
eedf56
BuildRequires: zlib-devel
eedf56
BuildRequires: elfutils-devel >= 0.130
eedf56
eedf56
%description
eedf56
dwarves is a set of tools that use the debugging information inserted in
eedf56
ELF binaries by compilers such as GCC, used by well known debuggers such as
eedf56
GDB, and more recent ones such as systemtap.
eedf56
eedf56
Utilities in the dwarves suite include pahole, that can be used to find
eedf56
alignment holes in structs and classes in languages such as C, C++, but not
eedf56
limited to these.
eedf56
eedf56
It also extracts other information such as CPU cacheline alignment, helping
eedf56
pack those structures to achieve more cache hits.
eedf56
eedf56
These tools can also be used to encode and read the BTF type information format
eedf56
used with the Linux kernel bpf syscall, using 'pahole -J' and 'pahole -F btf'.
eedf56
eedf56
A diff like tool, codiff can be used to compare the effects changes in source
eedf56
code generate on the resulting binaries.
eedf56
eedf56
Another tool is pfunct, that can be used to find all sorts of information about
eedf56
functions, inlines, decisions made by the compiler about inlining, etc.
eedf56
eedf56
One example of pfunct usage is in the fullcircle tool, a shell that drivers
eedf56
pfunct to generate compileable code out of a .o file and then build it using
eedf56
gcc, with the same compiler flags, and then use codiff to make sure the
eedf56
original .o file and the new one generated from debug info produces the same
eedf56
debug info.
eedf56
eedf56
Pahole also can be used to use all this type information to pretty print raw data
eedf56
according to command line directions.
eedf56
eedf56
Headers can have its data format described from debugging info and offsets from
eedf56
it can be used to further format a number of records.
eedf56
eedf56
The btfdiff utility compares the output of pahole from BTF and DWARF to make
eedf56
sure they produce the same results.
eedf56
eedf56
%package -n %{libname}%{libver}
eedf56
Summary: Debugging information  processing library
eedf56
eedf56
%description -n %{libname}%{libver}
eedf56
Debugging information processing library.
eedf56
eedf56
%package -n %{libname}%{libver}-devel
eedf56
Summary: Debugging information library development files
eedf56
Requires: %{libname}%{libver} = %{version}-%{release}
eedf56
eedf56
%description -n %{libname}%{libver}-devel
eedf56
Debugging information processing library development files.
eedf56
eedf56
%prep
eedf56
%setup -q
eedf56
eedf56
%build
eedf56
%cmake -DCMAKE_BUILD_TYPE=Release .
eedf56
%cmake_build
eedf56
eedf56
%install
eedf56
rm -Rf %{buildroot}
eedf56
%cmake_install
eedf56
eedf56
%ldconfig_scriptlets -n %{libname}%{libver}
eedf56
eedf56
%files
eedf56
%doc README.ctracer
eedf56
%doc README.btf
772f06
%doc changes-v1.21
eedf56
%doc NEWS
eedf56
%{_bindir}/btfdiff
eedf56
%{_bindir}/codiff
eedf56
%{_bindir}/ctracer
eedf56
%{_bindir}/dtagnames
eedf56
%{_bindir}/fullcircle
eedf56
%{_bindir}/pahole
eedf56
%{_bindir}/pdwtags
eedf56
%{_bindir}/pfunct
eedf56
%{_bindir}/pglobal
eedf56
%{_bindir}/prefcnt
eedf56
%{_bindir}/scncopy
eedf56
%{_bindir}/syscse
eedf56
%{_bindir}/ostra-cg
eedf56
%dir %{_datadir}/dwarves/
eedf56
%dir %{_datadir}/dwarves/runtime/
eedf56
%dir %{_datadir}/dwarves/runtime/python/
eedf56
%defattr(0644,root,root,0755)
eedf56
%{_mandir}/man1/pahole.1*
eedf56
%{_datadir}/dwarves/runtime/Makefile
eedf56
%{_datadir}/dwarves/runtime/linux.blacklist.cu
eedf56
%{_datadir}/dwarves/runtime/ctracer_relay.c
eedf56
%{_datadir}/dwarves/runtime/ctracer_relay.h
eedf56
%attr(0755,root,root) %{_datadir}/dwarves/runtime/python/ostra.py*
eedf56
eedf56
%files -n %{libname}%{libver}
eedf56
%{_libdir}/%{libname}.so.*
eedf56
%{_libdir}/%{libname}_emit.so.*
eedf56
%{_libdir}/%{libname}_reorganize.so.*
eedf56
eedf56
%files -n %{libname}%{libver}-devel
eedf56
%doc MANIFEST README
eedf56
%{_includedir}/dwarves/btf_encoder.h
eedf56
%{_includedir}/dwarves/config.h
eedf56
%{_includedir}/dwarves/ctf_encoder.h
eedf56
%{_includedir}/dwarves/ctf.h
eedf56
%{_includedir}/dwarves/dutil.h
eedf56
%{_includedir}/dwarves/dwarves.h
eedf56
%{_includedir}/dwarves/dwarves_emit.h
eedf56
%{_includedir}/dwarves/dwarves_reorganize.h
eedf56
%{_includedir}/dwarves/elfcreator.h
eedf56
%{_includedir}/dwarves/elf_symtab.h
eedf56
%{_includedir}/dwarves/gobuffer.h
eedf56
%{_includedir}/dwarves/hash.h
eedf56
%{_includedir}/dwarves/libbtf.h
eedf56
%{_includedir}/dwarves/libctf.h
eedf56
%{_includedir}/dwarves/list.h
eedf56
%{_includedir}/dwarves/rbtree.h
eedf56
%{_includedir}/dwarves/pahole_strings.h
eedf56
%{_libdir}/%{libname}.so
eedf56
%{_libdir}/%{libname}_emit.so
eedf56
%{_libdir}/%{libname}_reorganize.so
eedf56
eedf56
%changelog
772f06
* Fri Apr 9 2021 Arnaldo Carvalho de Melo <acme@redhat.com> - 1.21-1
772f06
- New release: v1.21
772f06
- DWARF loader:
772f06
- Handle DWARF5 DW_OP_addrx properly
772f06
- Handle subprogram ret type with abstract_origin properly
772f06
- Check .notes section for LTO build info
772f06
- Check .debug_abbrev for cross-CU references
772f06
- Permit merging all DWARF CU's for clang LTO built binary
772f06
- Factor out common code to initialize a cu
772f06
- Permit a flexible HASHTAGS__BITS
772f06
- Use a better hashing function, from libbpf
772f06
- btf_encoder:
772f06
- Add --btf_gen_all flag
772f06
- Match ftrace addresses within ELF functions
772f06
- Funnel ELF error reporting through a macro
772f06
- Sanitize non-regular int base type
772f06
- Add support for the floating-point types
772f06
- Pretty printer:
772f06
- Honour conf_fprintf.hex when printing enumerations
772f06
772f06
* Tue Feb 2 2021 Arnaldo Carvalho de Melo <acme@redhat.com> - 1.20-1
eedf56
- New release: v1.20
eedf56
- btf_encoder:
eedf56
- Improve ELF error reporting using elf_errmsg(elf_errno())
eedf56
- Improve objcopy error handling.
eedf56
- Fix handling of 'restrict' qualifier, that was being treated as a 'const'.
eedf56
- Support SHN_XINDEX in st_shndx symbol indexes
eedf56
- Cope with functions without a name
eedf56
- Fix BTF variable generation for kernel modules
eedf56
- Fix address size to match what is in the ELF file being processed.
eedf56
- Use kernel module ftrace addresses when finding which functions to encode.
eedf56
- libbpf:
eedf56
- Allow use of packaged version.
eedf56
- dwarf_loader:
eedf56
- Support DW_AT_data_bit_offset
eedf56
- DW_FORM_implicit_const in attr_numeric() and attr_offset()
eedf56
- Support DW_TAG_GNU_call_site, standardized rename of DW_TAG_GNU_call_site.
eedf56
- build:
eedf56
- Fix compilation on 32-bit architectures.
eedf56
eedf56
* Fri Nov 20 2020 Arnaldo Carvalho de Melo <acme@redhat.com> - 1.19-1
eedf56
- New release: 1.19
eedf56
- Split BTF
eedf56
- DWARF workarounds for DW_AT_declaration
eedf56
- Support cross-compiled ELF binaries with different endianness
eedf56
- Support showing typedefs for anonymous types
eedf56
- Speedups using libbpf algorithms
eedf56
- See changes-v1.19 for a complete and more detailed list of changes
eedf56
eedf56
* Fri Oct 02 2020 Arnaldo Carvalho de Melo <acme@redhat.com> - 1.18-1
eedf56
- New release: 1.18
eedf56
- Use debugging info to pretty print raw data
eedf56
- Store percpu variables in vmlinux BTF.
eedf56
- Fixes to address segfaults on the gdb testsuite binaries
eedf56
- Bail out on partial units for now, avoiding segfaults and providing warning to user.
eedf56
eedf56
* Mon Aug 31 2020 - Zamir SUN <sztsian@gmail.com> - 1.17-4
eedf56
- Fix FTBFS
eedf56
- Resolves: bug 1863459
eedf56
eedf56
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.17-3
eedf56
- Second attempt - Rebuilt for
eedf56
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
eedf56
eedf56
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.17-2
eedf56
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
eedf56
eedf56
* Fri Mar 13 2020 Arnaldo Carvalho de Melo <acme@redhat.com> - 1.17-1
eedf56
- New release: 1.17
eedf56
- Support raw BTF as available in /sys/kernel/btf/vmlinux.
eedf56
- When the sole argument passed isn't a file, take it as a class name:
eedf56
- Do not require a class name to operate without a file name.
eedf56
- Make --find_pointers_to consider unions:
eedf56
- Make --contains and --find_pointers_to honour --unions
eedf56
- Add support for finding pointers to void:
eedf56
- Make --contains and --find_pointers_to to work with base types:
eedf56
- Make --contains look for more than just unions, structs:
eedf56
- Consider unions when looking for classes containing some class:
eedf56
- Introduce --unions to consider just unions:
eedf56
- Fix -m/--nr_methods - Number of functions operating on a type pointer
eedf56
eedf56
* Wed Feb 12 2020 Arnaldo Carvalho de Melo <acme@redhat.com> - 1.16-1
eedf56
- New release: 1.16
eedf56
- BTF encoder: Preserve and encode exported functions as BTF_KIND_FUNC.
eedf56
- BTF loader: Add support for BTF_KIND_FUNC
eedf56
- Pretty printer: Account inline type __aligned__ member types for spacing
eedf56
- Pretty printer: Fix alignment of class members that are structs/enums/unions
eedf56
- Pretty printer: Avoid infinite loop trying to determine type with static data member of its own type.
eedf56
- RPM spec file:  Add dwarves dependency on libdwarves1.
eedf56
- pfunct: type->type == 0 is void, fix --compile for that
eedf56
- pdwtags: Print DW_TAG_subroutine_type as well
eedf56
- core: Fix ptr_table__add_with_id() handling of pt->nr_entries
eedf56
- pglobal: Allow passing the format path specifier, to use with BTF
eedf56
- Tree wide: Fixup issues pointed out by various coverity reports.
eedf56
eedf56
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.15-4
eedf56
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
eedf56
eedf56
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.15-3
eedf56
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
eedf56
eedf56
* Mon Jul  1 2019 Arnaldo Carvalho de Melo <acme@redhat.com> - 1.15-2
eedf56
- Fix bug when processing classes without members
eedf56
eedf56
* Thu Jun 27 2019 Arnaldo Carvalho de Melo <acme@redhat.com> - 1.15-1
eedf56
- New release: 1.15
eedf56
- Fix --expand_types/-E segfault
eedf56
- Fixup endless printing named structs inside structs in --expand_types
eedf56
- Avoid NULL deref with num config in __class__fprintf()
eedf56
eedf56
* Tue Apr 23 2019 Arnaldo Carvalho de Melo <acme@redhat.com> - 1.13-1
eedf56
- New release: 1.13
eedf56
- Infer __packed__ attributes, i.e. __attribute__((__packed__))
eedf56
- Support DW_AT_alignment, i.e. __attribute__((__aligned__(N)))
eedf56
- Decode BTF type format and pretty print it
eedf56
- BTF encoding fixes
eedf56
- Use libbpf's BTF deduplication
eedf56
- Support unions as arguments to -C/--class
eedf56
- New 'pfunct --compile' generates compilable output with type definitions
eedf56
eedf56
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.12-2
eedf56
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
eedf56
eedf56
* Fri Aug 31 2018 Arnaldo Carvalho de Melo <acme@redhat.com> - 1.12-1
eedf56
- New release: 1.12
eedf56
- union member cacheline boundaries for all inner structs
eedf56
- print union member offsets
eedf56
- Document 'pahole --hex'
eedf56
- Encode BTF type format for use with eBPF
eedf56
eedf56
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.10-15
eedf56
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
eedf56
eedf56
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.10-14
eedf56
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
eedf56
eedf56
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.10-13
eedf56
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
eedf56
eedf56
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.10-12
eedf56
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
eedf56
eedf56
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.10-11
eedf56
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
eedf56
eedf56
* Wed Aug 03 2016 Cole Robinson <crobinso@redhat.com> - 1.10-9%{?dist}
eedf56
- pdwtags: don't fail on unhandled tags (bz 1348200)
eedf56
eedf56
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.10-9
eedf56
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
eedf56
eedf56
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10-8
eedf56
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
eedf56
eedf56
* Fri Sep 05 2014 Marcin Juszkiewicz <mjuszkiewicz@redhat.com> - 1.10-7
eedf56
- backport removal of DW_TAG_mutable_type
eedf56
eedf56
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10-6
eedf56
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
eedf56
eedf56
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10-5
eedf56
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
eedf56
eedf56
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10-4
eedf56
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
eedf56
eedf56
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10-3
eedf56
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
eedf56
eedf56
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10-2
eedf56
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
eedf56
eedf56
* Wed May 30 2012 Arnaldo Carvalho de Melo <acme@redhat.com> - 1.10-1
eedf56
- New release
eedf56
eedf56
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9-2
eedf56
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
eedf56
eedf56
* Sat Nov 20 2010 Arnaldo Carvalho de Melo <acme@redhat.com> - 1.9-1
eedf56
- New release
eedf56
772f06
* Mon Feb 08 2010 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8-2
eedf56
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
eedf56
eedf56
* Fri Dec  4 2009 Arnaldo Carvalho de Melo <acme@redhat.com> - 1.8-1
eedf56
- New release
eedf56
eedf56
* Fri Feb 13 2009 Arnaldo Carvalho de Melo <acme@redhat.com> - 1.7-2
eedf56
- Own /usr/share/dwarves, fixes #473645 
eedf56
eedf56
* Fri Feb 13 2009 Arnaldo Carvalho de Melo <acme@redhat.com> - 1.7-1
eedf56
- A CTF decoder based on work done by David S. Miller
eedf56
- Handle DW_TAG_class_type,
eedf56
- Add support for showing classes with a prefix
eedf56
- Add support to DW_TAG_ptr_to_member_type
eedf56
- Handle typedef definitions in functions
eedf56
- Print the number of members in a struct/class
eedf56
- Handle the empty base optimization trick (Zero sized C++ class)
eedf56
- codiff detect changes in the prototype even when function size doesn't change
eedf56
- pfunct: Implement --expand_types
eedf56
- Reduce memory consumption by using a strings table
eedf56
- Speed up struct search by name
eedf56
- Several minor bug fixes and infrastructure improvements.
eedf56
- Initial man page for pahole
eedf56
eedf56
* Mon Feb 11 2008 Arnaldo Carvalho de Melo <acme@redhat.com> - 1.6-1
eedf56
- c83d935a4fd561a3807f520c126c2a61ae1f4d83
eedf56
- [DWARVES]: Use a hash table for the tags in a CU
eedf56
eedf56
* Thu Feb  7 2008 Arnaldo Carvalho de Melo <acme@redhat.com> - 1.5-1
eedf56
- c4e49add9e48ff08a8ba4187ea43d795af995136
eedf56
- PAHOLE: Introduce --defined_in
eedf56
- DWARVES: Another fix for DW_TAG_base_type entries without DW_AT_name
eedf56
- PAHOLE: Cope with DW_TAG_basic_type entries without DW_AT_name
eedf56
- CODIFF: Allow passing /dev/null as one of the files to compare
eedf56
- DWARVES: Allow passing NULL as self to cu__find_
eedf56
- DWARVES: Fixup usage messages
eedf56
- DWARVES: Find holes in inner, nameless structs
eedf56
- DWARVES: Adopt tag__follow_typedef from pahole
eedf56
- DWARVES: Add some destructors: tag, cu, namespace
eedf56
- CODIFF: Check if the objects are the same when we have build-id
eedf56
- DWARVES: Introduce cu__same_build_id
eedf56
- DWARVES_REORGANIZE: Proper tail padding fixup
eedf56
- DWARVES: Don't search in empty structs
eedf56
- DWARVES: Follow const and volatile tags to its ultimate types
eedf56
- PAHOLE: Add a newline after the --class_dwarf_offset output
eedf56
- PAHOLE: Expose type__find_first_biggest_size_base_type_member
eedf56
- DWARVES: Introduce type__find_first_biggest_size_base_type_member
eedf56
- PAHOLE: Account arrays properly when changing word-size
eedf56
- PAHOLE: Follow typedefs too when resizing unions
eedf56
- PAHOLE: Follow typedefs to find if they are resized structs/unions
eedf56
- PAHOLE: Check if types of struct and union members were already resized
eedf56
- DWARVES_REORGANIZE: Fixup class__fixup_alingment
eedf56
- PAHOLE: Allow changing the architecture word-size
eedf56
- DWARVES_REORGANIZE: Adopt class__add_offsets_from and class__fixup_alignment from ctracer
eedf56
- DWARVES: build id support requires a recent elfutils package
eedf56
eedf56
* Sat Jan  5 2008 Arnaldo Carvalho de Melo <acme@redhat.com> - 1.4-1
eedf56
- 8e099cf5d1f204e9ea1a9c8c0f1a09a43458d9d3
eedf56
- codiff fixes
eedf56
eedf56
* Sun Dec  9 2007 Arnaldo Carvalho de Melo <acme@redhat.com> - 1.3-2
eedf56
- c6c71398cd2481e219ea3ef63f32c6479ba4f08f
eedf56
- SPEC file adjustments to follow http://fedoraproject.org/wiki/Packaging/cmake
eedf56
eedf56
* Sat Dec  8 2007 Arnaldo Carvalho de Melo <acme@redhat.com> - 1.3-1
eedf56
- c4ee21aa122f51f2601893b2118b7f7902d2f410
eedf56
- Fixed bitfield byte offset handling, now there are no
eedf56
  more BRAIN FART alerts on a x86_64 linux kernel and on
eedf56
  an old openbsd kernel image.
eedf56
eedf56
* Thu Dec  6 2007 Arnaldo Carvalho de Melo <acme@redhat.com> - 1.2-1
eedf56
- 07e0974f2c3798acb8e9a2d06f6b2ece7a01c508
eedf56
- Fix a patological bitfield case
eedf56
eedf56
* Thu Dec  6 2007 Arnaldo Carvalho de Melo <acme@redhat.com> - 1.1-1
eedf56
- 2c01420b51e889196b42a204910b46811ab22f1a
eedf56
- ctracer now generates systemtap scripts
eedf56
- Lots of other fixes, see git changelog.
eedf56
eedf56
* Tue May  8 2007 Arnaldo Carvalho de Melo <acme@redhat.com> - 1.0-1
eedf56
- 161c6712f4ae1b7e2ea50df3a0d5c28310905cec
eedf56
- handle --help, -? --usage on with_executable_option()
eedf56
eedf56
* Tue May  8 2007 Arnaldo Carvalho de Melo <acme@redhat.com>
eedf56
- b8eb5eb214f3897ea6faa3272879baa8bf2573c0
eedf56
- Fix cus__loadfl detection of --executable
eedf56
eedf56
* Sun May  6 2007 Arnaldo Carvalho de Melo <acme@redhat.com>
eedf56
- 05351ece16e5203717dd21a6fc1ad2e6ff87c203
eedf56
- libdwarves_emit
eedf56
eedf56
* Tue Apr  3 2007 Arnaldo Carvalho de Melo <acme@redhat.com>
eedf56
- f3c4f527f70053e39b402005107ead6cb10e0b4a
eedf56
- Fix some --reorganize bugs
eedf56
eedf56
* Mon Apr  2 2007 Arnaldo Carvalho de Melo <acme@redhat.com>
eedf56
- 1ec66565a12ce7f197cd40e3901ed6be84935781
eedf56
- --reorganize improvements
eedf56
- --packable uses --reorganize code to show structs that can be packed by
eedf56
  reorganization done with --reorganize.
eedf56
eedf56
* Fri Mar 30 2007 Arnaldo Carvalho de Melo <acme@redhat.com>
eedf56
- fd3542317508d04e8178c5d391385d2aa50d6fb7
eedf56
- Use libdwfl in all tools that handle just one file, codiff and ctracer
eedf56
  still need work and are still using plain libdw.
eedf56
eedf56
* Sun Feb 25 2007 Arnaldo Carvalho de Melo <acme@redhat.com>
eedf56
- 3c148cd84b74b89663febdefab23356952906502
eedf56
- _snprintf routines changed to _fprintf
eedf56
- codiff shows diffs in number and total size of inline expansions
eedf56
- codiff shows diffs in the number of lexblocks
eedf56
- better alignment in the --expand_types case
eedf56
- CMake improvements
eedf56
eedf56
* Fri Feb  2 2007 Arnaldo Carvalho de Melo <acme@redhat.com>
eedf56
- d37f41df58c375412badf827e24dfc346cea2ff2
eedf56
- ostra-cg
eedf56
- relay/debugfs
eedf56
- mini-structs
eedf56
- ctracer2ostra
eedf56
- All this in the Makefile
eedf56
eedf56
* Fri Feb  2 2007 Arnaldo Carvalho de Melo <acme@redhat.com>
eedf56
- b7cad1782d683571ffb2601b429ab151bddad5d7
eedf56
- pglobal, by Davi Arnaut
eedf56
- pahole --show_reorg_steps
eedf56
- Reorganize bitfields in pahole --reorganize
eedf56
eedf56
* Tue Jan 30 2007 Arnaldo Carvalho de Melo <acme@redhat.com>
eedf56
- 8e236f4ca37b8a3d2057f4ede5a14ab1fa99f73c
eedf56
- x86-64 lib install fixes
eedf56
eedf56
* Tue Jan 30 2007 Arnaldo Carvalho de Melo <acme@redhat.com>
eedf56
- 4a4b75e75a6d7f34215d320cc4a9f669b6ba4075
eedf56
- pahole --reorganize
eedf56
eedf56
* Mon Jan 29 2007 Arnaldo Carvalho de Melo <acme@redhat.com>
eedf56
- 2de67fcaf401ac1e20feca5fa88dfc63fbc4203e
eedf56
- Type expansion!
eedf56
eedf56
* Sat Jan 27 2007 Arnaldo Carvalho de Melo <acme@redhat.com>
eedf56
- 6bf2d2d7707b65e7ca21a13706d8d07824cd6f2f
eedf56
- ctracer improvements, /usr/lib/ctracer/, etc
eedf56
eedf56
* Fri Jan 26 2007 Arnaldo Carvalho de Melo <acme@redhat.com>
eedf56
- c49f2c963425d5c09c429370e10d9af3d7d7fe32
eedf56
- Emit typedefs of typedef arrays
eedf56
- Detect typedef loops
eedf56
- Fix emission of arrays of structs, unions, etc
eedf56
- use sysconf for the default cacheline size
eedf56
772f06
* Thu Jan 18 2007 Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
eedf56
- fab0db03ea9046893ca110bb2b7d71b764f61033
eedf56
- pdwtags added
eedf56
eedf56
* Wed Jan 17 2007 Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
eedf56
- e3786105c007a39ff3dbfb36a3037e786021e0c6
eedf56
- First Fedora native build
eedf56
- struct, enum, enum, void typedefs
eedf56
eedf56
* Sat Jan 13 2007 Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
eedf56
- 9a413e60a3875980d99817722bf019cba3a24573
eedf56
- pahole --nr_methods, improvements in tag__print, better support for unions
eedf56
eedf56
* Fri Jan 12 2007 Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
eedf56
- a1f5422656a91568a8b4edbcebaae9c1837b5cbd
eedf56
- Support a DW_TAG_reference_type
eedf56
eedf56
* Fri Jan 12 2007 Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
eedf56
- 0ad467a32187e1929c14054a0fc7326bc4d235c8 
eedf56
- Added a description
eedf56
eedf56
* Thu Jan 11 2007 Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
eedf56
- new release with type not found asserts replaced by error messages
eedf56
eedf56
* Thu Jan 11 2007 Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
eedf56
- package created