blob: 4d9aab71950d05b0cd13080981c2f867ee861c6d [file] [log] [blame]
Ulrich Drepperb08d5a82005-07-26 05:00:05 +00001# -*- rpm-spec-*-
Ulrich Drepper65c5c2d2007-02-08 21:11:32 +00002Summary: A collection of utilities and DSOs to handle compiled objects
Ulrich Drepperb08d5a82005-07-26 05:00:05 +00003Name: elfutils
4Version: @PACKAGE_VERSION@
5Release: 1
Roland McGrath42f68682007-08-09 07:54:22 +00006License: GPLv2 with exceptions
Ulrich Drepperb08d5a82005-07-26 05:00:05 +00007Group: Development/Tools
Roland McGrath0ec30d22008-12-24 02:04:40 -08008Source: elfutils-%{version}.tar.bz2
Ulrich Drepperb08d5a82005-07-26 05:00:05 +00009Obsoletes: libelf libelf-devel
10Requires: elfutils-libelf = %{version}-%{release}
Roland McGrath580e6b82008-01-18 21:42:01 +000011Requires: glibc >= 2.7
Ulrich Drepperb08d5a82005-07-26 05:00:05 +000012
13# ExcludeArch: xxx
14
15BuildRoot: %{_tmppath}/%{name}-root
Ulrich Drepperf231e272008-01-02 18:07:17 +000016BuildRequires: gcc >= 4.1.2-33
17BuildRequires: glibc >= 2.7
Ulrich Drepperb08d5a82005-07-26 05:00:05 +000018BuildRequires: bison >= 1.875
19BuildRequires: flex >= 2.5.4a
20BuildRequires: bzip2
Ulrich Drepperc363c292008-01-18 19:05:06 +000021BuildRequires: m4
Ulrich Drepperb08d5a82005-07-26 05:00:05 +000022
23%define _gnu %{nil}
24%define _programprefix eu-
25
26%description
27Elfutils is a collection of utilities, including ld (a linker),
28nm (for listing symbols from object files), size (for listing the
29section sizes of an object or archive file), strip (for discarding
30symbols), readelf (to see the raw ELF file structures), and elflint
31(to check for well-formed ELF files). Also included are numerous
32helper libraries which implement DWARF, ELF, and machine-specific ELF
33handling.
34
35%package devel
36Summary: Development libraries to handle compiled objects.
37Group: Development/Tools
Ulrich Drepperb08d5a82005-07-26 05:00:05 +000038Requires: elfutils = %{version}-%{release}
39Requires: elfutils-libelf-devel = %{version}-%{release}
40
41%description devel
42The elfutils-devel package contains the libraries to create
43applications for handling compiled objects. libebl provides some
44higher-level ELF access functionality. libdw provides access to
45the DWARF debugging information. libasm provides a programmable
46assembler interface.
47
Ulrich Drepper56bc0b82006-12-18 22:38:08 +000048%package devel-static
49Summary: Static archives to handle compiled objects.
50Group: Development/Tools
51Requires: elfutils-devel = %{version}-%{release}
52
53%description devel-static
54The elfutils-devel-static archive contains the static archives
55with the code the handle compiled objects.
56
Ulrich Drepperb08d5a82005-07-26 05:00:05 +000057%package libelf
58Summary: Library to read and write ELF files.
59Group: Development/Tools
Ulrich Drepperb08d5a82005-07-26 05:00:05 +000060
61%description libelf
62The elfutils-libelf package provides a DSO which allows reading and
63writing ELF files on a high level. Third party programs depend on
64this package to read internals of ELF files. The programs of the
65elfutils package use it also to generate new ELF files.
66
67%package libelf-devel
68Summary: Development support for libelf
69Group: Development/Tools
70Requires: elfutils-libelf = %{version}-%{release}
71Conflicts: libelf-devel
Ulrich Drepperb08d5a82005-07-26 05:00:05 +000072
73%description libelf-devel
74The elfutils-libelf-devel package contains the libraries to create
75applications for handling compiled objects. libelf allows you to
76access the internals of the ELF object file format, so you can see the
77different sections of an ELF file.
78
Ulrich Drepper56bc0b82006-12-18 22:38:08 +000079%package libelf-devel-static
80Summary: Static archive of libelf
81Group: Development/Tools
82Requires: elfutils-libelf-devel = %{version}-%{release}
83Conflicts: libelf-devel
84
85%description libelf-devel-static
86The elfutils-libelf-static package contains the static archive
87for libelf.
88
Ulrich Drepperb08d5a82005-07-26 05:00:05 +000089%prep
90%setup -q
91
92%build
93%configure --program-prefix=%{_programprefix}
94make
95
96%install
97rm -rf ${RPM_BUILD_ROOT}
98mkdir -p ${RPM_BUILD_ROOT}%{_prefix}
99
100%makeinstall
101
102chmod +x ${RPM_BUILD_ROOT}%{_prefix}/%{_lib}/lib*.so*
Ulrich Drepperb08d5a82005-07-26 05:00:05 +0000103chmod +x ${RPM_BUILD_ROOT}%{_prefix}/%{_lib}/elfutils/lib*.so*
Ulrich Drepperb08d5a82005-07-26 05:00:05 +0000104
Ulrich Drepperb08d5a82005-07-26 05:00:05 +0000105# XXX Nuke unpackaged files
106{ cd ${RPM_BUILD_ROOT}
107 rm -f .%{_bindir}/eu-ld
108 rm -f .%{_includedir}/elfutils/libasm.h
Ulrich Drepperb08d5a82005-07-26 05:00:05 +0000109 rm -f .%{_libdir}/libasm.so
110 rm -f .%{_libdir}/libasm.a
111}
Ulrich Drepperb08d5a82005-07-26 05:00:05 +0000112
113%check
114make check
115
116%clean
117rm -rf ${RPM_BUILD_ROOT}
118
119%post -p /sbin/ldconfig
120
121%postun -p /sbin/ldconfig
122
123%post libelf -p /sbin/ldconfig
124
125%postun libelf -p /sbin/ldconfig
126
127%files
128%defattr(-,root,root)
129%doc README TODO
Ulrich Drepperb08d5a82005-07-26 05:00:05 +0000130%{_bindir}/eu-elflint
131%{_bindir}/eu-nm
132%{_bindir}/eu-readelf
133%{_bindir}/eu-size
134%{_bindir}/eu-strip
135%{_bindir}/eu-findtextrel
136%{_bindir}/eu-addr2line
137%{_bindir}/eu-elfcmp
Ulrich Drepperfbe998a2005-08-29 16:27:10 +0000138%{_bindir}/eu-ranlib
139%{_bindir}/eu-strings
Ulrich Drepper56bc0b82006-12-18 22:38:08 +0000140%{_bindir}/eu-objdump
Ulrich Drepperddfbb642007-02-05 21:15:49 +0000141%{_bindir}/eu-ar
Roland McGrath4be15242007-04-25 03:09:33 +0000142%{_bindir}/eu-unstrip
Ulrich Drepperf231e272008-01-02 18:07:17 +0000143%{_bindir}/eu-make-debug-archive
Ulrich Drepperb08d5a82005-07-26 05:00:05 +0000144#%{_bindir}/eu-ld
Ulrich Drepperf231e272008-01-02 18:07:17 +0000145%{_libdir}/libasm-%{version}.so
Ulrich Drepperb08d5a82005-07-26 05:00:05 +0000146%{_libdir}/libdw-%{version}.so
Ulrich Drepperf231e272008-01-02 18:07:17 +0000147%{_libdir}/libasm.so.*
Ulrich Drepperb08d5a82005-07-26 05:00:05 +0000148%{_libdir}/libdw.so.*
Ulrich Drepperb08d5a82005-07-26 05:00:05 +0000149%dir %{_libdir}/elfutils
150%{_libdir}/elfutils/lib*.so
Ulrich Drepperb08d5a82005-07-26 05:00:05 +0000151
152%files devel
153%defattr(-,root,root)
154%{_includedir}/dwarf.h
155%dir %{_includedir}/elfutils
156%{_includedir}/elfutils/elf-knowledge.h
Ulrich Drepperf231e272008-01-02 18:07:17 +0000157#%{_includedir}/elfutils/libasm.h
Ulrich Drepperb08d5a82005-07-26 05:00:05 +0000158%{_includedir}/elfutils/libebl.h
159%{_includedir}/elfutils/libdw.h
160%{_includedir}/elfutils/libdwfl.h
Ulrich Drepperb08d5a82005-07-26 05:00:05 +0000161%{_libdir}/libebl.a
Ulrich Drepperb08d5a82005-07-26 05:00:05 +0000162#%{_libdir}/libasm.so
163%{_libdir}/libdw.so
Ulrich Drepperb08d5a82005-07-26 05:00:05 +0000164
Ulrich Drepper56bc0b82006-12-18 22:38:08 +0000165%files devel-static
166%{_libdir}/libdw.a
167#%{_libdir}/libasm.a
168
Ulrich Drepperb08d5a82005-07-26 05:00:05 +0000169%files libelf
170%defattr(-,root,root)
171%{_libdir}/libelf-%{version}.so
172%{_libdir}/libelf.so.*
173
174%files libelf-devel
175%defattr(-,root,root)
176%{_includedir}/libelf.h
177%{_includedir}/gelf.h
178%{_includedir}/nlist.h
Ulrich Drepper43019652009-01-22 23:33:41 -0800179%{_includedir}/elfutils/version.h
Ulrich Drepperb08d5a82005-07-26 05:00:05 +0000180%{_libdir}/libelf.so
181
Ulrich Drepper56bc0b82006-12-18 22:38:08 +0000182%files libelf-devel-static
183%{_libdir}/libelf.a
184
Ulrich Drepperb08d5a82005-07-26 05:00:05 +0000185%changelog
Ulrich Drepper30715f82009-09-21 08:42:09 -0700186* Mon Sep 21 2009 <drepper@redhat.com> 0.143-1
187- libdw: Various convenience functions for individual attributes now
188 use dwarf_attr_integrate to look up indirect inherited
189 attributes. Location expression handling now supports
190 DW_OP_implicit_value.
191- libdwfl: Support automatic decompression of files in XZ format,
192 and of Linux kernel images made with bzip2 or LZMA (as well
193 as gzip).
194
195* Mon Jun 29 2009 <drepper@redhat.com> 0.142-1
196- libelf: Add elf_getshdrnum alias for elf_getshnum and elf_getshdrstrndx alias
197 for elf_getshstrndx and deprecate original names. Sun screwed up
198 their implementation and asked for a solution.
199- libebl: Add support for STB_GNU_UNIQUE.
200- elflint: Add support for STB_GNU_UNIQUE.
201- readelf: Add -N option, speeds up DWARF printing without address->name lookups.
202- libdw: Add support for decoding DWARF CFI into location description form.
203 Handle some new DWARF 3 expression operations previously omitted.
204 Basic handling of some new encodings slated for DWARF
205
Ulrich Drepper300f3a42009-04-23 08:20:16 -0700206* Thu Apr 23 2009 Ulrich Drepper <drepper@redhat.com> 0.141-1
207- libebl: sparc backend fixes; some more arm backend support
208- libdwfl: fix dwfl_module_build_id for prelinked DSO case;
209 fixes in core file support; dwfl_module_getsym interface
210 improved for non-address symbols
211- strip: fix infinite loop on strange inputs with -f
212- addr2line: take -j/--section=NAME option for binutils compatibility
213 (same effect as '(NAME)0x123' syntax already supported)
214
Ulrich Drepper8a3b0fa2009-02-16 11:02:37 -0800215* Mon Feb 16 2009 Ulrich Drepper <drepper@redhat.com> 0.140-1
216- libelf: Fix regression in creation of section header
217- libdwfl: Less strict behavior if DWARF reader ist just used to
218 display data
219
Ulrich Drepper7a2a5912009-01-22 23:46:53 -0800220* Thu Jan 22 2009 Ulrich Drepper <drepper@redhat.com> 0.139-1
221- libcpu: Add Intel SSE4 disassembler support
222- readelf: Implement call frame information and exception handling
223 dumping. Add -e option. Enable it implicitly for -a.
224- elflint: Check PT_GNU_EH_FRAME program header entry.
225- libdwfl: Support automatic gzip/bzip2 decompression of ELF files.
226
Roland McGrathd4bcd832008-12-31 12:13:06 -0800227* Wed Dec 31 2008 Roland McGrath <roland@redhat.com> 0.138-1
Roland McGrath0ec30d22008-12-24 02:04:40 -0800228- Install <elfutils/version.h> header file for applications to use in
229 source version compatibility checks.
230- libebl: backend fixes for i386 TLS relocs; backend support for
231 NT_386_IOPERM
232- libcpu: disassembler fixes
233- libdwfl: bug fixes
234- libelf: bug fixes
235- nm: bug fixes for handling corrupt input files
236
Ulrich Drepperbb48a272008-08-27 03:01:47 +0000237* Tue Aug 26 2008 Ulrich Drepper <drepper@redhat.com> 0.137-1
238- Minor fixes for unreleased 0.136 release.
239
Ulrich Drepper513ebdc2008-08-26 02:51:12 +0000240* Mon Aug 25 2008 Ulrich Drepper <drepper@redhat.com> 0.136-1
241- libdwfl: bug fixes; new segment interfaces; all the libdwfl-based
242 tools now support --core=COREFILE option
243
Ulrich Drepper939de942008-05-12 22:16:00 +0000244* Mon May 12 2008 Ulrich Drepper <drepper@redhat.com> 0.135-1
245- libdwfl: bug fixes
246- strip: changed handling of ET_REL files wrt symbol tables and relocs
247
Ulrich Drepper9c4242e2008-04-08 23:17:50 +0000248* Tue Apr 8 2008 Ulrich Drepper <drepper@redhat.com> 0.134-1
249- elflint: backend improvements for sparc, alpha
250- libdwfl, libelf: bug fixes
251
Ulrich Drepper472b20d2008-03-01 18:39:51 +0000252* Sat Mar 1 2008 Ulrich Drepper <drepper@redhat.com> 0.133-1
253- readelf, elflint, libebl: SHT_GNU_ATTRIBUTE section handling (readelf -A)
254- readelf: core note handling for NT_386_TLS, NT_PPC_SPE, Alpha NT_AUXV
255- libdwfl: bug fixes and optimization in relocation handling
256- elfcmp: bug fix for non-allocated section handling
257- ld: implement newer features of binutils linker.
258
Ulrich Drepper28a0c612008-01-21 18:57:48 +0000259* Mon Jan 21 2008 Ulrich Drepper <drepper@redhat.com> 0.132-1
260- libcpu: Implement x86 and x86-64 disassembler.
261- libasm: Add interface for disassembler.
262- all programs: add debugging of branch prediction.
263- libelf: new function elf_scnshndx.
264
Ulrich Dreppere7717c42007-11-11 19:34:11 +0000265* Sun Nov 11 2007 Ulrich Drepper <drepper@redhat.com> 0.131-1
266- libdw: DW_FORM_ref_addr support; dwarf_formref entry point now depreca
267ted; bug fixes for oddly-formatted DWARF
268- libdwfl: bug fixes in offline archive support, symbol table handling;
Roland McGrath0ec30d22008-12-24 02:04:40 -0800269 apply partial relocations for dwfl_module_address_section on
Ulrich Dreppere7717c42007-11-11 19:34:11 +0000270ET_REL
271- libebl: powerpc backend support for Altivec registers
272
Ulrich Drepper98c5ead2007-10-16 07:34:55 +0000273* Mon Oct 15 2007 Ulrich Drepper <drepper@redhat.com> 0.130-1
274- readelf: -p option can take an argument like -x for one section,
275 or no argument (as before) for all SHF_STRINGS sections;
276 new option --archive-index (or -c); improved -n output fo
277r core files, on many machines
278- libelf: new function elf_getdata_rawchunk, replaces gelf_rawchunk;
279 new functions gelf_getnote, gelf_getauxv, gelf_update_auxv
280- readelf, elflint: handle SHT_NOTE sections without requiring phdrs
281- elflint: stricter checks on debug sections
282- libdwfl: new functions dwfl_build_id_find_elf, dwfl_build_id_find_debu
283ginfo, dwfl_module_build_id, dwfl_module_report_build_id; suppo
284rt dynamic symbol tables found via phdrs; dwfl_standard_find_de
285buginfo now uses build IDs when available
286- unstrip: new option --list (or -n)
287- libebl: backend improvements for sparc, alpha, powerpc
288
Ulrich Drepper50c6a2f2007-08-14 22:32:30 +0000289* Tue Aug 14 2007 Ulrich Drepper <drepper@redhat.com> 0.129-1
290- readelf: new options --hex-dump (or -x), --strings (or -p)
291- addr2line: new option --symbols (or -S)
292
Ulrich Drepper553bf102007-04-19 04:24:34 +0000293* Wed Apr 18 2007 Ulrich Drepper <drepper@redhat.com> 0.127-1
294- libdw: new function dwarf_getsrcdirs
295- libdwfl: new functions dwfl_module_addrsym, dwfl_report_begin_add,
296 dwfl_module_address_section
297
Ulrich Drepperddfbb642007-02-05 21:15:49 +0000298* Mon Feb 5 2007 Ulrich Drepper <drepper@redhat.com> 0.126-1
299- new program: ar
300
Ulrich Drepper56bc0b82006-12-18 22:38:08 +0000301* Mon Dec 18 2006 Ulrich Drepper <drepper@redhat.com> 0.125-1
302- elflint: Compare DT_GNU_HASH tests.
303- move archives into -static RPMs
Ulrich Drepper8b2a7702006-12-18 22:39:01 +0000304- libelf, elflint: better support for core file handling
Ulrich Drepper56bc0b82006-12-18 22:38:08 +0000305
Ulrich Drepper955e1842006-10-10 17:32:41 +0000306* Tue Oct 10 2006 Ulrich Drepper <drepper@redhat.com> 0.124-1
307- libebl: sparc backend support for return value location
308- libebl, libdwfl: backend register name support extended with more info
309- libelf, libdw: bug fixes for unaligned accesses on machines that care
310- readelf, elflint: trivial bugs fixed
311
Roland McGrath1dee3602006-08-15 01:57:03 +0000312* Mon Aug 14 2006 Roland McGrath <roland@redhat.com> 0.123-1
313- libebl: Backend build fixes, thanks to Stepan Kasal.
314- libebl: ia64 backend support for register names, return value location
315- libdwfl: Handle truncated linux kernel module section names.
316- libdwfl: Look for linux kernel vmlinux files with .debug suffix.
317- elflint: Fix checks to permit --hash-style=gnu format.
318
Ulrich Drepperf48d0b02006-07-12 20:46:54 +0000319* Wed Jul 12 2006 Ulrich Drepper <drepper@redhat.com> 0.122-1
320- libebl: add function to test for relative relocation
321- elflint: fix and extend DT_RELCOUNT/DT_RELACOUNT checks
322- elflint, readelf: add support for DT_GNU_HASHlibelf: add elf_gnu_hash
323- elflint, readelf: add support for 64-bit SysV-style hash tables
324- libdwfl: new functions dwfl_module_getsymtab, dwfl_module_getsym.
325
Ulrich Drepperee4b9272006-06-15 03:21:46 +0000326* Wed Jun 14 2006 <drepper@redhat.com> 0.121-1
327- libelf: bug fixes for rewriting existing files when using mmap.
328- make all installed headers usable in C++ code.
329- readelf: better output format.
330- elflint: fix tests of dynamic section content.
331- ld: Implement --as-needed, --execstack, PT_GNU_STACK. Many small patc
332hes.
333- libdw, libdwfl: handle files without aranges info.
Ulrich Drepperd9a87122006-05-28 08:00:33 +0000334
Ulrich Drepper3a5052a2006-04-05 03:13:34 +0000335* Tue Apr 4 2006 Ulrich Drepper <drepper@redhat.com> 0.120-1
336- Bug fixes.
337- dwarf.h updated for DWARF 3.0 final specification.
338- libdwfl: New function dwfl_version.
Roland McGrath4be15242007-04-25 03:09:33 +0000339- The license is now GPL for most files. The libelf, libebl, libdw,and
Ulrich Drepper3a5052a2006-04-05 03:13:34 +0000340libdwfl libraries have additional exceptions. Add reference toOIN.
341
Ulrich Drepper361df7d2006-04-04 21:38:57 +0000342* Thu Jan 12 2006 Roland McGrath <roland@redhat.com> 0.119-1
Roland McGrath321327a2006-01-13 00:51:21 +0000343- elflint: more tests.
344- libdwfl: New function dwfl_module_register_names.
345- libebl: New backend hook for register names.
346
Ulrich Drepper539529a2005-12-07 00:52:10 +0000347* Tue Dec 6 2005 Ulrich Drepper <drepper@redhat.com> 0.118-1
348- elflint: more tests.
349- libdwfl: New function dwfl_module_register_names.
350- libebl: New backend hook for register names.
351
Ulrich Drepper32240f32005-11-18 03:25:35 +0000352* Thu Nov 17 2005 Ulrich Drepper <drepper@redhat.com> 0.117-1
353- libdwfl: New function dwfl_module_return_value_location.
354- libebl: Backend improvements for several CPUs.
355
Ulrich Dreppercf18d522005-10-31 20:19:31 +0000356* Mon Oct 31 2005 Ulrich Drepper <drepper@redhat.com> 0.116-1
357- libdw: New functions dwarf_ranges, dwarf_entrypc, dwarf_diecu, d
358warf_entry_breakpoints. Removed Dwarf_Func type and functions d
359warf_func_name, dwarf_func_lowpc, dwarf_func_highpc, dwarf_func_
360entrypc, dwarf_func_die; dwarf_getfuncs callback now uses Dwarf_
361Die, and dwarf_func_file, dwarf_func_line, dwarf_func_col replac
362ed by dwarf_decl_file, dwarf_decl_line, dwarf_decl_column; dwarf
363_func_inline, dwarf_func_inline_instances now take Dwarf_Die. Ty
364pe Dwarf_Loc renamed to Dwarf_Op; dwarf_getloclist, dwarf_addrlo
365clists renamed dwarf_getlocation, dwarf_getlocation_addr.
366
Ulrich Drepper3bbc9502005-09-02 20:29:56 +0000367* Fri Sep 2 2005 Ulrich Drepper <drepper@redhat.com> 0.115-1
368- libelf: speed-ups of non-mmap reading.
369- strings: New program.
370- Implement --enable-gcov option for configure.
371- libdw: New function dwarf_getscopes_die.
372
Ulrich Drepper958bf132005-08-24 21:40:55 +0000373* Wed Aug 24 2005 Ulrich Drepper <drepper@redhat.com> 0.114-1
374- libelf: new function elf_getaroff
375- libdw: Added dwarf_func_die, dwarf_func_inline, dwarf_func_inline_inst
376ances.
377- libdwfl: New functions dwfl_report_offline, dwfl_offline_section_addre
378ss, dwfl_linux_kernel_report_offline.
379- ranlib: new program
380
Ulrich Dreppere48c05b2005-08-15 21:47:33 +0000381* Mon Aug 15 2005 Ulrich Drepper <drepper@redhat.com> 0.114-1
382- libelf: new function elf_getaroff
383- ranlib: new program
384
Ulrich Drepperc5c33a62005-08-13 17:50:47 +0000385* Wed Aug 10 2005 Ulrich Drepper <@redhat.com> 0.113-1
386- elflint: relax a bit. Allow version definitions for defined symbols ag
Ulrich Drepperfbe998a2005-08-29 16:27:10 +0000387ainstDSO versions also for symbols in nobits sections. Allow .rodata
Ulrich Drepperc5c33a62005-08-13 17:50:47 +0000388sectionto have STRINGS and MERGE flag set.
389- strip: add some more compatibility with binutils.
390
Ulrich Drepper637963b2005-08-07 05:33:07 +0000391* Sat Aug 6 2005 Ulrich Drepper <@redhat.com> 0.113-1
392- elflint: relax a bit. Allow version definitions for defined symbols ag
Ulrich Drepperfbe998a2005-08-29 16:27:10 +0000393ainstDSO versions also for symbols in nobits sections. Allow .rodata
Ulrich Drepper637963b2005-08-07 05:33:07 +0000394sectionto have STRINGS and MERGE flag set.
395
396* Sat Aug 6 2005 Ulrich Drepper <@redhat.com> 0.113-1
397- elflint: relax a bit. Allow version definitions for defined symbols ag
398ainstDSO versions also for symbols in nobits sections.
399
Ulrich Drepperca2db8a2005-08-06 06:44:50 +0000400* Fri Aug 5 2005 Ulrich Drepper <@redhat.com> 0.112-1
401- elfcmp: some more relaxation.
402- elflint: many more tests, especially regarding to symbol versioning.
403- libelf: Add elfXX_offscn and gelf_offscn.
404- libasm: asm_begin interface changes.
405- libebl: Add three new interfaces to directly access machine, class, an
406ddata encoding information.
407- objdump: New program. Just the beginning.
408
Ulrich Drepper282bf322005-07-28 21:49:05 +0000409* Thu Jul 28 2005 Ulrich Drepper <@redhat.com> 0.111-1
410- libdw: now contains all of libdwfl. The latter is not installed anymore.
411- elfcmp: little usability tweak, name and index of differing section is
412 printed.
Roland McGrath5a765672005-07-28 09:12:43 +0000413
Ulrich Drepperb08d5a82005-07-26 05:00:05 +0000414* Sun Jul 24 2005 Ulrich Drepper <@redhat.com> 0.110-1
415- libelf: fix a numbe rof problems with elf_update
416- elfcmp: fix a few bugs. Compare gaps.
417- Fix a few PLT problems and mudflap build issues.
418- libebl: Don't expose Ebl structure definition in libebl.h. It's now p
419rivate.
420
421* Thu Jul 21 2005 Ulrich Drepper <@redhat.com> 0.109-1
422- libebl: Check for matching modules.
423- elflint: Check that copy relocations only happen for OBJECT or NOTYPE
424symbols.
425- elfcmp: New program.
426- libdwfl: New library.
427
428* Mon May 9 2005 Ulrich Drepper <@redhat.com> 0.108-1
429- strip: fix bug introduced in last change
430- libdw: records returned by dwarf_getsrclines are now sorted by address
431
432* Sun May 8 2005 Ulrich Drepper <@redhat.com> 0.108-1
433- strip: fix bug introduced in last change
434
435* Sun May 8 2005 Ulrich Drepper <@redhat.com> 0.107-1
436- readelf: improve DWARF output format
437- strip: support Linux kernel modules
438
439* Fri Apr 29 2005 Ulrich Drepper <drepper@redhat.com> 0.107-1
440- readelf: improve DWARF output format
441
442* Mon Apr 4 2005 Ulrich Drepper <drepper@redhat.com> 0.106-1
443- libdw: Updated dwarf.h from DWARF3 speclibdw: add new funtions dwarf_f
444unc_entrypc, dwarf_func_file, dwarf_func_line,dwarf_func_col, dwarf_ge
445tsrc_file
446
447* Fri Apr 1 2005 Ulrich Drepper <drepper@redhat.com> 0.105-1
448- addr2line: New program
449- libdw: add new functions: dwarf_addrdie, dwarf_macro_*, dwarf_getfuncs
450,dwarf_func_*.
451- findtextrel: use dwarf_addrdie
452
453* Mon Mar 28 2005 Ulrich Drepper <drepper@redhat.com> 0.104-1
454- findtextrel: New program.
455
456* Mon Mar 21 2005 Ulrich Drepper <drepper@redhat.com> 0.103-1
457- libdw: Fix using libdw.h with gcc < 4 and C++ code. Compiler bug.
458
459* Tue Feb 22 2005 Ulrich Drepper <drepper@redhat.com> 0.102-1
460- More Makefile and spec file cleanups.
461
462* Fri Jan 16 2004 Jakub Jelinek <jakub@redhat.com> 0.94-1
463- upgrade to 0.94
464
465* Fri Jan 16 2004 Jakub Jelinek <jakub@redhat.com> 0.93-1
466- upgrade to 0.93
467
468* Thu Jan 8 2004 Jakub Jelinek <jakub@redhat.com> 0.92-1
469- full version
470- macroized spec file for GPL or OSL builds
471- include only libelf under GPL plus wrapper scripts
472
473* Wed Jan 7 2004 Jakub Jelinek <jakub@redhat.com> 0.91-2
474- macroized spec file for GPL or OSL builds
475
476* Wed Jan 7 2004 Ulrich Drepper <drepper@redhat.com>
477- split elfutils-devel into two packages.
478
479* Wed Jan 7 2004 Jakub Jelinek <jakub@redhat.com> 0.91-1
480- include only libelf under GPL plus wrapper scripts
481
482* Tue Dec 23 2003 Jeff Johnson <jbj@redhat.com> 0.89-3
483- readelf, not readline, in %%description (#111214).
484
485* Fri Sep 26 2003 Bill Nottingham <notting@redhat.com> 0.89-1
486- update to 0.89 (fix eu-strip)
487
488* Tue Sep 23 2003 Jakub Jelinek <jakub@redhat.com> 0.86-3
489- update to 0.86 (fix eu-strip on s390x/alpha)
490- libebl is an archive now; remove references to DSO
491
492* Mon Jul 14 2003 Jeff Johnson <jbj@redhat.com> 0.84-3
493- upgrade to 0.84 (readelf/elflint improvements, rawhide bugs fixed).
494
495* Fri Jul 11 2003 Jeff Johnson <jbj@redhat.com> 0.83-3
496- upgrade to 0.83 (fix invalid ELf handle on *.so strip, more).
497
498* Wed Jul 9 2003 Jeff Johnson <jbj@redhat.com> 0.82-3
499- upgrade to 0.82 (strip tests fixed on big-endian).
500
501* Tue Jul 8 2003 Jeff Johnson <jbj@redhat.com> 0.81-3
502- upgrade to 0.81 (strip excludes unused symtable entries, test borked).
503
504* Thu Jun 26 2003 Jeff Johnson <jbj@redhat.com> 0.80-3
505- upgrade to 0.80 (debugedit changes for kernel in progress).
506
507* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
508- rebuilt
509
510* Wed May 21 2003 Jeff Johnson <jbj@redhat.com> 0.79-2
511- upgrade to 0.79 (correct formats for size_t, more of libdw "works").
512
513* Mon May 19 2003 Jeff Johnson <jbj@redhat.com> 0.78-2
514- upgrade to 0.78 (libdwarf bugfix, libdw additions).
515
516* Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com>
517- debuginfo rebuild
518
519* Thu Feb 20 2003 Jeff Johnson <jbj@redhat.com> 0.76-2
520- use the correct way of identifying the section via the sh_info link.
521
522* Sat Feb 15 2003 Jakub Jelinek <jakub@redhat.com> 0.75-2
523- update to 0.75 (eu-strip -g fix)
524
525* Tue Feb 11 2003 Jakub Jelinek <jakub@redhat.com> 0.74-2
526- update to 0.74 (fix for writing with some non-dirty sections)
527
528* Thu Feb 6 2003 Jeff Johnson <jbj@redhat.com> 0.73-3
529- another -0.73 update (with sparc fixes).
530- do "make check" in %%check, not %%install, section.
531
532* Mon Jan 27 2003 Jeff Johnson <jbj@redhat.com> 0.73-2
533- update to 0.73 (with s390 fixes).
534
535* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
536- rebuilt
537
538* Wed Jan 22 2003 Jakub Jelinek <jakub@redhat.com> 0.72-4
539- fix arguments to gelf_getsymshndx and elf_getshstrndx
540- fix other warnings
541- reenable checks on s390x
542
543* Sat Jan 11 2003 Karsten Hopp <karsten@redhat.de> 0.72-3
544- temporarily disable checks on s390x, until someone has
545 time to look at it
546
547* Thu Dec 12 2002 Jakub Jelinek <jakub@redhat.com> 0.72-2
548- update to 0.72
549
550* Wed Dec 11 2002 Jakub Jelinek <jakub@redhat.com> 0.71-2
551- update to 0.71
552
553* Wed Dec 11 2002 Jeff Johnson <jbj@redhat.com> 0.69-4
554- update to 0.69.
555- add "make check" and segfault avoidance patch.
556- elfutils-libelf needs to run ldconfig.
557
558* Tue Dec 10 2002 Jeff Johnson <jbj@redhat.com> 0.68-2
559- update to 0.68.
560
561* Fri Dec 6 2002 Jeff Johnson <jbj@redhat.com> 0.67-2
562- update to 0.67.
563
564* Tue Dec 3 2002 Jeff Johnson <jbj@redhat.com> 0.65-2
565- update to 0.65.
566
567* Mon Dec 2 2002 Jeff Johnson <jbj@redhat.com> 0.64-2
568- update to 0.64.
569
570* Sun Dec 1 2002 Ulrich Drepper <drepper@redhat.com> 0.64
571- split packages further into elfutils-libelf
572
573* Sat Nov 30 2002 Jeff Johnson <jbj@redhat.com> 0.63-2
574- update to 0.63.
575
576* Fri Nov 29 2002 Ulrich Drepper <drepper@redhat.com> 0.62
577- Adjust for dropping libtool
578
579* Sun Nov 24 2002 Jeff Johnson <jbj@redhat.com> 0.59-2
580- update to 0.59
581
582* Thu Nov 14 2002 Jeff Johnson <jbj@redhat.com> 0.56-2
583- update to 0.56
584
585* Thu Nov 7 2002 Jeff Johnson <jbj@redhat.com> 0.54-2
586- update to 0.54
587
588* Sun Oct 27 2002 Jeff Johnson <jbj@redhat.com> 0.53-2
589- update to 0.53
590- drop x86_64 hack, ICE fixed in gcc-3.2-11.
591
592* Sat Oct 26 2002 Jeff Johnson <jbj@redhat.com> 0.52-3
593- get beehive to punch a rhpkg generated package.
594
595* Wed Oct 23 2002 Jeff Johnson <jbj@redhat.com> 0.52-2
596- build in 8.0.1.
597- x86_64: avoid gcc-3.2 ICE on x86_64 for now.
598
599* Tue Oct 22 2002 Ulrich Drepper <drepper@redhat.com> 0.52
600- Add libelf-devel to conflicts for elfutils-devel
601
602* Mon Oct 21 2002 Ulrich Drepper <drepper@redhat.com> 0.50
603- Split into runtime and devel package
604
605* Fri Oct 18 2002 Ulrich Drepper <drepper@redhat.com> 0.49
606- integrate into official sources
607
608* Wed Oct 16 2002 Jeff Johnson <jbj@redhat.com> 0.46-1
609- Swaddle.