a36080b5eb12f2d13575a0a505757da250c2eec3
[platform/upstream/elfutils.git] / config / elfutils.spec.in
1 # -*- rpm-spec-*-
2 Summary: A collection of utilities and DSOs to handle compiled objects
3 Name: elfutils
4 Version: @PACKAGE_VERSION@
5 Release: 1
6 License: GPLv3+ and (GPLv2+ or LGPLv3+)
7 Group: Development/Tools
8 Source: elfutils-%{version}.tar.bz2
9 Obsoletes: libelf libelf-devel
10 Requires: elfutils-libelf = %{version}-%{release}
11 Requires: glibc >= 2.7
12 Requires: libstdc++
13
14 # ExcludeArch: xxx
15
16 BuildRoot: %{_tmppath}/%{name}-root
17 BuildRequires: gcc >= 4.1.2-33
18 BuildRequires: glibc >= 2.7
19 BuildRequires: bison >= 1.875
20 BuildRequires: flex >= 2.5.4a
21 BuildRequires: bzip2
22 BuildRequires: m4
23 BuildRequires: gettext
24 BuildRequires: zlib-devel
25 BuildRequires: bzip2-devel
26 BuildRequires: xz-devel
27 BuildRequires: gcc-c++
28
29 %define _gnu %{nil}
30 %define _programprefix eu-
31
32 %description
33 Elfutils is a collection of utilities, including ld (a linker),
34 nm (for listing symbols from object files), size (for listing the
35 section sizes of an object or archive file), strip (for discarding
36 symbols), readelf (to see the raw ELF file structures), and elflint
37 (to check for well-formed ELF files).  Also included are numerous
38 helper libraries which implement DWARF, ELF, and machine-specific ELF
39 handling.
40
41 %package devel
42 Summary: Development libraries to handle compiled objects.
43 Group: Development/Tools
44 License: GPLv2+ or LGPLv3+
45 Requires: elfutils = %{version}-%{release}
46 Requires: elfutils-libelf-devel = %{version}-%{release}
47
48 %description devel
49 The elfutils-devel package contains the libraries to create
50 applications for handling compiled objects.  libebl provides some
51 higher-level ELF access functionality.  libdw provides access to
52 the DWARF debugging information.  libasm provides a programmable
53 assembler interface.
54
55 %package devel-static
56 Summary: Static archives to handle compiled objects.
57 Group: Development/Tools
58 License: GPLv2+ or LGPLv3+
59 Requires: elfutils-devel = %{version}-%{release}
60
61 %description devel-static
62 The elfutils-devel-static archive contains the static archives
63 with the code the handle compiled objects.
64
65 %package libelf
66 Summary: Library to read and write ELF files.
67 Group: Development/Tools
68 License: GPLv2+ or LGPLv3+
69
70 %description libelf
71 The elfutils-libelf package provides a DSO which allows reading and
72 writing ELF files on a high level.  Third party programs depend on
73 this package to read internals of ELF files.  The programs of the
74 elfutils package use it also to generate new ELF files.
75
76 %package libelf-devel
77 Summary: Development support for libelf
78 Group: Development/Tools
79 License: GPLv2+ or LGPLv3+
80 Requires: elfutils-libelf = %{version}-%{release}
81 Conflicts: libelf-devel
82
83 %description libelf-devel
84 The elfutils-libelf-devel package contains the libraries to create
85 applications for handling compiled objects.  libelf allows you to
86 access the internals of the ELF object file format, so you can see the
87 different sections of an ELF file.
88
89 %package libelf-devel-static
90 Summary: Static archive of libelf
91 Group: Development/Tools
92 License: GPLv2+ or LGPLv3+
93 Requires: elfutils-libelf-devel = %{version}-%{release}
94 Conflicts: libelf-devel
95
96 %description libelf-devel-static
97 The elfutils-libelf-static package contains the static archive
98 for libelf.
99
100 %prep
101 %setup -q
102
103 %build
104 %configure --program-prefix=%{_programprefix}
105 make
106
107 %install
108 rm -rf ${RPM_BUILD_ROOT}
109 mkdir -p ${RPM_BUILD_ROOT}%{_prefix}
110
111 %makeinstall
112
113 chmod +x ${RPM_BUILD_ROOT}%{_prefix}/%{_lib}/lib*.so*
114 chmod +x ${RPM_BUILD_ROOT}%{_prefix}/%{_lib}/elfutils/lib*.so*
115
116 # XXX Nuke unpackaged files
117 { cd ${RPM_BUILD_ROOT}
118   rm -f .%{_bindir}/eu-ld
119   rm -f .%{_includedir}/elfutils/libasm.h
120   rm -f .%{_libdir}/libasm.so
121   rm -f .%{_libdir}/libasm.a
122 }
123
124 %check
125 make check
126
127 %clean
128 rm -rf ${RPM_BUILD_ROOT}
129
130 %post -p /sbin/ldconfig
131
132 %postun -p /sbin/ldconfig
133
134 %post libelf -p /sbin/ldconfig
135
136 %postun libelf -p /sbin/ldconfig
137
138 %files
139 %defattr(-,root,root)
140 %doc COPYING COPYING-GPLV2 COPYING-LGPLV3 README TODO CONTRIBUTING
141 %{_bindir}/eu-elflint
142 %{_bindir}/eu-nm
143 %{_bindir}/eu-readelf
144 %{_bindir}/eu-size
145 %{_bindir}/eu-strip
146 %{_bindir}/eu-findtextrel
147 %{_bindir}/eu-addr2line
148 %{_bindir}/eu-elfcmp
149 %{_bindir}/eu-ranlib
150 %{_bindir}/eu-strings
151 %{_bindir}/eu-objdump
152 %{_bindir}/eu-ar
153 %{_bindir}/eu-unstrip
154 %{_bindir}/eu-make-debug-archive
155 #%{_bindir}/eu-ld
156 %{_libdir}/libasm-%{version}.so
157 %{_libdir}/libdw-%{version}.so
158 %{_libdir}/libasm.so.*
159 %{_libdir}/libdw.so.*
160 %dir %{_libdir}/elfutils
161 %{_libdir}/elfutils/lib*.so
162
163 %files devel
164 %defattr(-,root,root)
165 %{_includedir}/dwarf.h
166 %dir %{_includedir}/elfutils
167 %{_includedir}/elfutils/elf-knowledge.h
168 #%{_includedir}/elfutils/libasm.h
169 %{_includedir}/elfutils/libebl.h
170 %{_includedir}/elfutils/libdw.h
171 %{_includedir}/elfutils/libdwfl.h
172 %{_libdir}/libebl.a
173 #%{_libdir}/libasm.so
174 %{_libdir}/libdw.so
175
176 %files devel-static
177 %{_libdir}/libdw.a
178 #%{_libdir}/libasm.a
179
180 %files libelf
181 %defattr(-,root,root)
182 %{_libdir}/libelf-%{version}.so
183 %{_libdir}/libelf.so.*
184 %{_datadir}/locale/*/LC_MESSAGES/elfutils.mo
185
186 %files libelf-devel
187 %defattr(-,root,root)
188 %{_includedir}/libelf.h
189 %{_includedir}/gelf.h
190 %{_includedir}/nlist.h
191 %{_includedir}/elfutils/version.h
192 %{_libdir}/libelf.so
193
194 %files libelf-devel-static
195 %{_libdir}/libelf.a
196
197 %changelog
198 * Fri Jun 22 2012 Mark Wielaard <mjw@redhat.com> 0.154-1
199 - libelf: [g]elf[32|64]_offscn() do not match SHT_NOBITS sections at 
200   OFFSET.
201 - libdw: dwarf_highpc function now handles DWARF 4 DW_AT_high_pc 
202   constant form.        Fix bug using dwarf_next_unit to iterate over 
203   .debug_types.
204 - elflint: Now accepts gold linker produced executables.
205 - The license is now GPLv2/LGPLv3+ for the libraries and GPLv3+ for 
206   stand-alone programs. There is now also a formal CONTRIBUTING 
207   document describing how to submit patches.
208
209 * Thu Feb 23 2012 Mark Wielaard <mjw@redhat.com> 0.153-1
210 - libdw: Support reading .zdebug_* DWARF sections compressed via zlib.
211 - libdwfl: Speed up dwfl_module_addrsym.
212 - nm: Support C++ demangling.
213 - ar: Support D modifier for "deterministic output" with no 
214   uid/gid/mtime info.     The U modifier is the inverse.     elfutils 
215   can be configured with the --enable-deterministic-archives     option 
216   to make the D behavior the default when U is not specified.
217 - ranlib: Support -D and -U flags with same meaning.
218 - readelf: Improve output of -wline. Add support for printing SDT elf 
219   notes.          Add printing of .gdb_index section.    Support for 
220   typed DWARF stack, call_site and entry_value.
221 - strip: Add --reloc-debug-sections option.        Improved SHT_GROUP 
222   sections handling.
223
224 * Tue Feb 15 2011  <drepper@gmail.com> 0.152-1
225 - Various build and warning nits fixed for newest GCC and Autoconf.
226 - libdwfl: Yet another prelink-related fix for another regression.
227          Look for Linux kernel images in files named with compression
228   suffixes.
229 - elfcmp: New flag --ignore-build-id to ignore differing build ID
230   bits.         New flag -l/--verbose to print all differences.
231
232 * Wed Jan 12 2011  <drepper@gmail.com> 0.151-1
233 - libdwfl: Fix for more prelink cases with separate debug file.
234 - strip: New flag --strip-sections to remove section headers entirely.
235
236 * Mon Nov 22 2010  <drepper@gmail.com> 0.150-1
237 - libdw: Fix for handling huge .debug_aranges section.
238 - libdwfl: Fix for handling prelinked DSO with separate debug file.
239 - findtextrel: Fix diagnostics to work with usual section ordering.
240 - libebl: i386 backend fix for multi-register integer return value
241   location.
242
243 * Mon Sep 13 2010  <drepper@redhat.com> 0.149-1
244 - libdw: Decode new DW_OP_GNU_implicit_pointer operation;        new
245   function dwarf_getlocation_implicit_pointer.
246 - libdwfl: New function dwfl_dwarf_line.
247 - addr2line: New flag -F/--flags to print more DWARF line information
248   details.
249 - strip: -g recognizes .gdb_index as a debugging section.
250
251 * Mon Jun 28 2010  <drepper@redhat.com> 0.148-1
252 - libdw: Accept DWARF 4 format: new functions dwarf_next_unit,
253   dwarf_offdie_types.        New functions dwarf_lineisa,
254   dwarf_linediscriminator, dwarf_lineop_index.
255 - libdwfl: Fixes in core-file handling, support cores from PIEs.
256          When working from build IDs, don't open a named file that
257   mismatches.
258 - readelf: Handle DWARF 4 formats.
259
260 * Mon May  3 2010 Ulrich Drepper <drepper@redhat.com> 0.147-1
261 - libdw: Fixes in CFI handling, best possible handling of bogus CFA
262   ops.
263 - libdwfl: Ignore R_*_NONE relocs, works around old (binutils) ld -r
264   bugs.
265
266 * Wed Apr 21 2010  <drepper@redhat.com> 0.146-1
267 - libdwfl: New function dwfl_core_file_report.
268
269 * Tue Feb 23 2010 Ulrich Drepper <drepper@redhat.com> 0.145-1
270 - Fix build with --disable-dependency-tracking.
271 - Fix build with most recent glibc headers.
272 - libelf: More robust to bogus section headers.
273 - libdw: Fix CFI decoding.
274 - libdwfl: Fix address bias returned by CFI accessors.   Fix core
275   file module layout identification.
276 - readelf: Fix CFI decoding.
277
278 * Thu Jan 14 2010  <drepper@redhat.com> 0.144-1
279 - libelf: New function elf_getphdrnum.  Now support using more than
280   65536 program headers in a file.
281 - libdw: New function dwarf_aggregate_size for computing (constant)
282   type        sizes, including array_type cases with nontrivial
283   calculation.
284 - readelf: Don't give errors for missing info under -a.
285   Handle Linux "VMCOREINFO" notes under -n.
286
287 * Mon Sep 21 2009  <drepper@redhat.com> 0.143-1
288 - libdw: Various convenience functions for individual attributes now
289   use dwarf_attr_integrate to look up indirect inherited
290   attributes.  Location expression handling now supports
291   DW_OP_implicit_value.
292 - libdwfl: Support automatic decompression of files in XZ format,
293   and of Linux kernel images made with bzip2 or LZMA (as well
294   as gzip).
295
296 * Mon Jun 29 2009  <drepper@redhat.com> 0.142-1
297 - libelf: Add elf_getshdrnum alias for elf_getshnum and elf_getshdrstrndx alias
298   for elf_getshstrndx and deprecate original names.  Sun screwed up
299   their implementation and asked for a solution.
300 - libebl: Add support for STB_GNU_UNIQUE.
301 - elflint: Add support for STB_GNU_UNIQUE.
302 - readelf: Add -N option, speeds up DWARF printing without address->name lookups.
303 - libdw: Add support for decoding DWARF CFI into location description form.
304   Handle some new DWARF 3 expression operations previously omitted.
305   Basic handling of some new encodings slated for DWARF
306
307 * Thu Apr 23 2009 Ulrich Drepper <drepper@redhat.com> 0.141-1
308 - libebl: sparc backend fixes;  some more arm backend support
309 - libdwfl: fix dwfl_module_build_id for prelinked DSO case;
310   fixes in core file support;    dwfl_module_getsym interface
311   improved for non-address symbols
312 - strip: fix infinite loop on strange inputs with -f
313 - addr2line: take -j/--section=NAME option for binutils compatibility
314            (same effect as '(NAME)0x123' syntax already supported)
315
316 * Mon Feb 16 2009 Ulrich Drepper <drepper@redhat.com> 0.140-1
317 - libelf: Fix regression in creation of section header
318 - libdwfl: Less strict behavior if DWARF reader ist just used to
319   display data
320
321 * Thu Jan 22 2009 Ulrich Drepper <drepper@redhat.com> 0.139-1
322 - libcpu: Add Intel SSE4 disassembler support
323 - readelf: Implement call frame information and exception handling
324   dumping.          Add -e option.  Enable it implicitly for -a.
325 - elflint: Check PT_GNU_EH_FRAME program header entry.
326 - libdwfl: Support automatic gzip/bzip2 decompression of ELF files.
327
328 * Wed Dec 31 2008 Roland McGrath <roland@redhat.com> 0.138-1
329 - Install <elfutils/version.h> header file for applications to use in
330   source version compatibility checks.
331 - libebl: backend fixes for i386 TLS relocs; backend support for
332   NT_386_IOPERM
333 - libcpu: disassembler fixes
334 - libdwfl: bug fixes
335 - libelf: bug fixes
336 - nm: bug fixes for handling corrupt input files
337
338 * Tue Aug 26 2008 Ulrich Drepper <drepper@redhat.com> 0.137-1
339 - Minor fixes for unreleased 0.136 release.
340
341 * Mon Aug 25 2008 Ulrich Drepper <drepper@redhat.com> 0.136-1
342 - libdwfl: bug fixes; new segment interfaces;    all the libdwfl-based
343  tools now support --core=COREFILE option
344
345 * Mon May 12 2008 Ulrich Drepper <drepper@redhat.com> 0.135-1
346 - libdwfl: bug fixes
347 - strip: changed handling of ET_REL files wrt symbol tables and relocs
348
349 * Tue Apr  8 2008 Ulrich Drepper <drepper@redhat.com> 0.134-1
350 - elflint: backend improvements for sparc, alpha
351 - libdwfl, libelf: bug fixes
352
353 * Sat Mar  1 2008 Ulrich Drepper <drepper@redhat.com> 0.133-1
354 - readelf, elflint, libebl: SHT_GNU_ATTRIBUTE section handling (readelf -A)
355 - readelf: core note handling for NT_386_TLS, NT_PPC_SPE, Alpha NT_AUXV
356 - libdwfl: bug fixes and optimization in relocation handling
357 - elfcmp: bug fix for non-allocated section handling
358 - ld: implement newer features of binutils linker.
359
360 * Mon Jan 21 2008 Ulrich Drepper <drepper@redhat.com> 0.132-1
361 - libcpu: Implement x86 and x86-64 disassembler.
362 - libasm: Add interface for disassembler.
363 - all programs: add debugging of branch prediction.
364 - libelf: new function elf_scnshndx.
365
366 * Sun Nov 11 2007 Ulrich Drepper <drepper@redhat.com> 0.131-1
367 - libdw: DW_FORM_ref_addr support; dwarf_formref entry point now depreca
368 ted;       bug fixes for oddly-formatted DWARF
369 - libdwfl: bug fixes in offline archive support, symbol table handling;
370          apply partial relocations for dwfl_module_address_section on
371 ET_REL
372 - libebl: powerpc backend support for Altivec registers
373
374 * Mon Oct 15 2007 Ulrich Drepper <drepper@redhat.com> 0.130-1
375 - readelf: -p option can take an argument like -x for one section,
376          or no argument (as before) for all SHF_STRINGS sections;
377          new option --archive-index (or -c);     improved -n output fo
378 r core files, on many machines
379 - libelf: new function elf_getdata_rawchunk, replaces gelf_rawchunk;
380         new functions gelf_getnote, gelf_getauxv, gelf_update_auxv
381 - readelf, elflint: handle SHT_NOTE sections without requiring phdrs
382 - elflint: stricter checks on debug sections
383 - libdwfl: new functions dwfl_build_id_find_elf, dwfl_build_id_find_debu
384 ginfo,   dwfl_module_build_id, dwfl_module_report_build_id;      suppo
385 rt dynamic symbol tables found via phdrs;        dwfl_standard_find_de
386 buginfo now uses build IDs when available
387 - unstrip: new option --list (or -n)
388 - libebl: backend improvements for sparc, alpha, powerpc
389
390 * Tue Aug 14 2007 Ulrich Drepper <drepper@redhat.com> 0.129-1
391 - readelf: new options --hex-dump (or -x), --strings (or -p)
392 - addr2line: new option --symbols (or -S)
393
394 * Wed Apr 18 2007 Ulrich Drepper <drepper@redhat.com> 0.127-1
395 - libdw: new function dwarf_getsrcdirs
396 - libdwfl: new functions dwfl_module_addrsym, dwfl_report_begin_add,
397          dwfl_module_address_section
398
399 * Mon Feb  5 2007 Ulrich Drepper <drepper@redhat.com> 0.126-1
400 - new program: ar
401
402 * Mon Dec 18 2006 Ulrich Drepper <drepper@redhat.com> 0.125-1
403 - elflint: Compare DT_GNU_HASH tests.
404 - move archives into -static RPMs
405 - libelf, elflint: better support for core file handling
406
407 * Tue Oct 10 2006 Ulrich Drepper <drepper@redhat.com> 0.124-1
408 - libebl: sparc backend support for return value location
409 - libebl, libdwfl: backend register name support extended with more info
410 - libelf, libdw: bug fixes for unaligned accesses on machines that care
411 - readelf, elflint: trivial bugs fixed
412
413 * Mon Aug 14 2006 Roland McGrath <roland@redhat.com> 0.123-1
414 - libebl: Backend build fixes, thanks to Stepan Kasal.
415 - libebl: ia64 backend support for register names, return value location
416 - libdwfl: Handle truncated linux kernel module section names.
417 - libdwfl: Look for linux kernel vmlinux files with .debug suffix.
418 - elflint: Fix checks to permit --hash-style=gnu format.
419
420 * Wed Jul 12 2006 Ulrich Drepper <drepper@redhat.com> 0.122-1
421 - libebl: add function to test for relative relocation
422 - elflint: fix and extend DT_RELCOUNT/DT_RELACOUNT checks
423 - elflint, readelf: add support for DT_GNU_HASHlibelf: add elf_gnu_hash
424 - elflint, readelf: add support for 64-bit SysV-style hash tables
425 - libdwfl: new functions dwfl_module_getsymtab, dwfl_module_getsym.
426
427 * Wed Jun 14 2006  <drepper@redhat.com> 0.121-1
428 - libelf: bug fixes for rewriting existing files when using mmap.
429 - make all installed headers usable in C++ code.
430 - readelf: better output format.
431 - elflint: fix tests of dynamic section content.
432 - ld: Implement --as-needed, --execstack, PT_GNU_STACK.  Many small patc
433 hes.
434 - libdw, libdwfl: handle files without aranges info.
435
436 * Tue Apr  4 2006 Ulrich Drepper <drepper@redhat.com> 0.120-1
437 - Bug fixes.
438 - dwarf.h updated for DWARF 3.0 final specification.
439 - libdwfl: New function dwfl_version.
440 - The license is now GPL for most files.  The libelf, libebl, libdw,and
441 libdwfl libraries have additional exceptions.  Add reference toOIN.
442
443 * Thu Jan 12 2006 Roland McGrath <roland@redhat.com> 0.119-1
444 - elflint: more tests.
445 - libdwfl: New function dwfl_module_register_names.
446 - libebl: New backend hook for register names.
447
448 * Tue Dec  6 2005 Ulrich Drepper <drepper@redhat.com> 0.118-1
449 - elflint: more tests.
450 - libdwfl: New function dwfl_module_register_names.
451 - libebl: New backend hook for register names.
452
453 * Thu Nov 17 2005 Ulrich Drepper <drepper@redhat.com> 0.117-1
454 - libdwfl: New function dwfl_module_return_value_location.
455 - libebl: Backend improvements for several CPUs.
456
457 * Mon Oct 31 2005 Ulrich Drepper <drepper@redhat.com> 0.116-1
458 - libdw: New functions dwarf_ranges, dwarf_entrypc, dwarf_diecu,       d
459 warf_entry_breakpoints.  Removed Dwarf_Func type and functions       d
460 warf_func_name, dwarf_func_lowpc, dwarf_func_highpc,       dwarf_func_
461 entrypc, dwarf_func_die; dwarf_getfuncs callback now uses       Dwarf_
462 Die, and dwarf_func_file, dwarf_func_line, dwarf_func_col       replac
463 ed by dwarf_decl_file, dwarf_decl_line, dwarf_decl_column;       dwarf
464 _func_inline, dwarf_func_inline_instances now take Dwarf_Die.       Ty
465 pe Dwarf_Loc renamed to Dwarf_Op; dwarf_getloclist,       dwarf_addrlo
466 clists renamed dwarf_getlocation, dwarf_getlocation_addr.
467
468 * Fri Sep  2 2005 Ulrich Drepper <drepper@redhat.com> 0.115-1
469 - libelf: speed-ups of non-mmap reading.
470 - strings: New program.
471 - Implement --enable-gcov option for configure.
472 - libdw: New function dwarf_getscopes_die.
473
474 * Wed Aug 24 2005 Ulrich Drepper <drepper@redhat.com> 0.114-1
475 - libelf: new function elf_getaroff
476 - libdw: Added dwarf_func_die, dwarf_func_inline, dwarf_func_inline_inst
477 ances.
478 - libdwfl: New functions dwfl_report_offline, dwfl_offline_section_addre
479 ss,      dwfl_linux_kernel_report_offline.
480 - ranlib: new program
481
482 * Mon Aug 15 2005 Ulrich Drepper <drepper@redhat.com> 0.114-1
483 - libelf: new function elf_getaroff
484 - ranlib: new program
485
486 * Wed Aug 10 2005 Ulrich Drepper <@redhat.com> 0.113-1
487 - elflint: relax a bit. Allow version definitions for defined symbols ag
488 ainstDSO versions also for symbols in nobits sections.  Allow .rodata
489 sectionto have STRINGS and MERGE flag set.
490 - strip: add some more compatibility with binutils.
491
492 * Sat Aug  6 2005 Ulrich Drepper <@redhat.com> 0.113-1
493 - elflint: relax a bit. Allow version definitions for defined symbols ag
494 ainstDSO versions also for symbols in nobits sections.  Allow .rodata
495 sectionto have STRINGS and MERGE flag set.
496
497 * Sat Aug  6 2005 Ulrich Drepper <@redhat.com> 0.113-1
498 - elflint: relax a bit. Allow version definitions for defined symbols ag
499 ainstDSO versions also for symbols in nobits sections.
500
501 * Fri Aug  5 2005 Ulrich Drepper <@redhat.com> 0.112-1
502 - elfcmp: some more relaxation.
503 - elflint: many more tests, especially regarding to symbol versioning.
504 - libelf: Add elfXX_offscn and gelf_offscn.
505 - libasm: asm_begin interface changes.
506 - libebl: Add three new interfaces to directly access machine, class, an
507 ddata encoding information.
508 - objdump: New program.  Just the beginning.
509
510 * Thu Jul 28 2005 Ulrich Drepper <@redhat.com> 0.111-1
511 - libdw: now contains all of libdwfl.  The latter is not installed anymore.
512 - elfcmp: little usability tweak, name and index of differing section is
513  printed.
514
515 * Sun Jul 24 2005 Ulrich Drepper <@redhat.com> 0.110-1
516 - libelf: fix a numbe rof problems with elf_update
517 - elfcmp: fix a few bugs.  Compare gaps.
518 - Fix a few PLT problems and mudflap build issues.
519 - libebl: Don't expose Ebl structure definition in libebl.h.  It's now p
520 rivate.
521
522 * Thu Jul 21 2005 Ulrich Drepper <@redhat.com> 0.109-1
523 - libebl: Check for matching modules.
524 - elflint: Check that copy relocations only happen for OBJECT or NOTYPE
525 symbols.
526 - elfcmp: New program.
527 - libdwfl: New library.
528
529 * Mon May  9 2005 Ulrich Drepper <@redhat.com> 0.108-1
530 - strip: fix bug introduced in last change
531 - libdw: records returned by dwarf_getsrclines are now sorted by address
532
533 * Sun May  8 2005 Ulrich Drepper <@redhat.com> 0.108-1
534 - strip: fix bug introduced in last change
535
536 * Sun May  8 2005 Ulrich Drepper <@redhat.com> 0.107-1
537 - readelf: improve DWARF output format
538 - strip: support Linux kernel modules
539
540 * Fri Apr 29 2005 Ulrich Drepper <drepper@redhat.com> 0.107-1
541 - readelf: improve DWARF output format
542
543 * Mon Apr  4 2005 Ulrich Drepper <drepper@redhat.com> 0.106-1
544 - libdw: Updated dwarf.h from DWARF3 speclibdw: add new funtions dwarf_f
545 unc_entrypc, dwarf_func_file, dwarf_func_line,dwarf_func_col, dwarf_ge
546 tsrc_file
547
548 * Fri Apr  1 2005 Ulrich Drepper <drepper@redhat.com> 0.105-1
549 - addr2line: New program
550 - libdw: add new functions: dwarf_addrdie, dwarf_macro_*, dwarf_getfuncs
551 ,dwarf_func_*.
552 - findtextrel: use dwarf_addrdie
553
554 * Mon Mar 28 2005 Ulrich Drepper <drepper@redhat.com> 0.104-1
555 - findtextrel: New program.
556
557 * Mon Mar 21 2005 Ulrich Drepper <drepper@redhat.com> 0.103-1
558 - libdw: Fix using libdw.h with gcc < 4 and C++ code.  Compiler bug.
559
560 * Tue Feb 22 2005 Ulrich Drepper <drepper@redhat.com> 0.102-1
561 - More Makefile and spec file cleanups.
562
563 * Fri Jan 16 2004 Jakub Jelinek <jakub@redhat.com> 0.94-1
564 - upgrade to 0.94
565
566 * Fri Jan 16 2004 Jakub Jelinek <jakub@redhat.com> 0.93-1
567 - upgrade to 0.93
568
569 * Thu Jan  8 2004 Jakub Jelinek <jakub@redhat.com> 0.92-1
570 - full version
571 - macroized spec file for GPL or OSL builds
572 - include only libelf under GPL plus wrapper scripts
573
574 * Wed Jan  7 2004 Jakub Jelinek <jakub@redhat.com> 0.91-2
575 - macroized spec file for GPL or OSL builds
576
577 * Wed Jan  7 2004 Ulrich Drepper <drepper@redhat.com>
578 - split elfutils-devel into two packages.
579
580 * Wed Jan  7 2004 Jakub Jelinek <jakub@redhat.com> 0.91-1
581 - include only libelf under GPL plus wrapper scripts
582
583 * Tue Dec 23 2003 Jeff Johnson <jbj@redhat.com> 0.89-3
584 - readelf, not readline, in %%description (#111214).
585
586 * Fri Sep 26 2003 Bill Nottingham <notting@redhat.com> 0.89-1
587 - update to 0.89 (fix eu-strip)
588
589 * Tue Sep 23 2003 Jakub Jelinek <jakub@redhat.com> 0.86-3
590 - update to 0.86 (fix eu-strip on s390x/alpha)
591 - libebl is an archive now; remove references to DSO
592
593 * Mon Jul 14 2003 Jeff Johnson <jbj@redhat.com> 0.84-3
594 - upgrade to 0.84 (readelf/elflint improvements, rawhide bugs fixed).
595
596 * Fri Jul 11 2003 Jeff Johnson <jbj@redhat.com> 0.83-3
597 - upgrade to 0.83 (fix invalid ELf handle on *.so strip, more).
598
599 * Wed Jul  9 2003 Jeff Johnson <jbj@redhat.com> 0.82-3
600 - upgrade to 0.82 (strip tests fixed on big-endian).
601
602 * Tue Jul  8 2003 Jeff Johnson <jbj@redhat.com> 0.81-3
603 - upgrade to 0.81 (strip excludes unused symtable entries, test borked).
604
605 * Thu Jun 26 2003 Jeff Johnson <jbj@redhat.com> 0.80-3
606 - upgrade to 0.80 (debugedit changes for kernel in progress).
607
608 * Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
609 - rebuilt
610
611 * Wed May 21 2003 Jeff Johnson <jbj@redhat.com> 0.79-2
612 - upgrade to 0.79 (correct formats for size_t, more of libdw "works").
613
614 * Mon May 19 2003 Jeff Johnson <jbj@redhat.com> 0.78-2
615 - upgrade to 0.78 (libdwarf bugfix, libdw additions).
616
617 * Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com>
618 - debuginfo rebuild
619
620 * Thu Feb 20 2003 Jeff Johnson <jbj@redhat.com> 0.76-2
621 - use the correct way of identifying the section via the sh_info link.
622
623 * Sat Feb 15 2003 Jakub Jelinek <jakub@redhat.com> 0.75-2
624 - update to 0.75 (eu-strip -g fix)
625
626 * Tue Feb 11 2003 Jakub Jelinek <jakub@redhat.com> 0.74-2
627 - update to 0.74 (fix for writing with some non-dirty sections)
628
629 * Thu Feb  6 2003 Jeff Johnson <jbj@redhat.com> 0.73-3
630 - another -0.73 update (with sparc fixes).
631 - do "make check" in %%check, not %%install, section.
632
633 * Mon Jan 27 2003 Jeff Johnson <jbj@redhat.com> 0.73-2
634 - update to 0.73 (with s390 fixes).
635
636 * Wed Jan 22 2003 Tim Powers <timp@redhat.com>
637 - rebuilt
638
639 * Wed Jan 22 2003 Jakub Jelinek <jakub@redhat.com> 0.72-4
640 - fix arguments to gelf_getsymshndx and elf_getshstrndx
641 - fix other warnings
642 - reenable checks on s390x
643
644 * Sat Jan 11 2003 Karsten Hopp <karsten@redhat.de> 0.72-3
645 - temporarily disable checks on s390x, until someone has
646   time to look at it
647
648 * Thu Dec 12 2002 Jakub Jelinek <jakub@redhat.com> 0.72-2
649 - update to 0.72
650
651 * Wed Dec 11 2002 Jakub Jelinek <jakub@redhat.com> 0.71-2
652 - update to 0.71
653
654 * Wed Dec 11 2002 Jeff Johnson <jbj@redhat.com> 0.69-4
655 - update to 0.69.
656 - add "make check" and segfault avoidance patch.
657 - elfutils-libelf needs to run ldconfig.
658
659 * Tue Dec 10 2002 Jeff Johnson <jbj@redhat.com> 0.68-2
660 - update to 0.68.
661
662 * Fri Dec  6 2002 Jeff Johnson <jbj@redhat.com> 0.67-2
663 - update to 0.67.
664
665 * Tue Dec  3 2002 Jeff Johnson <jbj@redhat.com> 0.65-2
666 - update to 0.65.
667
668 * Mon Dec  2 2002 Jeff Johnson <jbj@redhat.com> 0.64-2
669 - update to 0.64.
670
671 * Sun Dec 1 2002 Ulrich Drepper <drepper@redhat.com> 0.64
672 - split packages further into elfutils-libelf
673
674 * Sat Nov 30 2002 Jeff Johnson <jbj@redhat.com> 0.63-2
675 - update to 0.63.
676
677 * Fri Nov 29 2002 Ulrich Drepper <drepper@redhat.com> 0.62
678 - Adjust for dropping libtool
679
680 * Sun Nov 24 2002 Jeff Johnson <jbj@redhat.com> 0.59-2
681 - update to 0.59
682
683 * Thu Nov 14 2002 Jeff Johnson <jbj@redhat.com> 0.56-2
684 - update to 0.56
685
686 * Thu Nov  7 2002 Jeff Johnson <jbj@redhat.com> 0.54-2
687 - update to 0.54
688
689 * Sun Oct 27 2002 Jeff Johnson <jbj@redhat.com> 0.53-2
690 - update to 0.53
691 - drop x86_64 hack, ICE fixed in gcc-3.2-11.
692
693 * Sat Oct 26 2002 Jeff Johnson <jbj@redhat.com> 0.52-3
694 - get beehive to punch a rhpkg generated package.
695
696 * Wed Oct 23 2002 Jeff Johnson <jbj@redhat.com> 0.52-2
697 - build in 8.0.1.
698 - x86_64: avoid gcc-3.2 ICE on x86_64 for now.
699
700 * Tue Oct 22 2002 Ulrich Drepper <drepper@redhat.com> 0.52
701 - Add libelf-devel to conflicts for elfutils-devel
702
703 * Mon Oct 21 2002 Ulrich Drepper <drepper@redhat.com> 0.50
704 - Split into runtime and devel package
705
706 * Fri Oct 18 2002 Ulrich Drepper <drepper@redhat.com> 0.49
707 - integrate into official sources
708
709 * Wed Oct 16 2002 Jeff Johnson <jbj@redhat.com> 0.46-1
710 - Swaddle.