Prepare for 0.178
[platform/upstream/elfutils.git] / config / elfutils.spec.in
1 # -*- rpm-spec-*-
2 Summary: A collection of utilities and DSOs to handle ELF files and DWARF data
3 Name: elfutils
4 Version: @PACKAGE_VERSION@
5 Release: 1
6 URL: http://elfutils.org/
7 License: GPLv3+ and (GPLv2+ or LGPLv3+) and GFDL
8 Group: Development/Tools
9 Source: ftp://sourceware.org/pub/elfutils/%{version}/elfutils-%{version}.tar.bz2
10 Obsoletes: libelf libelf-devel
11 Requires: elfutils-libelf = %{version}-%{release}
12 Requires: glibc >= 2.7
13 Requires: libstdc++
14 Requires: default-yama-scope
15 %if 0%{?rhel} >= 8 || 0%{?fedora} >= 20
16 Recommends: elfutils-debuginfod-client
17 %else
18 Requires: elfutils-debuginfod-client
19 %endif
20
21 # ExcludeArch: xxx
22
23 BuildRoot: %{_tmppath}/%{name}-root
24 BuildRequires: gcc >= 4.1.2-33
25 BuildRequires: glibc >= 2.7
26 BuildRequires: bison >= 1.875
27 BuildRequires: flex >= 2.5.4a
28 BuildRequires: bzip2
29 BuildRequires: m4
30 BuildRequires: gettext
31 BuildRequires: pkgconfig(zlib)
32 %if 0%{?rhel} == 7
33 BuildRequires: bzip2-devel
34 %else
35 BuildRequires: pkgconfig(bzip2)
36 %endif
37 BuildRequires: pkgconfig(liblzma)
38 BuildRequires: gcc-c++
39 BuildRequires: pkgconfig(libmicrohttpd) >= 0.9.33
40 BuildRequires: pkgconfig(libcurl) >= 7.29.0
41 BuildRequires: pkgconfig(sqlite3) >= 3.7.17
42 BuildRequires: pkgconfig(libarchive) >= 3.1.2
43 # for the run-debuginfod-find.sh test case in %check for /usr/sbin/ss
44 BuildRequires: iproute
45 BuildRequires: curl
46
47 %define _gnu %{nil}
48 %define _programprefix eu-
49
50 %description
51
52 Elfutils is a collection of utilities, including stack (to show
53 backtraces), nm (for listing symbols from object files), size
54 (for listing the section sizes of an object or archive file),
55 strip (for discarding symbols), readelf (to see the raw ELF file
56 structures), elflint (to check for well-formed ELF files) and
57 elfcompress (to compress or decompress ELF sections).
58 Also included are helper libraries which implement DWARF, ELF,
59 and machine-specific ELF handling and process introspection.
60
61 %package devel
62 Summary: Development libraries to handle compiled objects.
63 Group: Development/Tools
64 License: (GPLv2+ or LGPLv3+) and GFDL
65 Requires: elfutils = %{version}-%{release}
66 Requires: elfutils-libelf-devel = %{version}-%{release}
67
68 %description devel
69 The elfutils-devel package contains the libraries to create
70 applications for handling compiled objects.  libdw provides access
71 to the DWARF debugging information.  libasm provides a programmable
72 assembler interface.
73
74 %package devel-static
75 Summary: Static archives to handle compiled objects.
76 Group: Development/Tools
77 License: GPLv2+ or LGPLv3+
78 Requires: elfutils-devel = %{version}-%{release}
79
80 %description devel-static
81 The elfutils-devel-static archive contains the static archives
82 with the code the handle compiled objects.
83
84 %package libelf
85 Summary: Library to read and write ELF files.
86 Group: Development/Tools
87 License: GPLv2+ or LGPLv3+
88
89 %description libelf
90 The elfutils-libelf package provides a DSO which allows reading and
91 writing ELF files on a high level.  Third party programs depend on
92 this package to read internals of ELF files.  The programs of the
93 elfutils package use it also to generate new ELF files.
94
95 %package libelf-devel
96 Summary: Development support for libelf
97 Group: Development/Tools
98 License: GPLv2+ or LGPLv3+
99 Requires: elfutils-libelf = %{version}-%{release}
100 Conflicts: libelf-devel
101
102 %description libelf-devel
103 The elfutils-libelf-devel package contains the libraries to create
104 applications for handling compiled objects.  libelf allows you to
105 access the internals of the ELF object file format, so you can see the
106 different sections of an ELF file.
107
108 %package libelf-devel-static
109 Summary: Static archive of libelf
110 Group: Development/Tools
111 License: GPLv2+ or LGPLv3+
112 Requires: elfutils-libelf-devel = %{version}-%{release}
113 Conflicts: libelf-devel
114
115 %description libelf-devel-static
116 The elfutils-libelf-static package contains the static archive
117 for libelf.
118
119 %package default-yama-scope
120 Summary: Default yama attach scope sysctl setting
121 Group: Development/Tools
122 License: GPLv2+ or LGPLv3+
123 Provides: default-yama-scope
124 BuildArch: noarch
125
126 %description default-yama-scope
127 Yama sysctl setting to enable default attach scope settings
128 enabling programs to use ptrace attach, access to
129 /proc/PID/{mem,personality,stack,syscall}, and the syscalls
130 process_vm_readv and process_vm_writev which are used for
131 interprocess services, communication and introspection
132 (like synchronisation, signaling, debugging, tracing and
133 profiling) of processes.
134
135 %package debuginfod-client
136 Summary: Libraries and command-line frontend for HTTP ELF/DWARF file server addressed by build-id.
137 License: GPLv3+ and (GPLv2+ or LGPLv3+)
138
139 %package debuginfod-client-devel
140 Summary: Libraries and headers to build debuginfod client applications.
141 License: GPLv2+ or LGPLv3+
142
143 %package debuginfod
144 Summary: HTTP ELF/DWARF file server addressed by build-id.
145 License: GPLv3+
146 BuildRequires: systemd
147 Requires(post):   systemd
148 Requires(preun):  systemd
149 Requires(postun): systemd
150 Requires: shadow-utils
151 Requires: /usr/bin/rpm2cpio
152
153 %description debuginfod-client
154 The elfutils-debuginfod-client package contains shared libraries
155 dynamically loaded from -ldw, which use a debuginfod service
156 to look up debuginfo and associated data. Also includes a
157 command-line frontend.
158
159 %description debuginfod-client-devel
160 The elfutils-debuginfod-client-devel package contains the libraries
161 to create applications to use the debuginfod service.
162
163 %description debuginfod
164 The elfutils-debuginfod package contains the debuginfod binary
165 and control files for a service that can provide ELF/DWARF
166 files to remote clients, based on build-id identification.
167 The ELF/DWARF file searching functions in libdwfl can query
168 such servers to download those files on demand.
169
170 %prep
171 %setup -q
172
173 %build
174 %configure --program-prefix=%{_programprefix} --enable-debuginfod
175 make
176
177 %install
178 rm -rf ${RPM_BUILD_ROOT}
179 mkdir -p ${RPM_BUILD_ROOT}%{_prefix}
180
181 %make_install
182
183 chmod +x ${RPM_BUILD_ROOT}%{_prefix}/%{_lib}/lib*.so*
184
185 # XXX Nuke unpackaged files
186 ( cd ${RPM_BUILD_ROOT}
187   rm -f .%{_includedir}/elfutils/libasm.h
188   rm -f .%{_libdir}/libasm.so
189   rm -f .%{_libdir}/libasm.a
190 )
191
192 install -Dm0644 config/10-default-yama-scope.conf ${RPM_BUILD_ROOT}%{_sysctldir}/10-default-yama-scope.conf
193
194 install -Dm0644 config/debuginfod.service ${RPM_BUILD_ROOT}%{_unitdir}/debuginfod.service
195 install -Dm0644 config/debuginfod.sysconfig ${RPM_BUILD_ROOT}%{_sysconfdir}/sysconfig/debuginfod
196 mkdir -p ${RPM_BUILD_ROOT}%{_localstatedir}/cache/debuginfod
197 touch ${RPM_BUILD_ROOT}%{_localstatedir}/cache/debuginfod/debuginfod.sqlite
198
199 %check
200 make check
201
202 %clean
203 rm -rf ${RPM_BUILD_ROOT}
204
205 %post -p /sbin/ldconfig
206
207 %postun -p /sbin/ldconfig
208
209 %post libelf -p /sbin/ldconfig
210
211 %postun libelf -p /sbin/ldconfig
212
213 %post default-yama-scope
214 %sysctl_apply 10-default-yama-scope.conf
215
216 %files
217 %defattr(-,root,root)
218 %license COPYING COPYING-GPLV2 COPYING-LGPLV3 doc/COPYING-GFDL
219 %doc README TODO CONTRIBUTING
220 %{_bindir}/eu-elflint
221 %{_bindir}/eu-nm
222 %{_bindir}/eu-readelf
223 %{_bindir}/eu-size
224 %{_bindir}/eu-stack
225 %{_bindir}/eu-strip
226 %{_bindir}/eu-findtextrel
227 %{_bindir}/eu-addr2line
228 %{_bindir}/eu-elfclassify
229 %{_bindir}/eu-elfcmp
230 %{_bindir}/eu-ranlib
231 %{_bindir}/eu-strings
232 %{_bindir}/eu-objdump
233 %{_bindir}/eu-ar
234 %{_bindir}/eu-unstrip
235 %{_bindir}/eu-make-debug-archive
236 %{_bindir}/eu-elfcompress
237 %{_libdir}/libasm-%{version}.so
238 %{_libdir}/libdw-%{version}.so
239 %{_libdir}/libasm.so.*
240 %{_libdir}/libdw.so.*
241 %{_mandir}/man1/eu-*.1*
242
243 %files devel
244 %defattr(-,root,root)
245 %{_includedir}/dwarf.h
246 %dir %{_includedir}/elfutils
247 %{_includedir}/elfutils/elf-knowledge.h
248 %{_includedir}/elfutils/known-dwarf.h
249 #%{_includedir}/elfutils/libasm.h
250 %{_includedir}/elfutils/libdw.h
251 %{_includedir}/elfutils/libdwfl.h
252 %{_includedir}/elfutils/libdwelf.h
253 %{_includedir}/elfutils/version.h
254 #%{_libdir}/libasm.so
255 %{_libdir}/libdw.so
256 %{_libdir}/pkgconfig/libdw.pc
257
258 %files devel-static
259 %{_libdir}/libdw.a
260 #%{_libdir}/libasm.a
261
262 %files libelf
263 %defattr(-,root,root)
264 %{_libdir}/libelf-%{version}.so
265 %{_libdir}/libelf.so.*
266 %{_datadir}/locale/*/LC_MESSAGES/elfutils.mo
267
268 %files libelf-devel
269 %defattr(-,root,root)
270 %{_includedir}/libelf.h
271 %{_includedir}/gelf.h
272 %{_includedir}/nlist.h
273 %{_includedir}/elfutils/version.h
274 %{_libdir}/libelf.so
275 %{_libdir}/pkgconfig/libelf.pc
276 %{_mandir}/man3/elf_*.3*
277
278 %files libelf-devel-static
279 %{_libdir}/libelf.a
280
281 %files default-yama-scope
282 %{_sysctldir}/10-default-yama-scope.conf
283
284 %files debuginfod-client
285 %defattr(-,root,root)
286 %{_libdir}/libdebuginfod-%{version}.so
287 %{_bindir}/debuginfod-find
288 %{_mandir}/man1/debuginfod-find.1*
289
290 %files debuginfod-client-devel
291 %defattr(-,root,root)
292 %{_libdir}/pkgconfig/libdebuginfod.pc
293 %{_mandir}/man3/debuginfod_*.3*
294 %{_includedir}/elfutils/debuginfod.h
295 %{_libdir}/libdebuginfod.so*
296
297 %files debuginfod
298 %defattr(-,root,root)
299 %{_bindir}/debuginfod
300 %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/sysconfig/debuginfod
301 %{_unitdir}/debuginfod.service
302 %{_sysconfdir}/sysconfig/debuginfod
303 %{_mandir}/man8/debuginfod.8*
304
305 %dir %attr(0700,debuginfod,debuginfod) %{_localstatedir}/cache/debuginfod
306 %verify(not md5 size mtime) %attr(0600,debuginfod,debuginfod) %{_localstatedir}/cache/debuginfod/debuginfod.sqlite
307
308 %pre debuginfod
309 getent group debuginfod >/dev/null || groupadd -r debuginfod
310 getent passwd debuginfod >/dev/null || \
311     useradd -r -g debuginfod -d /var/cache/debuginfod -s /sbin/nologin \
312             -c "elfutils debuginfo server" debuginfod
313 exit 0
314
315 %post debuginfod
316 %systemd_post debuginfod.service
317
318 %postun debuginfod
319 %systemd_postun_with_restart debuginfod.service
320
321 %changelog
322 * Tue Nov 26 2019 Mark Wielaard <mark@klomp.org> 0.178-1
323 - debuginfod: New server, client tool and library to index and fetch
324               ELF/DWARF files addressed by build-id through HTTP.
325 - doc: There are now some manual pages for functions and tools.
326 - backends: The libebl libraries are no longer dynamically loaded
327             through dlopen, but are now compiled into libdw.so directly.
328 - readelf: -n, --notes now takes an optional "SECTION" argument.
329            -p and -x now also handle section numbers.
330            New option --dyn-sym to show just the dynamic symbol table.
331 - libcpu: Add RISC-V disassembler.
332 - libdw: Abbrevs and DIEs can now be read concurrently by multiple
333          threads through the same Dwarf handle.
334 - libdwfl: Will try to use debuginfod when installed as fallback to
335            retrieve ELF and DWARF debug data files by build-id.
336
337 * Tue Aug 13 2019 Mark Wielaard <mark@klomp.org> 0.177-1
338 - elfclassify: New tool to analyze ELF objects.
339 - readelf: Print DW_AT_data_member_location as decimal offset.
340            Decode DW_AT_discr_list block attributes.
341 - libdw: Add DW_AT_GNU_numerator, DW_AT_GNU_denominator and DW_AT_GNU_bias.
342 - libdwelf: Add dwelf_elf_e_machine_string.
343             dwelf_elf_begin now only returns NULL when there is an error
344             reading or decompressing a file. If the file is not an ELF file
345             an ELF handle of type ELF_K_NONE is returned.
346 - backends: Add support for C-SKY.
347
348 * Thu Feb 14 2019 Mark Wielaard <mark@klomp.org> 0.176-1
349 - build: Add new --enable-install-elfh option.
350   Do NOT use this for system installs (it overrides glibc elf.h).
351 - backends: riscv improved core file and return value location support.
352 - Fixes CVE-2019-7146, CVE-2019-7148, CVE-2019-7149, CVE-2019-7150,
353         CVE-2019-7664, CVE-2019-7665.
354
355 * Wed Nov 14 2018 Mark Wielaard <mark@klomp.org> 0.175-1
356 - readelf: Handle mutliple .debug_macro sections.
357   Recognize and parse GNU Property notes, NT_VERSION notes and
358   GNU Build Attribute ELF Notes.
359 - strip: Handle SHT_GROUP correctly.
360   Add strip --reloc-debug-sections-only option.
361   Handle relocations against GNU compressed sections.
362 - libdwelf: New function dwelf_elf_begin.
363 - libcpu: Recognize bpf jump variants BPF_JLT, BPF_JLE, BPF_JSLT
364   and BPF_JSLE.
365 - backends: RISCV handles ADD/SUB relocations.
366   Handle SHT_X86_64_UNWIND.
367 - Fixes CVE-2018-18310, CVE-2018-18520 and CVE-2018-18521.
368
369 * Fri Sep 14 2018 Mark Wielaard <mark@klomp> 0.174-1
370 - libelf, libdw and all tools now handle extended shnum and shstrndx
371   correctly.
372 - elfcompress: Don't rewrite input file if no section data needs
373   updating.  Try harder to keep same file mode bits (suid) on rewrite.
374 - strip: Handle mixed (out of order) allocated/non-allocated sections.
375 - unstrip: Handle SHT_GROUP sections.
376 - backends: RISCV and M68K now have backend implementations to
377   generate CFI based backtraces.
378 - Fixes CVE-2018-16062, CVE-2018-16402 and CVE-2018-16403.
379
380 * Fri Jun 29 2018 Mark Wielaard,,, <mark@klomp.org> 0.173-1
381 - More fixes for crashes and hangs found by afl-fuzz. In particular
382   various functions now detect and break infinite loops caused by bad
383   DIE tree cycles.
384 - readelf: Will now lookup the size and signedness of constant value
385   types to display them correctly (and not just how they were encoded).
386 - libdw: New function dwarf_next_lines to read CU-less .debug_line data.
387   dwarf_begin_elf now accepts ELF files containing just .debug_line
388   or .debug_frame sections (which can be read without needing a DIE
389   tree from the .debug_info section).
390   Removed dwarf_getscn_info, which was never implemented.
391 - backends: Handle BPF simple relocations.
392   The RISCV backends now handles ABI specific CFI and knows about
393   RISCV register types and names.
394
395 * Mon Jun 11 2018 Mark Wielaard <mark@klomp.org> 0.172-1
396 - No functional changes compared to 0.171.
397 - Various bug fixes in libdw and eu-readelf dealing with bad DWARF5
398   data. Thanks to running the afl fuzzer on eu-readelf and various
399   testcases.
400 - eu-readelf -N is ~15% faster.
401
402 * Fri Jun 01 2018 Mark Wielaard <mark@klomp.org> 0.171-1
403 - DWARF5 and split dwarf, including GNU DebugFission, support.
404 - readelf: Handle all new DWARF5 sections.
405   --debug-dump=info+ will show split unit DIEs when found.
406   --dwarf-skeleton can be used when inspecting a .dwo file.
407   Recognizes GNU locviews with --debug-dump=loc.
408 - libdw: New functions dwarf_die_addr_die, dwarf_get_units,
409   dwarf_getabbrevattr_data and dwarf_cu_info.
410   libdw will now try to resolve the alt file on first use
411   when not set yet with dwarf_set_alt.
412   dwarf_aggregate_size() now works with multi-dimensional arrays.
413 - libdwfl: Use process_vm_readv when available instead of ptrace.
414 - backends: Add a RISC-V backend.
415
416 * Wed Aug  2 2017 Mark Wielaard <mark@klomp.org> 0.170-1
417 - libdw: Added new DWARF5 attribute, tag, character encoding,
418   language code, calling convention, defaulted member function
419   and macro constants to dwarf.h.
420   New functions dwarf_default_lower_bound and dwarf_line_file.
421   dwarf_peel_type now handles DWARF5 immutable, packed and shared tags.
422   dwarf_getmacros now handles DWARF5 .debug_macro sections.
423 - strip: Add -R, --remove-section=SECTION and --keep-section=SECTION.
424 - backends: The bpf disassembler is now always build on all platforms.
425
426 * Fri May  5 2017 Mark Wielaard <mark@klomp.org> 0.169-1
427 - backends: Add support for EM_PPC64 GNU_ATTRIBUTES.
428   Frame pointer unwinding fallback support for i386, x86_64, aarch64.
429 - translations: Update Polish translation.
430
431 * Tue Dec 27 2016 Mark Wielaard <mark@klomp.org> 0.168-1
432 - http://elfutils.org/ is now hosted at http://sourceware.org/elfutils/
433 - libelf: gelf_newehdr and gelf_newehdr now return void *.
434 - libdw: dwarf.h corrected the DW_LANG_PLI constant name (was DW_LANG_PL1).
435 - readelf: Add optional --symbols[=SECTION] argument to select section name.
436
437 * Thu Aug  4 2016 Mark Wielaard <mjw@redhat.com> 0.167-1
438 - libasm: Add eBPF disassembler for EM_BPF files.
439 - backends: Add m68k and BPF backends.
440 - ld: Removed.
441 - dwelf: Add ELF/DWARF string table creation functions.
442   dwelf_strtab_init, dwelf_strtab_add, dwelf_strtab_add_len,
443   dwelf_strtab_finalize, dwelf_strent_off, dwelf_strent_str and
444   dwelf_strtab_free.
445
446 * Thu Mar 31 2016 Mark Wielaard <mjw@redhat.com> 0.166-1
447 - config: The default program prefix for the installed tools is now
448   eu-. Use configure --program-prefix="" to not use a program prefix.
449
450 * Fri Jan  8 2016 Mark Wielaard <mjw@redhat.com> 0.165-1
451 - elfcompress: New utility to compress or decompress ELF sections.
452 - readelf: Add -z,--decompress option.
453 - libelf: Add elf_compress, elf_compress_gnu, elf32_getchdr,
454   elf64_getchdr and gelf_getchdr.
455 - libdwelf: New function dwelf_scn_gnu_compressed_size.
456 - config: Add libelf and libdw pkg-config files.
457 - backends: sparc support for core and live backtraces.
458 - translations: Updated Polish translation.
459
460 * Thu Oct 15 2015 Mark Wielaard <mjw@redhat.com> 0.164-1
461 - strip, unstrip: Handle ELF files with merged strtab/shstrtab
462   tables. Handle missing SHF_INFO_LINK section flags.
463 - libelf: Use int64_t for offsets in libelf.h instead of loff_t.
464 - libdw: dwarf.h Add preliminary DWARF5 DW_LANG_Haskell.
465 - libdwfl: dwfl_standard_find_debuginfo now searches any subdir of
466   the binary path under the debuginfo root when the separate
467   debug file couldn't be found by build-id.
468   dwfl_linux_proc_attach can now be called before any Dwfl_Modules
469   have been reported.
470 - backends: Better sparc and sparc64 support.
471 - translations: Updated Ukrainian translation.
472 - Provide default-yama-scope subpackage.
473
474 * Fri Jun 19 2015 Mark Wielaard <mjw@redhat.com> 0.163-1
475 - Bug fixes only, no new features.
476
477 * Wed Jun 10 2015 Mark Wielaard <mjw@redhat.com> 0.162-1
478 - libdw: Install new header elfutils/known-dwarf.h.
479   dwarf.h Add preliminary DWARF5 constants DW_TAG_atomic_type,
480   DW_LANG_Fortran03, DW_LANG_Fortran08. dwarf_peel_type now also
481   handles DW_TAG_atomic_type.
482 - addr2line: Input addresses are now always interpreted as
483   hexadecimal numbers, never as octal or decimal numbers.
484   New option -a, --addresses to print address before each entry.
485   New option -C, --demangle to show demangled symbols.
486   New option --pretty-print to print all information on one line.
487 - ar: CVE-2014-9447 Directory traversal vulnerability in ar
488   extraction.
489 - backends: x32 support.
490
491 * Thu Dec 18 2014 Mark Wielaard <mjw@redhat.com> 0.161-1
492 - libdw: New function dwarf_peel_type. dwarf_aggregate_size now uses
493   dwarf_peel_type to also provide the sizes of qualified types.
494   dwarf_getmacros will now serve either of .debug_macro and
495   .debug_macinfo transparently.  New interfaces dwarf_getmacros_off,
496   dwarf_macro_getsrcfiles, dwarf_macro_getparamcnt, and
497   dwarf_macro_param are available for more generalized inspection of
498   macros and their parameters.
499   dwarf.h: Add DW_AT_GNU_deleted, DW_AT_noreturn, DW_LANG_C11,
500   DW_LANG_C_plus_plus_11 and DW_LANG_C_plus_plus_14.
501
502 * Mon Aug 25 2014 Mark Wielaard <mjw@redhat.com> 0.160-1
503 - libdw: New functions dwarf_cu_getdwarf, dwarf_cu_die.
504   dwarf.h remove non-existing DW_TAG_mutable_type.
505 - libdwfl: Handle LZMA .ko.xz compressed kernel modules.
506 - unstrip: New option -F, --force to combining files even if some ELF
507   headers don't seem to match.
508 - backends: Handle ARM THUMB functions. Add support for ppc64le ELFv2 abi.
509
510 * Sat May 17 2014 Mark Wielaard <mjw@redhat.com> 0.159-1
511 - stack: New option -d, --debugname to lookup DWARF debuginfo name 
512   for frame.  New option -i, --inlines to show inlined frames 
513   using DWARF debuginfo.
514 - libdwelf: New libdwelf.h header for libdw.so DWARF ELF Low-level 
515   Functions.  New function dwelf_elf_gnu_debuglink, 
516   dwelf_dwarf_gnu_debugaltlink, and dwelf_elf_gnu_build_id.
517 - libdw: Support for DWZ multifile forms DW_FORM_GNU_ref_alt and      
518   DW_FORM_GNU_strp_alt is now enabled by default and no longer        
519   experimental. Added new functions dwarf_getalt and dwarf_setalt       
520   to get or set the alternative debug file used for the alt FORMs.     
521   The dwfl_linux_proc_find_elf callback will now find ELF from       
522   process memory for (deleted) files if the Dwfl has process state     
523   attached.
524 - libdwfl: The dwfl_build_id_find_debuginfo and 
525   dwfl_standard_find_debuginfo functions will now try to 
526   resolve and set the alternative debug file.
527 - backends: Add CFI unwinding for arm. Relies on .debug_frame.        
528   Add arm process initial register state compatible mode to AARCH64. 
529   Add aarch64 native and core unwind support.
530 - other: All separate elfutils-robustify patches have been merged.    
531   CVE-2014-0172 Check overflow before calling malloc to uncompress 
532   data.
533
534 * Fri Jan  3 2014 Mark Wielaard <mjw@redhat.com> 0.158-1
535 - libdwfl: dwfl_core_file_report has new parameter executable.
536   New functions dwfl_module_getsymtab_first_global,
537   dwfl_module_getsym_info and dwfl_module_addrinfo.
538   Added unwinder with type Dwfl_Thread_Callbacks, opaque types
539   Dwfl_Thread and Dwfl_Frame and functions dwfl_attach_state,
540   dwfl_pid, dwfl_thread_dwfl, dwfl_thread_tid, dwfl_frame_thread,
541   dwfl_thread_state_registers, dwfl_thread_state_register_pc,
542   dwfl_getthread_frames, dwfl_getthreads, dwfl_thread_getframes
543   and dwfl_frame_pc.
544 - addr2line: New option -x to show the section an address was found in.
545 - stack: New utility that uses the new unwinder for processes and cores.
546 - backends: Unwinder support for i386, x86_64, s390, s390x, ppc and ppc64.
547   aarch64 support.
548
549 * Mon Sep 30 2013 Mark Wielaard <mjw@redhat.com> 0.157-1
550 - libdw: Add new functions dwarf_getlocations, dwarf_getlocation_attr 
551          and dwarf_getlocation_die.
552 - readelf: Show contents of NT_SIGINFO and NT_FILE core notes.
553 - addr2line: Support -i, --inlines output option.
554 - backends: abi_cfi hook for arm, ppc and s390.
555
556 * Thu Jul 25 2013 Jan Kratochvil <jan.kratochvil@redhat.com> 0.156-1
557 - lib: New macro COMPAT_VERSION_NEWPROTO.
558 - libdw: Handle GNU extension opcodes in dwarf_getlocation.
559 - libdwfl: Fix STB_GLOBAL over STB_WEAK preference in 
560   dwfl_module_addrsym.          Add minisymtab support.          Add 
561   parameter add_p_vaddr to dwfl_report_elf.          Use DT_DEBUG 
562   library search first.
563 - libebl: Handle new core note types in EBL.
564 - backends: Interpret NT_ARM_VFP.           Implement core file 
565   registers parsing for s390/s390x.
566 - readelf: Add --elf-section input option to inspect an embedded ELF 
567   file.          Add -U, --unresolved-address-offsets output control.   
568          Add --debug-dump=decodedline support.          Accept version 
569   8 .gdb_index section format.          Adjust output formatting width. 
570            When highpc is in constant form print it also as address.    
571         Display raw .debug_aranges. Use libdw only for decodedaranges.
572 - elflint: Add __bss_start__ to the list of allowed symbols.
573 - tests: Add configure --enable-valgrind option to run all tests 
574   under valgrind.        Enable automake parallel-tests for make check.
575 - translations: Updated Polish translation.
576 - Updates for Automake 1.13.
577
578 * Fri Aug 24 2012 Mark Wielaard <mjw@redhat.com> 0.155-1
579 - libelf: elf*_xlatetomd now works for cross-endian ELF note data.    
580        elf_getshdr now works consistently on non-mmaped ELF files after 
581           calling elf_cntl(ELF_C_FDREAD).         Implement support for 
582   ar archives with 64-bit symbol table.
583 - libdw: dwarf.h corrected the DW_LANG_ObjC constant name (was 
584   DW_LANG_Objc).        Any existing sources using the old name will 
585   have to be updated.        Add DW_MACRO_GNU .debug_macro type 
586   encodings constants, DW_ATE_UTF        and DW_OP_GNU_parameter_ref to 
587   dwarf.h.        Experimental support for DWZ multifile forms 
588   DW_FORM_GNU_ref_alt        and DW_FORM_GNU_strp_alt.  Disabled by 
589   default.  Use configure        --enable-dwz to test it.
590 - readelf: Add .debug_macro parsing support.          Add .gdb_index 
591   version 7 parsing support.          Recognize DW_OP_GNU_parameter_ref.
592 - backends: Add support for Tilera TILE-Gx processor.
593 - translations: Updated Ukrainian translation.
594
595 * Fri Jun 22 2012 Mark Wielaard <mjw@redhat.com> 0.154-1
596 - libelf: [g]elf[32|64]_offscn() do not match SHT_NOBITS sections at 
597   OFFSET.
598 - libdw: dwarf_highpc function now handles DWARF 4 DW_AT_high_pc 
599   constant form.        Fix bug using dwarf_next_unit to iterate over 
600   .debug_types.
601 - elflint: Now accepts gold linker produced executables.
602 - The license is now GPLv2/LGPLv3+ for the libraries and GPLv3+ for 
603   stand-alone programs. There is now also a formal CONTRIBUTING 
604   document describing how to submit patches.
605
606 * Thu Feb 23 2012 Mark Wielaard <mjw@redhat.com> 0.153-1
607 - libdw: Support reading .zdebug_* DWARF sections compressed via zlib.
608 - libdwfl: Speed up dwfl_module_addrsym.
609 - nm: Support C++ demangling.
610 - ar: Support D modifier for "deterministic output" with no 
611   uid/gid/mtime info.     The U modifier is the inverse.     elfutils 
612   can be configured with the --enable-deterministic-archives     option 
613   to make the D behavior the default when U is not specified.
614 - ranlib: Support -D and -U flags with same meaning.
615 - readelf: Improve output of -wline. Add support for printing SDT elf 
616   notes.          Add printing of .gdb_index section.    Support for 
617   typed DWARF stack, call_site and entry_value.
618 - strip: Add --reloc-debug-sections option.        Improved SHT_GROUP 
619   sections handling.
620
621 * Tue Feb 15 2011  <drepper@gmail.com> 0.152-1
622 - Various build and warning nits fixed for newest GCC and Autoconf.
623 - libdwfl: Yet another prelink-related fix for another regression.
624          Look for Linux kernel images in files named with compression
625   suffixes.
626 - elfcmp: New flag --ignore-build-id to ignore differing build ID
627   bits.         New flag -l/--verbose to print all differences.
628
629 * Wed Jan 12 2011  <drepper@gmail.com> 0.151-1
630 - libdwfl: Fix for more prelink cases with separate debug file.
631 - strip: New flag --strip-sections to remove section headers entirely.
632
633 * Mon Nov 22 2010  <drepper@gmail.com> 0.150-1
634 - libdw: Fix for handling huge .debug_aranges section.
635 - libdwfl: Fix for handling prelinked DSO with separate debug file.
636 - findtextrel: Fix diagnostics to work with usual section ordering.
637 - libebl: i386 backend fix for multi-register integer return value
638   location.
639
640 * Mon Sep 13 2010  <drepper@redhat.com> 0.149-1
641 - libdw: Decode new DW_OP_GNU_implicit_pointer operation;        new
642   function dwarf_getlocation_implicit_pointer.
643 - libdwfl: New function dwfl_dwarf_line.
644 - addr2line: New flag -F/--flags to print more DWARF line information
645   details.
646 - strip: -g recognizes .gdb_index as a debugging section.
647
648 * Mon Jun 28 2010  <drepper@redhat.com> 0.148-1
649 - libdw: Accept DWARF 4 format: new functions dwarf_next_unit,
650   dwarf_offdie_types.        New functions dwarf_lineisa,
651   dwarf_linediscriminator, dwarf_lineop_index.
652 - libdwfl: Fixes in core-file handling, support cores from PIEs.
653          When working from build IDs, don't open a named file that
654   mismatches.
655 - readelf: Handle DWARF 4 formats.
656
657 * Mon May  3 2010 Ulrich Drepper <drepper@redhat.com> 0.147-1
658 - libdw: Fixes in CFI handling, best possible handling of bogus CFA
659   ops.
660 - libdwfl: Ignore R_*_NONE relocs, works around old (binutils) ld -r
661   bugs.
662
663 * Wed Apr 21 2010  <drepper@redhat.com> 0.146-1
664 - libdwfl: New function dwfl_core_file_report.
665
666 * Tue Feb 23 2010 Ulrich Drepper <drepper@redhat.com> 0.145-1
667 - Fix build with --disable-dependency-tracking.
668 - Fix build with most recent glibc headers.
669 - libelf: More robust to bogus section headers.
670 - libdw: Fix CFI decoding.
671 - libdwfl: Fix address bias returned by CFI accessors.   Fix core
672   file module layout identification.
673 - readelf: Fix CFI decoding.
674
675 * Thu Jan 14 2010  <drepper@redhat.com> 0.144-1
676 - libelf: New function elf_getphdrnum.  Now support using more than
677   65536 program headers in a file.
678 - libdw: New function dwarf_aggregate_size for computing (constant)
679   type        sizes, including array_type cases with nontrivial
680   calculation.
681 - readelf: Don't give errors for missing info under -a.
682   Handle Linux "VMCOREINFO" notes under -n.
683
684 * Mon Sep 21 2009  <drepper@redhat.com> 0.143-1
685 - libdw: Various convenience functions for individual attributes now
686   use dwarf_attr_integrate to look up indirect inherited
687   attributes.  Location expression handling now supports
688   DW_OP_implicit_value.
689 - libdwfl: Support automatic decompression of files in XZ format,
690   and of Linux kernel images made with bzip2 or LZMA (as well
691   as gzip).
692
693 * Mon Jun 29 2009  <drepper@redhat.com> 0.142-1
694 - libelf: Add elf_getshdrnum alias for elf_getshnum and elf_getshdrstrndx alias
695   for elf_getshstrndx and deprecate original names.  Sun screwed up
696   their implementation and asked for a solution.
697 - libebl: Add support for STB_GNU_UNIQUE.
698 - elflint: Add support for STB_GNU_UNIQUE.
699 - readelf: Add -N option, speeds up DWARF printing without address->name lookups.
700 - libdw: Add support for decoding DWARF CFI into location description form.
701   Handle some new DWARF 3 expression operations previously omitted.
702   Basic handling of some new encodings slated for DWARF
703
704 * Thu Apr 23 2009 Ulrich Drepper <drepper@redhat.com> 0.141-1
705 - libebl: sparc backend fixes;  some more arm backend support
706 - libdwfl: fix dwfl_module_build_id for prelinked DSO case;
707   fixes in core file support;    dwfl_module_getsym interface
708   improved for non-address symbols
709 - strip: fix infinite loop on strange inputs with -f
710 - addr2line: take -j/--section=NAME option for binutils compatibility
711            (same effect as '(NAME)0x123' syntax already supported)
712
713 * Mon Feb 16 2009 Ulrich Drepper <drepper@redhat.com> 0.140-1
714 - libelf: Fix regression in creation of section header
715 - libdwfl: Less strict behavior if DWARF reader ist just used to
716   display data
717
718 * Thu Jan 22 2009 Ulrich Drepper <drepper@redhat.com> 0.139-1
719 - libcpu: Add Intel SSE4 disassembler support
720 - readelf: Implement call frame information and exception handling
721   dumping.          Add -e option.  Enable it implicitly for -a.
722 - elflint: Check PT_GNU_EH_FRAME program header entry.
723 - libdwfl: Support automatic gzip/bzip2 decompression of ELF files.
724
725 * Wed Dec 31 2008 Roland McGrath <roland@redhat.com> 0.138-1
726 - Install <elfutils/version.h> header file for applications to use in
727   source version compatibility checks.
728 - libebl: backend fixes for i386 TLS relocs; backend support for
729   NT_386_IOPERM
730 - libcpu: disassembler fixes
731 - libdwfl: bug fixes
732 - libelf: bug fixes
733 - nm: bug fixes for handling corrupt input files
734
735 * Tue Aug 26 2008 Ulrich Drepper <drepper@redhat.com> 0.137-1
736 - Minor fixes for unreleased 0.136 release.
737
738 * Mon Aug 25 2008 Ulrich Drepper <drepper@redhat.com> 0.136-1
739 - libdwfl: bug fixes; new segment interfaces;    all the libdwfl-based
740  tools now support --core=COREFILE option
741
742 * Mon May 12 2008 Ulrich Drepper <drepper@redhat.com> 0.135-1
743 - libdwfl: bug fixes
744 - strip: changed handling of ET_REL files wrt symbol tables and relocs
745
746 * Tue Apr  8 2008 Ulrich Drepper <drepper@redhat.com> 0.134-1
747 - elflint: backend improvements for sparc, alpha
748 - libdwfl, libelf: bug fixes
749
750 * Sat Mar  1 2008 Ulrich Drepper <drepper@redhat.com> 0.133-1
751 - readelf, elflint, libebl: SHT_GNU_ATTRIBUTE section handling (readelf -A)
752 - readelf: core note handling for NT_386_TLS, NT_PPC_SPE, Alpha NT_AUXV
753 - libdwfl: bug fixes and optimization in relocation handling
754 - elfcmp: bug fix for non-allocated section handling
755 - ld: implement newer features of binutils linker.
756
757 * Mon Jan 21 2008 Ulrich Drepper <drepper@redhat.com> 0.132-1
758 - libcpu: Implement x86 and x86-64 disassembler.
759 - libasm: Add interface for disassembler.
760 - all programs: add debugging of branch prediction.
761 - libelf: new function elf_scnshndx.
762
763 * Sun Nov 11 2007 Ulrich Drepper <drepper@redhat.com> 0.131-1
764 - libdw: DW_FORM_ref_addr support; dwarf_formref entry point now depreca
765 ted;       bug fixes for oddly-formatted DWARF
766 - libdwfl: bug fixes in offline archive support, symbol table handling;
767          apply partial relocations for dwfl_module_address_section on
768 ET_REL
769 - libebl: powerpc backend support for Altivec registers
770
771 * Mon Oct 15 2007 Ulrich Drepper <drepper@redhat.com> 0.130-1
772 - readelf: -p option can take an argument like -x for one section,
773          or no argument (as before) for all SHF_STRINGS sections;
774          new option --archive-index (or -c);     improved -n output fo
775 r core files, on many machines
776 - libelf: new function elf_getdata_rawchunk, replaces gelf_rawchunk;
777         new functions gelf_getnote, gelf_getauxv, gelf_update_auxv
778 - readelf, elflint: handle SHT_NOTE sections without requiring phdrs
779 - elflint: stricter checks on debug sections
780 - libdwfl: new functions dwfl_build_id_find_elf, dwfl_build_id_find_debu
781 ginfo,   dwfl_module_build_id, dwfl_module_report_build_id;      suppo
782 rt dynamic symbol tables found via phdrs;        dwfl_standard_find_de
783 buginfo now uses build IDs when available
784 - unstrip: new option --list (or -n)
785 - libebl: backend improvements for sparc, alpha, powerpc
786
787 * Tue Aug 14 2007 Ulrich Drepper <drepper@redhat.com> 0.129-1
788 - readelf: new options --hex-dump (or -x), --strings (or -p)
789 - addr2line: new option --symbols (or -S)
790
791 * Wed Apr 18 2007 Ulrich Drepper <drepper@redhat.com> 0.127-1
792 - libdw: new function dwarf_getsrcdirs
793 - libdwfl: new functions dwfl_module_addrsym, dwfl_report_begin_add,
794          dwfl_module_address_section
795
796 * Mon Feb  5 2007 Ulrich Drepper <drepper@redhat.com> 0.126-1
797 - new program: ar
798
799 * Mon Dec 18 2006 Ulrich Drepper <drepper@redhat.com> 0.125-1
800 - elflint: Compare DT_GNU_HASH tests.
801 - move archives into -static RPMs
802 - libelf, elflint: better support for core file handling
803
804 * Tue Oct 10 2006 Ulrich Drepper <drepper@redhat.com> 0.124-1
805 - libebl: sparc backend support for return value location
806 - libebl, libdwfl: backend register name support extended with more info
807 - libelf, libdw: bug fixes for unaligned accesses on machines that care
808 - readelf, elflint: trivial bugs fixed
809
810 * Mon Aug 14 2006 Roland McGrath <roland@redhat.com> 0.123-1
811 - libebl: Backend build fixes, thanks to Stepan Kasal.
812 - libebl: ia64 backend support for register names, return value location
813 - libdwfl: Handle truncated linux kernel module section names.
814 - libdwfl: Look for linux kernel vmlinux files with .debug suffix.
815 - elflint: Fix checks to permit --hash-style=gnu format.
816
817 * Wed Jul 12 2006 Ulrich Drepper <drepper@redhat.com> 0.122-1
818 - libebl: add function to test for relative relocation
819 - elflint: fix and extend DT_RELCOUNT/DT_RELACOUNT checks
820 - elflint, readelf: add support for DT_GNU_HASHlibelf: add elf_gnu_hash
821 - elflint, readelf: add support for 64-bit SysV-style hash tables
822 - libdwfl: new functions dwfl_module_getsymtab, dwfl_module_getsym.
823
824 * Wed Jun 14 2006  <drepper@redhat.com> 0.121-1
825 - libelf: bug fixes for rewriting existing files when using mmap.
826 - make all installed headers usable in C++ code.
827 - readelf: better output format.
828 - elflint: fix tests of dynamic section content.
829 - ld: Implement --as-needed, --execstack, PT_GNU_STACK.  Many small patc
830 hes.
831 - libdw, libdwfl: handle files without aranges info.
832
833 * Tue Apr  4 2006 Ulrich Drepper <drepper@redhat.com> 0.120-1
834 - Bug fixes.
835 - dwarf.h updated for DWARF 3.0 final specification.
836 - libdwfl: New function dwfl_version.
837 - The license is now GPL for most files.  The libelf, libebl, libdw,and
838 libdwfl libraries have additional exceptions.  Add reference toOIN.
839
840 * Thu Jan 12 2006 Roland McGrath <roland@redhat.com> 0.119-1
841 - elflint: more tests.
842 - libdwfl: New function dwfl_module_register_names.
843 - libebl: New backend hook for register names.
844
845 * Tue Dec  6 2005 Ulrich Drepper <drepper@redhat.com> 0.118-1
846 - elflint: more tests.
847 - libdwfl: New function dwfl_module_register_names.
848 - libebl: New backend hook for register names.
849
850 * Thu Nov 17 2005 Ulrich Drepper <drepper@redhat.com> 0.117-1
851 - libdwfl: New function dwfl_module_return_value_location.
852 - libebl: Backend improvements for several CPUs.
853
854 * Mon Oct 31 2005 Ulrich Drepper <drepper@redhat.com> 0.116-1
855 - libdw: New functions dwarf_ranges, dwarf_entrypc, dwarf_diecu,       d
856 warf_entry_breakpoints.  Removed Dwarf_Func type and functions       d
857 warf_func_name, dwarf_func_lowpc, dwarf_func_highpc,       dwarf_func_
858 entrypc, dwarf_func_die; dwarf_getfuncs callback now uses       Dwarf_
859 Die, and dwarf_func_file, dwarf_func_line, dwarf_func_col       replac
860 ed by dwarf_decl_file, dwarf_decl_line, dwarf_decl_column;       dwarf
861 _func_inline, dwarf_func_inline_instances now take Dwarf_Die.       Ty
862 pe Dwarf_Loc renamed to Dwarf_Op; dwarf_getloclist,       dwarf_addrlo
863 clists renamed dwarf_getlocation, dwarf_getlocation_addr.
864
865 * Fri Sep  2 2005 Ulrich Drepper <drepper@redhat.com> 0.115-1
866 - libelf: speed-ups of non-mmap reading.
867 - strings: New program.
868 - Implement --enable-gcov option for configure.
869 - libdw: New function dwarf_getscopes_die.
870
871 * Wed Aug 24 2005 Ulrich Drepper <drepper@redhat.com> 0.114-1
872 - libelf: new function elf_getaroff
873 - libdw: Added dwarf_func_die, dwarf_func_inline, dwarf_func_inline_inst
874 ances.
875 - libdwfl: New functions dwfl_report_offline, dwfl_offline_section_addre
876 ss,      dwfl_linux_kernel_report_offline.
877 - ranlib: new program
878
879 * Mon Aug 15 2005 Ulrich Drepper <drepper@redhat.com> 0.114-1
880 - libelf: new function elf_getaroff
881 - ranlib: new program
882
883 * Wed Aug 10 2005 Ulrich Drepper <@redhat.com> 0.113-1
884 - elflint: relax a bit. Allow version definitions for defined symbols ag
885 ainstDSO versions also for symbols in nobits sections.  Allow .rodata
886 sectionto have STRINGS and MERGE flag set.
887 - strip: add some more compatibility with binutils.
888
889 * Sat Aug  6 2005 Ulrich Drepper <@redhat.com> 0.113-1
890 - elflint: relax a bit. Allow version definitions for defined symbols ag
891 ainstDSO versions also for symbols in nobits sections.  Allow .rodata
892 sectionto have STRINGS and MERGE flag set.
893
894 * Sat Aug  6 2005 Ulrich Drepper <@redhat.com> 0.113-1
895 - elflint: relax a bit. Allow version definitions for defined symbols ag
896 ainstDSO versions also for symbols in nobits sections.
897
898 * Fri Aug  5 2005 Ulrich Drepper <@redhat.com> 0.112-1
899 - elfcmp: some more relaxation.
900 - elflint: many more tests, especially regarding to symbol versioning.
901 - libelf: Add elfXX_offscn and gelf_offscn.
902 - libasm: asm_begin interface changes.
903 - libebl: Add three new interfaces to directly access machine, class, an
904 ddata encoding information.
905 - objdump: New program.  Just the beginning.
906
907 * Thu Jul 28 2005 Ulrich Drepper <@redhat.com> 0.111-1
908 - libdw: now contains all of libdwfl.  The latter is not installed anymore.
909 - elfcmp: little usability tweak, name and index of differing section is
910  printed.
911
912 * Sun Jul 24 2005 Ulrich Drepper <@redhat.com> 0.110-1
913 - libelf: fix a numbe rof problems with elf_update
914 - elfcmp: fix a few bugs.  Compare gaps.
915 - Fix a few PLT problems and mudflap build issues.
916 - libebl: Don't expose Ebl structure definition in libebl.h.  It's now p
917 rivate.
918
919 * Thu Jul 21 2005 Ulrich Drepper <@redhat.com> 0.109-1
920 - libebl: Check for matching modules.
921 - elflint: Check that copy relocations only happen for OBJECT or NOTYPE
922 symbols.
923 - elfcmp: New program.
924 - libdwfl: New library.
925
926 * Mon May  9 2005 Ulrich Drepper <@redhat.com> 0.108-1
927 - strip: fix bug introduced in last change
928 - libdw: records returned by dwarf_getsrclines are now sorted by address
929
930 * Sun May  8 2005 Ulrich Drepper <@redhat.com> 0.108-1
931 - strip: fix bug introduced in last change
932
933 * Sun May  8 2005 Ulrich Drepper <@redhat.com> 0.107-1
934 - readelf: improve DWARF output format
935 - strip: support Linux kernel modules
936
937 * Fri Apr 29 2005 Ulrich Drepper <drepper@redhat.com> 0.107-1
938 - readelf: improve DWARF output format
939
940 * Mon Apr  4 2005 Ulrich Drepper <drepper@redhat.com> 0.106-1
941 - libdw: Updated dwarf.h from DWARF3 speclibdw: add new funtions dwarf_f
942 unc_entrypc, dwarf_func_file, dwarf_func_line,dwarf_func_col, dwarf_ge
943 tsrc_file
944
945 * Fri Apr  1 2005 Ulrich Drepper <drepper@redhat.com> 0.105-1
946 - addr2line: New program
947 - libdw: add new functions: dwarf_addrdie, dwarf_macro_*, dwarf_getfuncs
948 ,dwarf_func_*.
949 - findtextrel: use dwarf_addrdie
950
951 * Mon Mar 28 2005 Ulrich Drepper <drepper@redhat.com> 0.104-1
952 - findtextrel: New program.
953
954 * Mon Mar 21 2005 Ulrich Drepper <drepper@redhat.com> 0.103-1
955 - libdw: Fix using libdw.h with gcc < 4 and C++ code.  Compiler bug.
956
957 * Tue Feb 22 2005 Ulrich Drepper <drepper@redhat.com> 0.102-1
958 - More Makefile and spec file cleanups.
959
960 * Fri Jan 16 2004 Jakub Jelinek <jakub@redhat.com> 0.94-1
961 - upgrade to 0.94
962
963 * Fri Jan 16 2004 Jakub Jelinek <jakub@redhat.com> 0.93-1
964 - upgrade to 0.93
965
966 * Thu Jan  8 2004 Jakub Jelinek <jakub@redhat.com> 0.92-1
967 - full version
968 - macroized spec file for GPL or OSL builds
969 - include only libelf under GPL plus wrapper scripts
970
971 * Wed Jan  7 2004 Jakub Jelinek <jakub@redhat.com> 0.91-2
972 - macroized spec file for GPL or OSL builds
973
974 * Wed Jan  7 2004 Ulrich Drepper <drepper@redhat.com>
975 - split elfutils-devel into two packages.
976
977 * Wed Jan  7 2004 Jakub Jelinek <jakub@redhat.com> 0.91-1
978 - include only libelf under GPL plus wrapper scripts
979
980 * Tue Dec 23 2003 Jeff Johnson <jbj@redhat.com> 0.89-3
981 - readelf, not readline, in %%description (#111214).
982
983 * Fri Sep 26 2003 Bill Nottingham <notting@redhat.com> 0.89-1
984 - update to 0.89 (fix eu-strip)
985
986 * Tue Sep 23 2003 Jakub Jelinek <jakub@redhat.com> 0.86-3
987 - update to 0.86 (fix eu-strip on s390x/alpha)
988 - libebl is an archive now; remove references to DSO
989
990 * Mon Jul 14 2003 Jeff Johnson <jbj@redhat.com> 0.84-3
991 - upgrade to 0.84 (readelf/elflint improvements, rawhide bugs fixed).
992
993 * Fri Jul 11 2003 Jeff Johnson <jbj@redhat.com> 0.83-3
994 - upgrade to 0.83 (fix invalid ELf handle on *.so strip, more).
995
996 * Wed Jul  9 2003 Jeff Johnson <jbj@redhat.com> 0.82-3
997 - upgrade to 0.82 (strip tests fixed on big-endian).
998
999 * Tue Jul  8 2003 Jeff Johnson <jbj@redhat.com> 0.81-3
1000 - upgrade to 0.81 (strip excludes unused symtable entries, test borked).
1001
1002 * Thu Jun 26 2003 Jeff Johnson <jbj@redhat.com> 0.80-3
1003 - upgrade to 0.80 (debugedit changes for kernel in progress).
1004
1005 * Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
1006 - rebuilt
1007
1008 * Wed May 21 2003 Jeff Johnson <jbj@redhat.com> 0.79-2
1009 - upgrade to 0.79 (correct formats for size_t, more of libdw "works").
1010
1011 * Mon May 19 2003 Jeff Johnson <jbj@redhat.com> 0.78-2
1012 - upgrade to 0.78 (libdwarf bugfix, libdw additions).
1013
1014 * Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com>
1015 - debuginfo rebuild
1016
1017 * Thu Feb 20 2003 Jeff Johnson <jbj@redhat.com> 0.76-2
1018 - use the correct way of identifying the section via the sh_info link.
1019
1020 * Sat Feb 15 2003 Jakub Jelinek <jakub@redhat.com> 0.75-2
1021 - update to 0.75 (eu-strip -g fix)
1022
1023 * Tue Feb 11 2003 Jakub Jelinek <jakub@redhat.com> 0.74-2
1024 - update to 0.74 (fix for writing with some non-dirty sections)
1025
1026 * Thu Feb  6 2003 Jeff Johnson <jbj@redhat.com> 0.73-3
1027 - another -0.73 update (with sparc fixes).
1028 - do "make check" in %%check, not %%install, section.
1029
1030 * Mon Jan 27 2003 Jeff Johnson <jbj@redhat.com> 0.73-2
1031 - update to 0.73 (with s390 fixes).
1032
1033 * Wed Jan 22 2003 Tim Powers <timp@redhat.com>
1034 - rebuilt
1035
1036 * Wed Jan 22 2003 Jakub Jelinek <jakub@redhat.com> 0.72-4
1037 - fix arguments to gelf_getsymshndx and elf_getshstrndx
1038 - fix other warnings
1039 - reenable checks on s390x
1040
1041 * Sat Jan 11 2003 Karsten Hopp <karsten@redhat.de> 0.72-3
1042 - temporarily disable checks on s390x, until someone has
1043   time to look at it
1044
1045 * Thu Dec 12 2002 Jakub Jelinek <jakub@redhat.com> 0.72-2
1046 - update to 0.72
1047
1048 * Wed Dec 11 2002 Jakub Jelinek <jakub@redhat.com> 0.71-2
1049 - update to 0.71
1050
1051 * Wed Dec 11 2002 Jeff Johnson <jbj@redhat.com> 0.69-4
1052 - update to 0.69.
1053 - add "make check" and segfault avoidance patch.
1054 - elfutils-libelf needs to run ldconfig.
1055
1056 * Tue Dec 10 2002 Jeff Johnson <jbj@redhat.com> 0.68-2
1057 - update to 0.68.
1058
1059 * Fri Dec  6 2002 Jeff Johnson <jbj@redhat.com> 0.67-2
1060 - update to 0.67.
1061
1062 * Tue Dec  3 2002 Jeff Johnson <jbj@redhat.com> 0.65-2
1063 - update to 0.65.
1064
1065 * Mon Dec  2 2002 Jeff Johnson <jbj@redhat.com> 0.64-2
1066 - update to 0.64.
1067
1068 * Sun Dec 1 2002 Ulrich Drepper <drepper@redhat.com> 0.64
1069 - split packages further into elfutils-libelf
1070
1071 * Sat Nov 30 2002 Jeff Johnson <jbj@redhat.com> 0.63-2
1072 - update to 0.63.
1073
1074 * Fri Nov 29 2002 Ulrich Drepper <drepper@redhat.com> 0.62
1075 - Adjust for dropping libtool
1076
1077 * Sun Nov 24 2002 Jeff Johnson <jbj@redhat.com> 0.59-2
1078 - update to 0.59
1079
1080 * Thu Nov 14 2002 Jeff Johnson <jbj@redhat.com> 0.56-2
1081 - update to 0.56
1082
1083 * Thu Nov  7 2002 Jeff Johnson <jbj@redhat.com> 0.54-2
1084 - update to 0.54
1085
1086 * Sun Oct 27 2002 Jeff Johnson <jbj@redhat.com> 0.53-2
1087 - update to 0.53
1088 - drop x86_64 hack, ICE fixed in gcc-3.2-11.
1089
1090 * Sat Oct 26 2002 Jeff Johnson <jbj@redhat.com> 0.52-3
1091 - get beehive to punch a rhpkg generated package.
1092
1093 * Wed Oct 23 2002 Jeff Johnson <jbj@redhat.com> 0.52-2
1094 - build in 8.0.1.
1095 - x86_64: avoid gcc-3.2 ICE on x86_64 for now.
1096
1097 * Tue Oct 22 2002 Ulrich Drepper <drepper@redhat.com> 0.52
1098 - Add libelf-devel to conflicts for elfutils-devel
1099
1100 * Mon Oct 21 2002 Ulrich Drepper <drepper@redhat.com> 0.50
1101 - Split into runtime and devel package
1102
1103 * Fri Oct 18 2002 Ulrich Drepper <drepper@redhat.com> 0.49
1104 - integrate into official sources
1105
1106 * Wed Oct 16 2002 Jeff Johnson <jbj@redhat.com> 0.46-1
1107 - Swaddle.