Prepare 0.164 release.
[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 Requires: default-yama-scope
14
15 # ExcludeArch: xxx
16
17 BuildRoot: %{_tmppath}/%{name}-root
18 BuildRequires: gcc >= 4.1.2-33
19 BuildRequires: glibc >= 2.7
20 BuildRequires: bison >= 1.875
21 BuildRequires: flex >= 2.5.4a
22 BuildRequires: bzip2
23 BuildRequires: m4
24 BuildRequires: gettext
25 BuildRequires: zlib-devel
26 BuildRequires: bzip2-devel
27 BuildRequires: xz-devel
28 BuildRequires: gcc-c++
29
30 %define _gnu %{nil}
31 %define _programprefix eu-
32
33 %description
34 Elfutils is a collection of utilities, including ld (a linker),
35 nm (for listing symbols from object files), size (for listing the
36 section sizes of an object or archive file), strip (for discarding
37 symbols), readelf (to see the raw ELF file structures), and elflint
38 (to check for well-formed ELF files).  Also included are numerous
39 helper libraries which implement DWARF, ELF, and machine-specific ELF
40 handling.
41
42 %package devel
43 Summary: Development libraries to handle compiled objects.
44 Group: Development/Tools
45 License: GPLv2+ or LGPLv3+
46 Requires: elfutils = %{version}-%{release}
47 Requires: elfutils-libelf-devel = %{version}-%{release}
48
49 %description devel
50 The elfutils-devel package contains the libraries to create
51 applications for handling compiled objects.  libebl provides some
52 higher-level ELF access functionality.  libdw provides access to
53 the DWARF debugging information.  libasm provides a programmable
54 assembler interface.
55
56 %package devel-static
57 Summary: Static archives to handle compiled objects.
58 Group: Development/Tools
59 License: GPLv2+ or LGPLv3+
60 Requires: elfutils-devel = %{version}-%{release}
61
62 %description devel-static
63 The elfutils-devel-static archive contains the static archives
64 with the code the handle compiled objects.
65
66 %package libelf
67 Summary: Library to read and write ELF files.
68 Group: Development/Tools
69 License: GPLv2+ or LGPLv3+
70
71 %description libelf
72 The elfutils-libelf package provides a DSO which allows reading and
73 writing ELF files on a high level.  Third party programs depend on
74 this package to read internals of ELF files.  The programs of the
75 elfutils package use it also to generate new ELF files.
76
77 %package libelf-devel
78 Summary: Development support for libelf
79 Group: Development/Tools
80 License: GPLv2+ or LGPLv3+
81 Requires: elfutils-libelf = %{version}-%{release}
82 Conflicts: libelf-devel
83
84 %description libelf-devel
85 The elfutils-libelf-devel package contains the libraries to create
86 applications for handling compiled objects.  libelf allows you to
87 access the internals of the ELF object file format, so you can see the
88 different sections of an ELF file.
89
90 %package libelf-devel-static
91 Summary: Static archive of libelf
92 Group: Development/Tools
93 License: GPLv2+ or LGPLv3+
94 Requires: elfutils-libelf-devel = %{version}-%{release}
95 Conflicts: libelf-devel
96
97 %description libelf-devel-static
98 The elfutils-libelf-static package contains the static archive
99 for libelf.
100
101 %package default-yama-scope
102 Summary: Default yama attach scope sysctl setting
103 Group: Development/Tools
104 License: GPLv2+ or LGPLv3+
105 Provides: default-yama-scope
106 BuildArch: noarch
107
108 %description default-yama-scope
109 Yama sysctl setting to enable default attach scope settings
110 enabling programs to use ptrace attach, access to
111 /proc/PID/{mem,personality,stack,syscall}, and the syscalls
112 process_vm_readv and process_vm_writev which are used for
113 interprocess services, communication and introspection
114 (like synchronisation, signaling, debugging, tracing and
115 profiling) of processes.
116
117 %prep
118 %setup -q
119
120 %build
121 %configure --program-prefix=%{_programprefix}
122 make
123
124 %install
125 rm -rf ${RPM_BUILD_ROOT}
126 mkdir -p ${RPM_BUILD_ROOT}%{_prefix}
127
128 %makeinstall
129
130 chmod +x ${RPM_BUILD_ROOT}%{_prefix}/%{_lib}/lib*.so*
131 chmod +x ${RPM_BUILD_ROOT}%{_prefix}/%{_lib}/elfutils/lib*.so*
132
133 # XXX Nuke unpackaged files
134 { cd ${RPM_BUILD_ROOT}
135   rm -f .%{_bindir}/eu-ld
136   rm -f .%{_includedir}/elfutils/libasm.h
137   rm -f .%{_libdir}/libasm.so
138   rm -f .%{_libdir}/libasm.a
139 }
140
141 install -Dm0644 config/10-default-yama-scope.conf ${RPM_BUILD_ROOT}%{_sysctldir}/10-default-yama-scope.conf
142
143 %check
144 make check
145
146 %clean
147 rm -rf ${RPM_BUILD_ROOT}
148
149 %post -p /sbin/ldconfig
150
151 %postun -p /sbin/ldconfig
152
153 %post libelf -p /sbin/ldconfig
154
155 %postun libelf -p /sbin/ldconfig
156
157 %post default-yama-scope
158 %sysctl_apply 10-default-yama-scope.conf
159
160 %files
161 %defattr(-,root,root)
162 %doc COPYING COPYING-GPLV2 COPYING-LGPLV3 README TODO CONTRIBUTING
163 %{_bindir}/eu-elflint
164 %{_bindir}/eu-nm
165 %{_bindir}/eu-readelf
166 %{_bindir}/eu-size
167 %{_bindir}/eu-strip
168 %{_bindir}/eu-findtextrel
169 %{_bindir}/eu-addr2line
170 %{_bindir}/eu-elfcmp
171 %{_bindir}/eu-ranlib
172 %{_bindir}/eu-strings
173 %{_bindir}/eu-objdump
174 %{_bindir}/eu-ar
175 %{_bindir}/eu-unstrip
176 %{_bindir}/eu-make-debug-archive
177 #%{_bindir}/eu-ld
178 %{_libdir}/libasm-%{version}.so
179 %{_libdir}/libdw-%{version}.so
180 %{_libdir}/libasm.so.*
181 %{_libdir}/libdw.so.*
182 %dir %{_libdir}/elfutils
183 %{_libdir}/elfutils/lib*.so
184
185 %files devel
186 %defattr(-,root,root)
187 %{_includedir}/dwarf.h
188 %dir %{_includedir}/elfutils
189 %{_includedir}/elfutils/elf-knowledge.h
190 %{_includedir}/elfutils/known-dwarf.h
191 #%{_includedir}/elfutils/libasm.h
192 %{_includedir}/elfutils/libebl.h
193 %{_includedir}/elfutils/libdw.h
194 %{_includedir}/elfutils/libdwfl.h
195 %{_includedir}/elfutils/libdwelf.h
196 %{_includedir}/elfutils/version.h
197 %{_libdir}/libebl.a
198 #%{_libdir}/libasm.so
199 %{_libdir}/libdw.so
200
201 %files devel-static
202 %{_libdir}/libdw.a
203 #%{_libdir}/libasm.a
204
205 %files libelf
206 %defattr(-,root,root)
207 %{_libdir}/libelf-%{version}.so
208 %{_libdir}/libelf.so.*
209 %{_datadir}/locale/*/LC_MESSAGES/elfutils.mo
210
211 %files libelf-devel
212 %defattr(-,root,root)
213 %{_includedir}/libelf.h
214 %{_includedir}/gelf.h
215 %{_includedir}/nlist.h
216 %{_includedir}/elfutils/version.h
217 %{_libdir}/libelf.so
218
219 %files libelf-devel-static
220 %{_libdir}/libelf.a
221
222 %files default-yama-scope
223 %config(noreplace) %{_sysctldir}/10-default-yama-scope.conf
224
225 %changelog
226 * Thu Oct 15 2015 Mark Wielaard <mjw@redhat.com> 0.164-1
227 - strip, unstrip: Handle ELF files with merged strtab/shstrtab
228   tables. Handle missing SHF_INFO_LINK section flags.
229 - libelf: Use int64_t for offsets in libelf.h instead of loff_t.
230 - libdw: dwarf.h Add preliminary DWARF5 DW_LANG_Haskell.
231 - libdwfl: dwfl_standard_find_debuginfo now searches any subdir of
232   the binary path under the debuginfo root when the separate
233   debug file couldn't be found by build-id.
234   dwfl_linux_proc_attach can now be called before any Dwfl_Modules
235   have been reported.
236 - backends: Better sparc and sparc64 support.
237 - translations: Updated Ukrainian translation.
238 - Provide default-yama-scope subpackage.
239
240 * Fri Jun 19 2015 Mark Wielaard <mjw@redhat.com> 0.163-1
241 - Bug fixes only, no new features.
242
243 * Wed Jun 10 2015 Mark Wielaard <mjw@redhat.com> 0.162-1
244 - libdw: Install new header elfutils/known-dwarf.h.
245   dwarf.h Add preliminary DWARF5 constants DW_TAG_atomic_type,
246   DW_LANG_Fortran03, DW_LANG_Fortran08. dwarf_peel_type now also
247   handles DW_TAG_atomic_type.
248 - addr2line: Input addresses are now always interpreted as
249   hexadecimal numbers, never as octal or decimal numbers.
250   New option -a, --addresses to print address before each entry.
251   New option -C, --demangle to show demangled symbols.
252   New option --pretty-print to print all information on one line.
253 - ar: CVE-2014-9447 Directory traversal vulnerability in ar
254   extraction.
255 - backends: x32 support.
256
257 * Thu Dec 18 2014 Mark Wielaard <mjw@redhat.com> 0.161-1
258 - libdw: New function dwarf_peel_type. dwarf_aggregate_size now uses
259   dwarf_peel_type to also provide the sizes of qualified types.
260   dwarf_getmacros will now serve either of .debug_macro and
261   .debug_macinfo transparently.  New interfaces dwarf_getmacros_off,
262   dwarf_macro_getsrcfiles, dwarf_macro_getparamcnt, and
263   dwarf_macro_param are available for more generalized inspection of
264   macros and their parameters.
265   dwarf.h: Add DW_AT_GNU_deleted, DW_AT_noreturn, DW_LANG_C11,
266   DW_LANG_C_plus_plus_11 and DW_LANG_C_plus_plus_14.
267
268 * Mon Aug 25 2014 Mark Wielaard <mjw@redhat.com> 0.160-1
269 - libdw: New functions dwarf_cu_getdwarf, dwarf_cu_die.
270   dwarf.h remove non-existing DW_TAG_mutable_type.
271 - libdwfl: Handle LZMA .ko.xz compressed kernel modules.
272 - unstrip: New option -F, --force to combining files even if some ELF
273   headers don't seem to match.
274 - backends: Handle ARM THUMB functions. Add support for ppc64le ELFv2 abi.
275
276 * Sat May 17 2014 Mark Wielaard <mjw@redhat.com> 0.159-1
277 - stack: New option -d, --debugname to lookup DWARF debuginfo name 
278   for frame.  New option -i, --inlines to show inlined frames 
279   using DWARF debuginfo.
280 - libdwelf: New libdwelf.h header for libdw.so DWARF ELF Low-level 
281   Functions.  New function dwelf_elf_gnu_debuglink, 
282   dwelf_dwarf_gnu_debugaltlink, and dwelf_elf_gnu_build_id.
283 - libdw: Support for DWZ multifile forms DW_FORM_GNU_ref_alt and      
284   DW_FORM_GNU_strp_alt is now enabled by default and no longer        
285   experimental. Added new functions dwarf_getalt and dwarf_setalt       
286   to get or set the alternative debug file used for the alt FORMs.     
287   The dwfl_linux_proc_find_elf callback will now find ELF from       
288   process memory for (deleted) files if the Dwfl has process state     
289   attached.
290 - libdwfl: The dwfl_build_id_find_debuginfo and 
291   dwfl_standard_find_debuginfo functions will now try to 
292   resolve and set the alternative debug file.
293 - backends: Add CFI unwinding for arm. Relies on .debug_frame.        
294   Add arm process initial register state compatible mode to AARCH64. 
295   Add aarch64 native and core unwind support.
296 - other: All separate elfutils-robustify patches have been merged.    
297   CVE-2014-0172 Check overflow before calling malloc to uncompress 
298   data.
299
300 * Fri Jan  3 2014 Mark Wielaard <mjw@redhat.com> 0.158-1
301 - libdwfl: dwfl_core_file_report has new parameter executable.
302   New functions dwfl_module_getsymtab_first_global,
303   dwfl_module_getsym_info and dwfl_module_addrinfo.
304   Added unwinder with type Dwfl_Thread_Callbacks, opaque types
305   Dwfl_Thread and Dwfl_Frame and functions dwfl_attach_state,
306   dwfl_pid, dwfl_thread_dwfl, dwfl_thread_tid, dwfl_frame_thread,
307   dwfl_thread_state_registers, dwfl_thread_state_register_pc,
308   dwfl_getthread_frames, dwfl_getthreads, dwfl_thread_getframes
309   and dwfl_frame_pc.
310 - addr2line: New option -x to show the section an address was found in.
311 - stack: New utility that uses the new unwinder for processes and cores.
312 - backends: Unwinder support for i386, x86_64, s390, s390x, ppc and ppc64.
313   aarch64 support.
314
315 * Mon Sep 30 2013 Mark Wielaard <mjw@redhat.com> 0.157-1
316 - libdw: Add new functions dwarf_getlocations, dwarf_getlocation_attr 
317          and dwarf_getlocation_die.
318 - readelf: Show contents of NT_SIGINFO and NT_FILE core notes.
319 - addr2line: Support -i, --inlines output option.
320 - backends: abi_cfi hook for arm, ppc and s390.
321
322 * Thu Jul 25 2013 Jan Kratochvil <jan.kratochvil@redhat.com> 0.156-1
323 - lib: New macro COMPAT_VERSION_NEWPROTO.
324 - libdw: Handle GNU extension opcodes in dwarf_getlocation.
325 - libdwfl: Fix STB_GLOBAL over STB_WEAK preference in 
326   dwfl_module_addrsym.          Add minisymtab support.          Add 
327   parameter add_p_vaddr to dwfl_report_elf.          Use DT_DEBUG 
328   library search first.
329 - libebl: Handle new core note types in EBL.
330 - backends: Interpret NT_ARM_VFP.           Implement core file 
331   registers parsing for s390/s390x.
332 - readelf: Add --elf-section input option to inspect an embedded ELF 
333   file.          Add -U, --unresolved-address-offsets output control.   
334          Add --debug-dump=decodedline support.          Accept version 
335   8 .gdb_index section format.          Adjust output formatting width. 
336            When highpc is in constant form print it also as address.    
337         Display raw .debug_aranges. Use libdw only for decodedaranges.
338 - elflint: Add __bss_start__ to the list of allowed symbols.
339 - tests: Add configure --enable-valgrind option to run all tests 
340   under valgrind.        Enable automake parallel-tests for make check.
341 - translations: Updated Polish translation.
342 - Updates for Automake 1.13.
343
344 * Fri Aug 24 2012 Mark Wielaard <mjw@redhat.com> 0.155-1
345 - libelf: elf*_xlatetomd now works for cross-endian ELF note data.    
346        elf_getshdr now works consistently on non-mmaped ELF files after 
347           calling elf_cntl(ELF_C_FDREAD).         Implement support for 
348   ar archives with 64-bit symbol table.
349 - libdw: dwarf.h corrected the DW_LANG_ObjC constant name (was 
350   DW_LANG_Objc).        Any existing sources using the old name will 
351   have to be updated.        Add DW_MACRO_GNU .debug_macro type 
352   encodings constants, DW_ATE_UTF        and DW_OP_GNU_parameter_ref to 
353   dwarf.h.        Experimental support for DWZ multifile forms 
354   DW_FORM_GNU_ref_alt        and DW_FORM_GNU_strp_alt.  Disabled by 
355   default.  Use configure        --enable-dwz to test it.
356 - readelf: Add .debug_macro parsing support.          Add .gdb_index 
357   version 7 parsing support.          Recognize DW_OP_GNU_parameter_ref.
358 - backends: Add support for Tilera TILE-Gx processor.
359 - translations: Updated Ukrainian translation.
360
361 * Fri Jun 22 2012 Mark Wielaard <mjw@redhat.com> 0.154-1
362 - libelf: [g]elf[32|64]_offscn() do not match SHT_NOBITS sections at 
363   OFFSET.
364 - libdw: dwarf_highpc function now handles DWARF 4 DW_AT_high_pc 
365   constant form.        Fix bug using dwarf_next_unit to iterate over 
366   .debug_types.
367 - elflint: Now accepts gold linker produced executables.
368 - The license is now GPLv2/LGPLv3+ for the libraries and GPLv3+ for 
369   stand-alone programs. There is now also a formal CONTRIBUTING 
370   document describing how to submit patches.
371
372 * Thu Feb 23 2012 Mark Wielaard <mjw@redhat.com> 0.153-1
373 - libdw: Support reading .zdebug_* DWARF sections compressed via zlib.
374 - libdwfl: Speed up dwfl_module_addrsym.
375 - nm: Support C++ demangling.
376 - ar: Support D modifier for "deterministic output" with no 
377   uid/gid/mtime info.     The U modifier is the inverse.     elfutils 
378   can be configured with the --enable-deterministic-archives     option 
379   to make the D behavior the default when U is not specified.
380 - ranlib: Support -D and -U flags with same meaning.
381 - readelf: Improve output of -wline. Add support for printing SDT elf 
382   notes.          Add printing of .gdb_index section.    Support for 
383   typed DWARF stack, call_site and entry_value.
384 - strip: Add --reloc-debug-sections option.        Improved SHT_GROUP 
385   sections handling.
386
387 * Tue Feb 15 2011  <drepper@gmail.com> 0.152-1
388 - Various build and warning nits fixed for newest GCC and Autoconf.
389 - libdwfl: Yet another prelink-related fix for another regression.
390          Look for Linux kernel images in files named with compression
391   suffixes.
392 - elfcmp: New flag --ignore-build-id to ignore differing build ID
393   bits.         New flag -l/--verbose to print all differences.
394
395 * Wed Jan 12 2011  <drepper@gmail.com> 0.151-1
396 - libdwfl: Fix for more prelink cases with separate debug file.
397 - strip: New flag --strip-sections to remove section headers entirely.
398
399 * Mon Nov 22 2010  <drepper@gmail.com> 0.150-1
400 - libdw: Fix for handling huge .debug_aranges section.
401 - libdwfl: Fix for handling prelinked DSO with separate debug file.
402 - findtextrel: Fix diagnostics to work with usual section ordering.
403 - libebl: i386 backend fix for multi-register integer return value
404   location.
405
406 * Mon Sep 13 2010  <drepper@redhat.com> 0.149-1
407 - libdw: Decode new DW_OP_GNU_implicit_pointer operation;        new
408   function dwarf_getlocation_implicit_pointer.
409 - libdwfl: New function dwfl_dwarf_line.
410 - addr2line: New flag -F/--flags to print more DWARF line information
411   details.
412 - strip: -g recognizes .gdb_index as a debugging section.
413
414 * Mon Jun 28 2010  <drepper@redhat.com> 0.148-1
415 - libdw: Accept DWARF 4 format: new functions dwarf_next_unit,
416   dwarf_offdie_types.        New functions dwarf_lineisa,
417   dwarf_linediscriminator, dwarf_lineop_index.
418 - libdwfl: Fixes in core-file handling, support cores from PIEs.
419          When working from build IDs, don't open a named file that
420   mismatches.
421 - readelf: Handle DWARF 4 formats.
422
423 * Mon May  3 2010 Ulrich Drepper <drepper@redhat.com> 0.147-1
424 - libdw: Fixes in CFI handling, best possible handling of bogus CFA
425   ops.
426 - libdwfl: Ignore R_*_NONE relocs, works around old (binutils) ld -r
427   bugs.
428
429 * Wed Apr 21 2010  <drepper@redhat.com> 0.146-1
430 - libdwfl: New function dwfl_core_file_report.
431
432 * Tue Feb 23 2010 Ulrich Drepper <drepper@redhat.com> 0.145-1
433 - Fix build with --disable-dependency-tracking.
434 - Fix build with most recent glibc headers.
435 - libelf: More robust to bogus section headers.
436 - libdw: Fix CFI decoding.
437 - libdwfl: Fix address bias returned by CFI accessors.   Fix core
438   file module layout identification.
439 - readelf: Fix CFI decoding.
440
441 * Thu Jan 14 2010  <drepper@redhat.com> 0.144-1
442 - libelf: New function elf_getphdrnum.  Now support using more than
443   65536 program headers in a file.
444 - libdw: New function dwarf_aggregate_size for computing (constant)
445   type        sizes, including array_type cases with nontrivial
446   calculation.
447 - readelf: Don't give errors for missing info under -a.
448   Handle Linux "VMCOREINFO" notes under -n.
449
450 * Mon Sep 21 2009  <drepper@redhat.com> 0.143-1
451 - libdw: Various convenience functions for individual attributes now
452   use dwarf_attr_integrate to look up indirect inherited
453   attributes.  Location expression handling now supports
454   DW_OP_implicit_value.
455 - libdwfl: Support automatic decompression of files in XZ format,
456   and of Linux kernel images made with bzip2 or LZMA (as well
457   as gzip).
458
459 * Mon Jun 29 2009  <drepper@redhat.com> 0.142-1
460 - libelf: Add elf_getshdrnum alias for elf_getshnum and elf_getshdrstrndx alias
461   for elf_getshstrndx and deprecate original names.  Sun screwed up
462   their implementation and asked for a solution.
463 - libebl: Add support for STB_GNU_UNIQUE.
464 - elflint: Add support for STB_GNU_UNIQUE.
465 - readelf: Add -N option, speeds up DWARF printing without address->name lookups.
466 - libdw: Add support for decoding DWARF CFI into location description form.
467   Handle some new DWARF 3 expression operations previously omitted.
468   Basic handling of some new encodings slated for DWARF
469
470 * Thu Apr 23 2009 Ulrich Drepper <drepper@redhat.com> 0.141-1
471 - libebl: sparc backend fixes;  some more arm backend support
472 - libdwfl: fix dwfl_module_build_id for prelinked DSO case;
473   fixes in core file support;    dwfl_module_getsym interface
474   improved for non-address symbols
475 - strip: fix infinite loop on strange inputs with -f
476 - addr2line: take -j/--section=NAME option for binutils compatibility
477            (same effect as '(NAME)0x123' syntax already supported)
478
479 * Mon Feb 16 2009 Ulrich Drepper <drepper@redhat.com> 0.140-1
480 - libelf: Fix regression in creation of section header
481 - libdwfl: Less strict behavior if DWARF reader ist just used to
482   display data
483
484 * Thu Jan 22 2009 Ulrich Drepper <drepper@redhat.com> 0.139-1
485 - libcpu: Add Intel SSE4 disassembler support
486 - readelf: Implement call frame information and exception handling
487   dumping.          Add -e option.  Enable it implicitly for -a.
488 - elflint: Check PT_GNU_EH_FRAME program header entry.
489 - libdwfl: Support automatic gzip/bzip2 decompression of ELF files.
490
491 * Wed Dec 31 2008 Roland McGrath <roland@redhat.com> 0.138-1
492 - Install <elfutils/version.h> header file for applications to use in
493   source version compatibility checks.
494 - libebl: backend fixes for i386 TLS relocs; backend support for
495   NT_386_IOPERM
496 - libcpu: disassembler fixes
497 - libdwfl: bug fixes
498 - libelf: bug fixes
499 - nm: bug fixes for handling corrupt input files
500
501 * Tue Aug 26 2008 Ulrich Drepper <drepper@redhat.com> 0.137-1
502 - Minor fixes for unreleased 0.136 release.
503
504 * Mon Aug 25 2008 Ulrich Drepper <drepper@redhat.com> 0.136-1
505 - libdwfl: bug fixes; new segment interfaces;    all the libdwfl-based
506  tools now support --core=COREFILE option
507
508 * Mon May 12 2008 Ulrich Drepper <drepper@redhat.com> 0.135-1
509 - libdwfl: bug fixes
510 - strip: changed handling of ET_REL files wrt symbol tables and relocs
511
512 * Tue Apr  8 2008 Ulrich Drepper <drepper@redhat.com> 0.134-1
513 - elflint: backend improvements for sparc, alpha
514 - libdwfl, libelf: bug fixes
515
516 * Sat Mar  1 2008 Ulrich Drepper <drepper@redhat.com> 0.133-1
517 - readelf, elflint, libebl: SHT_GNU_ATTRIBUTE section handling (readelf -A)
518 - readelf: core note handling for NT_386_TLS, NT_PPC_SPE, Alpha NT_AUXV
519 - libdwfl: bug fixes and optimization in relocation handling
520 - elfcmp: bug fix for non-allocated section handling
521 - ld: implement newer features of binutils linker.
522
523 * Mon Jan 21 2008 Ulrich Drepper <drepper@redhat.com> 0.132-1
524 - libcpu: Implement x86 and x86-64 disassembler.
525 - libasm: Add interface for disassembler.
526 - all programs: add debugging of branch prediction.
527 - libelf: new function elf_scnshndx.
528
529 * Sun Nov 11 2007 Ulrich Drepper <drepper@redhat.com> 0.131-1
530 - libdw: DW_FORM_ref_addr support; dwarf_formref entry point now depreca
531 ted;       bug fixes for oddly-formatted DWARF
532 - libdwfl: bug fixes in offline archive support, symbol table handling;
533          apply partial relocations for dwfl_module_address_section on
534 ET_REL
535 - libebl: powerpc backend support for Altivec registers
536
537 * Mon Oct 15 2007 Ulrich Drepper <drepper@redhat.com> 0.130-1
538 - readelf: -p option can take an argument like -x for one section,
539          or no argument (as before) for all SHF_STRINGS sections;
540          new option --archive-index (or -c);     improved -n output fo
541 r core files, on many machines
542 - libelf: new function elf_getdata_rawchunk, replaces gelf_rawchunk;
543         new functions gelf_getnote, gelf_getauxv, gelf_update_auxv
544 - readelf, elflint: handle SHT_NOTE sections without requiring phdrs
545 - elflint: stricter checks on debug sections
546 - libdwfl: new functions dwfl_build_id_find_elf, dwfl_build_id_find_debu
547 ginfo,   dwfl_module_build_id, dwfl_module_report_build_id;      suppo
548 rt dynamic symbol tables found via phdrs;        dwfl_standard_find_de
549 buginfo now uses build IDs when available
550 - unstrip: new option --list (or -n)
551 - libebl: backend improvements for sparc, alpha, powerpc
552
553 * Tue Aug 14 2007 Ulrich Drepper <drepper@redhat.com> 0.129-1
554 - readelf: new options --hex-dump (or -x), --strings (or -p)
555 - addr2line: new option --symbols (or -S)
556
557 * Wed Apr 18 2007 Ulrich Drepper <drepper@redhat.com> 0.127-1
558 - libdw: new function dwarf_getsrcdirs
559 - libdwfl: new functions dwfl_module_addrsym, dwfl_report_begin_add,
560          dwfl_module_address_section
561
562 * Mon Feb  5 2007 Ulrich Drepper <drepper@redhat.com> 0.126-1
563 - new program: ar
564
565 * Mon Dec 18 2006 Ulrich Drepper <drepper@redhat.com> 0.125-1
566 - elflint: Compare DT_GNU_HASH tests.
567 - move archives into -static RPMs
568 - libelf, elflint: better support for core file handling
569
570 * Tue Oct 10 2006 Ulrich Drepper <drepper@redhat.com> 0.124-1
571 - libebl: sparc backend support for return value location
572 - libebl, libdwfl: backend register name support extended with more info
573 - libelf, libdw: bug fixes for unaligned accesses on machines that care
574 - readelf, elflint: trivial bugs fixed
575
576 * Mon Aug 14 2006 Roland McGrath <roland@redhat.com> 0.123-1
577 - libebl: Backend build fixes, thanks to Stepan Kasal.
578 - libebl: ia64 backend support for register names, return value location
579 - libdwfl: Handle truncated linux kernel module section names.
580 - libdwfl: Look for linux kernel vmlinux files with .debug suffix.
581 - elflint: Fix checks to permit --hash-style=gnu format.
582
583 * Wed Jul 12 2006 Ulrich Drepper <drepper@redhat.com> 0.122-1
584 - libebl: add function to test for relative relocation
585 - elflint: fix and extend DT_RELCOUNT/DT_RELACOUNT checks
586 - elflint, readelf: add support for DT_GNU_HASHlibelf: add elf_gnu_hash
587 - elflint, readelf: add support for 64-bit SysV-style hash tables
588 - libdwfl: new functions dwfl_module_getsymtab, dwfl_module_getsym.
589
590 * Wed Jun 14 2006  <drepper@redhat.com> 0.121-1
591 - libelf: bug fixes for rewriting existing files when using mmap.
592 - make all installed headers usable in C++ code.
593 - readelf: better output format.
594 - elflint: fix tests of dynamic section content.
595 - ld: Implement --as-needed, --execstack, PT_GNU_STACK.  Many small patc
596 hes.
597 - libdw, libdwfl: handle files without aranges info.
598
599 * Tue Apr  4 2006 Ulrich Drepper <drepper@redhat.com> 0.120-1
600 - Bug fixes.
601 - dwarf.h updated for DWARF 3.0 final specification.
602 - libdwfl: New function dwfl_version.
603 - The license is now GPL for most files.  The libelf, libebl, libdw,and
604 libdwfl libraries have additional exceptions.  Add reference toOIN.
605
606 * Thu Jan 12 2006 Roland McGrath <roland@redhat.com> 0.119-1
607 - elflint: more tests.
608 - libdwfl: New function dwfl_module_register_names.
609 - libebl: New backend hook for register names.
610
611 * Tue Dec  6 2005 Ulrich Drepper <drepper@redhat.com> 0.118-1
612 - elflint: more tests.
613 - libdwfl: New function dwfl_module_register_names.
614 - libebl: New backend hook for register names.
615
616 * Thu Nov 17 2005 Ulrich Drepper <drepper@redhat.com> 0.117-1
617 - libdwfl: New function dwfl_module_return_value_location.
618 - libebl: Backend improvements for several CPUs.
619
620 * Mon Oct 31 2005 Ulrich Drepper <drepper@redhat.com> 0.116-1
621 - libdw: New functions dwarf_ranges, dwarf_entrypc, dwarf_diecu,       d
622 warf_entry_breakpoints.  Removed Dwarf_Func type and functions       d
623 warf_func_name, dwarf_func_lowpc, dwarf_func_highpc,       dwarf_func_
624 entrypc, dwarf_func_die; dwarf_getfuncs callback now uses       Dwarf_
625 Die, and dwarf_func_file, dwarf_func_line, dwarf_func_col       replac
626 ed by dwarf_decl_file, dwarf_decl_line, dwarf_decl_column;       dwarf
627 _func_inline, dwarf_func_inline_instances now take Dwarf_Die.       Ty
628 pe Dwarf_Loc renamed to Dwarf_Op; dwarf_getloclist,       dwarf_addrlo
629 clists renamed dwarf_getlocation, dwarf_getlocation_addr.
630
631 * Fri Sep  2 2005 Ulrich Drepper <drepper@redhat.com> 0.115-1
632 - libelf: speed-ups of non-mmap reading.
633 - strings: New program.
634 - Implement --enable-gcov option for configure.
635 - libdw: New function dwarf_getscopes_die.
636
637 * Wed Aug 24 2005 Ulrich Drepper <drepper@redhat.com> 0.114-1
638 - libelf: new function elf_getaroff
639 - libdw: Added dwarf_func_die, dwarf_func_inline, dwarf_func_inline_inst
640 ances.
641 - libdwfl: New functions dwfl_report_offline, dwfl_offline_section_addre
642 ss,      dwfl_linux_kernel_report_offline.
643 - ranlib: new program
644
645 * Mon Aug 15 2005 Ulrich Drepper <drepper@redhat.com> 0.114-1
646 - libelf: new function elf_getaroff
647 - ranlib: new program
648
649 * Wed Aug 10 2005 Ulrich Drepper <@redhat.com> 0.113-1
650 - elflint: relax a bit. Allow version definitions for defined symbols ag
651 ainstDSO versions also for symbols in nobits sections.  Allow .rodata
652 sectionto have STRINGS and MERGE flag set.
653 - strip: add some more compatibility with binutils.
654
655 * Sat Aug  6 2005 Ulrich Drepper <@redhat.com> 0.113-1
656 - elflint: relax a bit. Allow version definitions for defined symbols ag
657 ainstDSO versions also for symbols in nobits sections.  Allow .rodata
658 sectionto have STRINGS and MERGE flag set.
659
660 * Sat Aug  6 2005 Ulrich Drepper <@redhat.com> 0.113-1
661 - elflint: relax a bit. Allow version definitions for defined symbols ag
662 ainstDSO versions also for symbols in nobits sections.
663
664 * Fri Aug  5 2005 Ulrich Drepper <@redhat.com> 0.112-1
665 - elfcmp: some more relaxation.
666 - elflint: many more tests, especially regarding to symbol versioning.
667 - libelf: Add elfXX_offscn and gelf_offscn.
668 - libasm: asm_begin interface changes.
669 - libebl: Add three new interfaces to directly access machine, class, an
670 ddata encoding information.
671 - objdump: New program.  Just the beginning.
672
673 * Thu Jul 28 2005 Ulrich Drepper <@redhat.com> 0.111-1
674 - libdw: now contains all of libdwfl.  The latter is not installed anymore.
675 - elfcmp: little usability tweak, name and index of differing section is
676  printed.
677
678 * Sun Jul 24 2005 Ulrich Drepper <@redhat.com> 0.110-1
679 - libelf: fix a numbe rof problems with elf_update
680 - elfcmp: fix a few bugs.  Compare gaps.
681 - Fix a few PLT problems and mudflap build issues.
682 - libebl: Don't expose Ebl structure definition in libebl.h.  It's now p
683 rivate.
684
685 * Thu Jul 21 2005 Ulrich Drepper <@redhat.com> 0.109-1
686 - libebl: Check for matching modules.
687 - elflint: Check that copy relocations only happen for OBJECT or NOTYPE
688 symbols.
689 - elfcmp: New program.
690 - libdwfl: New library.
691
692 * Mon May  9 2005 Ulrich Drepper <@redhat.com> 0.108-1
693 - strip: fix bug introduced in last change
694 - libdw: records returned by dwarf_getsrclines are now sorted by address
695
696 * Sun May  8 2005 Ulrich Drepper <@redhat.com> 0.108-1
697 - strip: fix bug introduced in last change
698
699 * Sun May  8 2005 Ulrich Drepper <@redhat.com> 0.107-1
700 - readelf: improve DWARF output format
701 - strip: support Linux kernel modules
702
703 * Fri Apr 29 2005 Ulrich Drepper <drepper@redhat.com> 0.107-1
704 - readelf: improve DWARF output format
705
706 * Mon Apr  4 2005 Ulrich Drepper <drepper@redhat.com> 0.106-1
707 - libdw: Updated dwarf.h from DWARF3 speclibdw: add new funtions dwarf_f
708 unc_entrypc, dwarf_func_file, dwarf_func_line,dwarf_func_col, dwarf_ge
709 tsrc_file
710
711 * Fri Apr  1 2005 Ulrich Drepper <drepper@redhat.com> 0.105-1
712 - addr2line: New program
713 - libdw: add new functions: dwarf_addrdie, dwarf_macro_*, dwarf_getfuncs
714 ,dwarf_func_*.
715 - findtextrel: use dwarf_addrdie
716
717 * Mon Mar 28 2005 Ulrich Drepper <drepper@redhat.com> 0.104-1
718 - findtextrel: New program.
719
720 * Mon Mar 21 2005 Ulrich Drepper <drepper@redhat.com> 0.103-1
721 - libdw: Fix using libdw.h with gcc < 4 and C++ code.  Compiler bug.
722
723 * Tue Feb 22 2005 Ulrich Drepper <drepper@redhat.com> 0.102-1
724 - More Makefile and spec file cleanups.
725
726 * Fri Jan 16 2004 Jakub Jelinek <jakub@redhat.com> 0.94-1
727 - upgrade to 0.94
728
729 * Fri Jan 16 2004 Jakub Jelinek <jakub@redhat.com> 0.93-1
730 - upgrade to 0.93
731
732 * Thu Jan  8 2004 Jakub Jelinek <jakub@redhat.com> 0.92-1
733 - full version
734 - macroized spec file for GPL or OSL builds
735 - include only libelf under GPL plus wrapper scripts
736
737 * Wed Jan  7 2004 Jakub Jelinek <jakub@redhat.com> 0.91-2
738 - macroized spec file for GPL or OSL builds
739
740 * Wed Jan  7 2004 Ulrich Drepper <drepper@redhat.com>
741 - split elfutils-devel into two packages.
742
743 * Wed Jan  7 2004 Jakub Jelinek <jakub@redhat.com> 0.91-1
744 - include only libelf under GPL plus wrapper scripts
745
746 * Tue Dec 23 2003 Jeff Johnson <jbj@redhat.com> 0.89-3
747 - readelf, not readline, in %%description (#111214).
748
749 * Fri Sep 26 2003 Bill Nottingham <notting@redhat.com> 0.89-1
750 - update to 0.89 (fix eu-strip)
751
752 * Tue Sep 23 2003 Jakub Jelinek <jakub@redhat.com> 0.86-3
753 - update to 0.86 (fix eu-strip on s390x/alpha)
754 - libebl is an archive now; remove references to DSO
755
756 * Mon Jul 14 2003 Jeff Johnson <jbj@redhat.com> 0.84-3
757 - upgrade to 0.84 (readelf/elflint improvements, rawhide bugs fixed).
758
759 * Fri Jul 11 2003 Jeff Johnson <jbj@redhat.com> 0.83-3
760 - upgrade to 0.83 (fix invalid ELf handle on *.so strip, more).
761
762 * Wed Jul  9 2003 Jeff Johnson <jbj@redhat.com> 0.82-3
763 - upgrade to 0.82 (strip tests fixed on big-endian).
764
765 * Tue Jul  8 2003 Jeff Johnson <jbj@redhat.com> 0.81-3
766 - upgrade to 0.81 (strip excludes unused symtable entries, test borked).
767
768 * Thu Jun 26 2003 Jeff Johnson <jbj@redhat.com> 0.80-3
769 - upgrade to 0.80 (debugedit changes for kernel in progress).
770
771 * Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
772 - rebuilt
773
774 * Wed May 21 2003 Jeff Johnson <jbj@redhat.com> 0.79-2
775 - upgrade to 0.79 (correct formats for size_t, more of libdw "works").
776
777 * Mon May 19 2003 Jeff Johnson <jbj@redhat.com> 0.78-2
778 - upgrade to 0.78 (libdwarf bugfix, libdw additions).
779
780 * Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com>
781 - debuginfo rebuild
782
783 * Thu Feb 20 2003 Jeff Johnson <jbj@redhat.com> 0.76-2
784 - use the correct way of identifying the section via the sh_info link.
785
786 * Sat Feb 15 2003 Jakub Jelinek <jakub@redhat.com> 0.75-2
787 - update to 0.75 (eu-strip -g fix)
788
789 * Tue Feb 11 2003 Jakub Jelinek <jakub@redhat.com> 0.74-2
790 - update to 0.74 (fix for writing with some non-dirty sections)
791
792 * Thu Feb  6 2003 Jeff Johnson <jbj@redhat.com> 0.73-3
793 - another -0.73 update (with sparc fixes).
794 - do "make check" in %%check, not %%install, section.
795
796 * Mon Jan 27 2003 Jeff Johnson <jbj@redhat.com> 0.73-2
797 - update to 0.73 (with s390 fixes).
798
799 * Wed Jan 22 2003 Tim Powers <timp@redhat.com>
800 - rebuilt
801
802 * Wed Jan 22 2003 Jakub Jelinek <jakub@redhat.com> 0.72-4
803 - fix arguments to gelf_getsymshndx and elf_getshstrndx
804 - fix other warnings
805 - reenable checks on s390x
806
807 * Sat Jan 11 2003 Karsten Hopp <karsten@redhat.de> 0.72-3
808 - temporarily disable checks on s390x, until someone has
809   time to look at it
810
811 * Thu Dec 12 2002 Jakub Jelinek <jakub@redhat.com> 0.72-2
812 - update to 0.72
813
814 * Wed Dec 11 2002 Jakub Jelinek <jakub@redhat.com> 0.71-2
815 - update to 0.71
816
817 * Wed Dec 11 2002 Jeff Johnson <jbj@redhat.com> 0.69-4
818 - update to 0.69.
819 - add "make check" and segfault avoidance patch.
820 - elfutils-libelf needs to run ldconfig.
821
822 * Tue Dec 10 2002 Jeff Johnson <jbj@redhat.com> 0.68-2
823 - update to 0.68.
824
825 * Fri Dec  6 2002 Jeff Johnson <jbj@redhat.com> 0.67-2
826 - update to 0.67.
827
828 * Tue Dec  3 2002 Jeff Johnson <jbj@redhat.com> 0.65-2
829 - update to 0.65.
830
831 * Mon Dec  2 2002 Jeff Johnson <jbj@redhat.com> 0.64-2
832 - update to 0.64.
833
834 * Sun Dec 1 2002 Ulrich Drepper <drepper@redhat.com> 0.64
835 - split packages further into elfutils-libelf
836
837 * Sat Nov 30 2002 Jeff Johnson <jbj@redhat.com> 0.63-2
838 - update to 0.63.
839
840 * Fri Nov 29 2002 Ulrich Drepper <drepper@redhat.com> 0.62
841 - Adjust for dropping libtool
842
843 * Sun Nov 24 2002 Jeff Johnson <jbj@redhat.com> 0.59-2
844 - update to 0.59
845
846 * Thu Nov 14 2002 Jeff Johnson <jbj@redhat.com> 0.56-2
847 - update to 0.56
848
849 * Thu Nov  7 2002 Jeff Johnson <jbj@redhat.com> 0.54-2
850 - update to 0.54
851
852 * Sun Oct 27 2002 Jeff Johnson <jbj@redhat.com> 0.53-2
853 - update to 0.53
854 - drop x86_64 hack, ICE fixed in gcc-3.2-11.
855
856 * Sat Oct 26 2002 Jeff Johnson <jbj@redhat.com> 0.52-3
857 - get beehive to punch a rhpkg generated package.
858
859 * Wed Oct 23 2002 Jeff Johnson <jbj@redhat.com> 0.52-2
860 - build in 8.0.1.
861 - x86_64: avoid gcc-3.2 ICE on x86_64 for now.
862
863 * Tue Oct 22 2002 Ulrich Drepper <drepper@redhat.com> 0.52
864 - Add libelf-devel to conflicts for elfutils-devel
865
866 * Mon Oct 21 2002 Ulrich Drepper <drepper@redhat.com> 0.50
867 - Split into runtime and devel package
868
869 * Fri Oct 18 2002 Ulrich Drepper <drepper@redhat.com> 0.49
870 - integrate into official sources
871
872 * Wed Oct 16 2002 Jeff Johnson <jbj@redhat.com> 0.46-1
873 - Swaddle.