summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* For release.elfutils-0.130Ulrich Drepper2007-10-161-0/+16
|
* merge of '92c36bfdbc6468d1711c043b530e0dfe5abb6dec'Ulrich Drepper2007-10-1641-489/+1665
| | | | and 'c22c8c43f8f68b0bffd4d5ccdb2282c958268742'
* Build fixes for uninitialized variables.Ulrich Drepper2007-10-044-7/+25
| | | | Add some branch prediction.
* src/Roland McGrath2007-10-0431-382/+1796
| | | | | | | | | | | | | | | | | | | | 2007-10-04 Roland McGrath <roland@redhat.com> * readelf.c (print_archive_index): New variable. (options, parse_opt): Accept -c/--archive-index to set it. (dump_archive_index): New function. (process_file): Take new arg WILL_PRINT_ARCHIVE_INDEX. Call dump_archive_index on archives if set. (main): Update caller. (any_control_option): Give it file scope, moved out of ... (parse_opt): ... here. tests/ 2007-10-04 Roland McGrath <roland@redhat.com> * run-readelf-test4.sh: New file. * Makefile.am (TESTS, EXTRA_DIST): Add it.
* 2007-10-02 Roland McGrath <roland@redhat.com>Roland McGrath2007-10-022-1/+8
| | | | | | * libdw_visit_scopes.c (classify_die): Return walk for class_type and structure_type.
* 2007-10-01 Roland McGrath <roland@redhat.com>Roland McGrath2007-10-023-2/+45
| | | | | | * run-readelf-test2.sh: New file. * Makefile.am (TESTS, EXTRA_DIST): Add it.
* 2007-10-01 Roland McGrath <roland@redhat.com>Roland McGrath2007-10-012-1/+3
| | | | | * readelf.c (hex_dump): Fix transposed subtraction generating spaces.
* 2007-10-01 Roland McGrath <roland@redhat.com>Roland McGrath2007-10-012-1/+5
| | | | | * readelf.c (hex_dump): Fix line header to be hex instead of decimal.
* Bump version.Ulrich Drepper2007-09-271-1/+1
|
* 2007-09-27 Roland McGrath <roland@redhat.com>Roland McGrath2007-09-2727-172/+527
| | | | | | | | | | | | * alpha_retval.c: Use dwarf_attr_integrate and dwarf_hasattr_integrate. * i386_retval.c: Likewise. * ia64_retval.c: Likewise. * ppc64_retval.c: Likewise. * ppc_retval.c: Likewise. * s390_retval.c: Likewise. * sparc_retval.c: Likewise. * x86_64_retval.c: Likewise.
* readelf register printing sort order tweakRoland McGrath2007-08-2342-585/+2056
|
* Prepare for 0.129.elfutils-0.129Ulrich Drepper2007-08-142-1/+5
|
* missed testdata filesRoland McGrath2007-08-1314-13/+75
|
* 2007-08-11 Roland McGrath <roland@redhat.com>Roland McGrath2007-08-113-4/+15
| | | | | * elflint.c (check_note): Accept NT_GNU_HWCAP, NT_GNU_BUILD_ID.
* 2007-08-09 Roland McGrath <roland@redhat.com>Roland McGrath2007-08-099-23/+91
| | | | | * dwfl-bug-report.c: Fix header inclusion.
* 2007-08-07 Roland McGrath <roland@redhat.com>Roland McGrath2007-08-072-8/+41
| | | | | | * dwarf_getscopes.c (pc_match): Swallow dwarf_haspc error return when error code is DWARF_E_NOERROR (0).
* Minimal cleanups of large merge.Ulrich Drepper2007-08-042-2/+9
|
* 2007-08-03 Roland McGrath <roland@redhat.com>Roland McGrath2007-08-034-1/+270
| | | | | | | | | | | * readelf.c (print_string_sections): New variable. (options, parse_opt): Handle --strings/-p to set it. (print_strings): New function. (process_elf_file): Call it under -p. * readelf.c (options): Add hidden aliases --segments, --sections, as taken by binutils readelf.
* libdwfl/Roland McGrath2007-07-1612-14/+133
| | | | | | | | | | | | | | | 2007-07-16 Roland McGrath <roland@redhat.com> * dwfl_module.c (dwfl_report_module): Increment DWFL->nmodules when reviving an existing module. tests/ 2007-07-16 Roland McGrath <roland@redhat.com> * dwfl-bug-report.c: New file. * Makefile.am (noinst_PROGRAMS, TESTS): Add it. (dwfl_bug_report_LDADD): New variable.
* 2007-06-08 Roland McGrath <roland@frob.com>Roland McGrath2007-06-082-1/+5
| | | | | * libdwflP.h: Fix #ifndef for config.h to use PACKAGE_NAME.
* 2007-06-06 Roland McGrath <roland@frob.com>elfutils-0.128Roland McGrath2007-06-062-0/+5
| | | | | * run-unstrip-test.sh: Declare testfile.unstrip for removal.
* Remove separate po dir for libelf.Ulrich Drepper2007-06-0617-634/+12
|
* Add missing files to repository.Ulrich Drepper2007-06-067-0/+503
|
* Prepare for 0.128 release.Ulrich Drepper2007-06-0632-931/+1595
| | | | | | Minor fixes. Update gettext files to 0.16.1.
* generated file config/ylwrapRoland McGrath2007-06-051-0/+1
|
* backends/Roland McGrath2007-05-234-6/+10
| | | | | | | | | | | | 2007-05-23 Roland McGrath <roland@redhat.com> * alpha_regs.c (alpha_register_info): fp -> s6 tests/ 2007-05-23 Roland McGrath <roland@redhat.com> * run-allregs.sh: Update expected Alpha results.
* src/Roland McGrath2007-05-1824-179/+758
| | | | | | | | | | | | | | | | | | | 2007-05-18 Roland McGrath <roland@redhat.com> * unstrip.c (copy_elided_sections): Match up non-NOBITS sections with stripped file, so as not to duplicate a section copied in both. * strip.c (handle_elf): Keep SHT_NOTE section copies in the debug file. tests/ 2007-05-18 Roland McGrath <roland@redhat.com> * run-strip-test4.sh (stripped, debugfile): Use new reference files. * testfile37.bz2: New data file. * testfile37.debug.bz2: New data file. * run-unstrip-test2.sh: New file. * Makefile.am (TESTS, EXTRA_DIST): Add them.
* 2007-04-26 Roland McGrath <roland@redhat.com>Roland McGrath2007-04-276-2/+94
| | | | | * run-elflint-self.sh: Run all tests even if one fails.
* 2007-04-26 Roland McGrath <roland@redhat.com>Roland McGrath2007-04-274-3/+175
| | | | | | | * alpha_regs.c: New file. * Makefile.am (alpha_SRCS): Add it. * alpha_init.c (alpha_init): Initialize register_info hook.
* 2007-04-24 Roland McGrath <roland@redhat.com>Roland McGrath2007-04-2522-78/+2064
| | | | | * run-strip-test.sh: When we saved the debug info, test unstrip too.
* Ignore files copied in by autoreconf -i.Roland McGrath2007-04-191-0/+6
|
* Remove bogon leaked from other branch.elfutils-0.127Roland McGrath2007-04-191-1/+0
|
* Really update revision.Ulrich Drepper2007-04-191-1/+1
|
* Remove traces of mkinstalldirs.Ulrich Drepper2007-04-195-4/+17
|
* merge of '0568c2e54005c0467b2d006420b3c3fdc03d0bf4'Ulrich Drepper2007-04-191-1/+2
| | | | and '9d5a673a54ed724c21a7419848bd0ee4bddde0ff'
* No need to ship stock files.Ulrich Drepper2007-04-198-4316/+1
|
* NEWS updateRoland McGrath2007-04-191-1/+2
|
* libdw/Roland McGrath2007-04-1616-29/+326
| | | | | | | | | | | | | | | | | | | | | | | | | | 2007-04-16 Roland McGrath <roland@redhat.com> * libdw.map (ELFUTILS_0.127): Add dwfl_module_address_section. libdwfl/ 2007-04-16 Roland McGrath <roland@redhat.com> * derelocate.c (cache_sections): Apply bias to sh_addr. (compare_secrefs): Fix address comparison to avoid signed overflow. (find_section): New function, broken out of ... (dwfl_module_relocate_address): ... here, call it. (check_module): New function, broken out of ... (dwfl_module_relocate_address): ... here, call it. (dwfl_module_address_section): New function. * libdwfl.h: Declare it. tests/ 2007-04-16 Roland McGrath <roland@redhat.com> * dwfl-addr-sect.c: New file. * Makefile.am (noinst_PROGRAMS): Add it. (dwfl_addr_sect_LDADD): New variable.
* libdw/Roland McGrath2007-04-052-9/+18
| | | | | | | | | 2007-04-05 Roland McGrath <roland@redhat.com> * dwarf_ranges.c (dwarf_ranges): Don't sign-extend 32-bit BEGIN address to check for all-ones base address entry. Check directly. Reported by Sébastien Dugué <sebastien.dugue@bull.net>.
* backends/Roland McGrath2007-04-014-12/+73
| | | | | | | | | | | | | 2007-04-01 Roland McGrath <roland@redhat.com> * x86_64_regs.c (x86_64_register_info): Add more registers from newer ABI spec. tests/ 2007-04-01 Roland McGrath <roland@redhat.com> * run-allregs.sh: Updated expected output for x86_64.
* We know it's not finished yet. Such an extension to the number onlyUlrich Drepper2007-03-301-1/+1
| | | | means we are going to forget changing it for the release.
* propagate from branch 'com.redhat.elfutils.roland.pending' (head ↵Ulrich Drepper2007-03-3012-175/+221
| | | | | | b584b7056d679db0fc272b47667047d07737ca55) to branch 'com.redhat.elfutils' (head 5f150a0b2f07e8c60913d4e6ad833ef026ccd26e)
* propagate from branch 'com.redhat.elfutils.roland.pending' (head ↵Ulrich Drepper2007-03-1318-120/+540
| | | | | | e0c7abd450c9e49093cfae30af8a22782a74a403) to branch 'com.redhat.elfutils' (head 2c784d50eee72e33972c333138a3a28df304da63)
* small cleanups.Ulrich Drepper2007-02-162-107/+22
|
* propagate from branch 'com.redhat.elfutils.roland.pending' (head ↵Ulrich Drepper2007-02-154-3/+11
| | | | | | e723b1541850630f0047cf0c73d64c909529f439) to branch 'com.redhat.elfutils' (head 4e5f7cffa97269b8cc9232cd1e299a2e1f3a819c)
* merge of '119a61b4764dfdaefb90b958af726ed68423ca96'Ulrich Drepper2007-02-081-1/+1
| | | | and '7286ffff19d74f1674ad7993a23ac87ceb4ea168'
* 2007-02-05 Roland McGrath <roland@redhat.com>Roland McGrath2007-02-063-1/+6
| | | | | * ar.c: Include <limits.h>, since we use LONG_MAX.
* Cleanup.Ulrich Drepper2007-02-081-1/+1
|
* Fix warnings.elfutils-0.126Ulrich Drepper2007-02-054-6/+14
|
* 0.126 release.Ulrich Drepper2007-02-052-2/+6
|