summaryrefslogtreecommitdiffstats
path: root/libelf
Commit message (Collapse)AuthorAgeFilesLines
...
* Require __thread support in compiler.Ulrich Drepper2009-01-103-82/+10
| | | | Rename --enable-tls to more appropriate --enable-thread-safety.
* Comment fix in last change.Roland McGrath2008-12-111-8/+9
|
* Don't crash in fill code when sh_offset layout is out of order.Roland McGrath2008-12-112-26/+44
|
* libelf.h (Elf_Data): Whitespace fix.Roland McGrath2008-12-112-1/+5
|
* * elf_getarhdr.c (elf_getarhdr): Fix missing rename in last change.Roland McGrath2008-12-102-1/+5
|
* propagate from branch 'com.redhat.elfutils.roland.pending.libelf-threads' ↵Ulrich Drepper2008-12-0413-47/+170
| | | | | | (head fc97c9c202b5d7d7699a3b1d5c53007a2ef37bb1) to branch 'com.redhat.elfutils' (head 67cccb9bfffc1a7fe3d8d355a2d9b6d0e489ff81)
* src/Roland McGrath2008-12-033-4/+25
| | | | | | | 2008-12-02 Roland McGrath <[email protected]> * readelf.c (count_dwflmod, process_file): Don't presume encoding of nonzero OFFSET argument to dwfl_getmodules.
* libdwfl/Roland McGrath2008-09-303-6/+22
| | | | | | | 2008-09-29 Roland McGrath <[email protected]> * segment.c (insert): Must realloc DWFL->lookup_module here too. (dwfl_report_segment): Clear DWFL->lookup_module before insert calls.
* propagate from branch 'com.redhat.elfutils.pmachata.threads' (head ↵Roland McGrath2008-08-261-0/+16
| | | | | | 6db56f08d1ba946c22c9bcfaec0ddeb6532e1dcc) to branch 'com.redhat.elfutils.roland.pending' (head d0bf16e5588ef191b1541ac0d07d841c1cf52fc9)
* Fix up bogon and missing log entries from .pmachata.threads branch.Roland McGrath2008-08-2563-511/+454
|
* Fix build problem after merge of pmachata.threads branch when compiled withoutUlrich Drepper2008-08-162-1/+6
| | | | thread support.
* propagate from branch 'com.redhat.elfutils.pmachata.threads' (head ↵Ulrich Drepper2008-08-1664-177/+427
| | | | | | 8bd3bc10eb015c96f7bafcc6a22c973620b57dd8) to branch 'com.redhat.elfutils' (head c5a11b6b3329382f1b5ffd0020f0d93c64176f20)
* src/Roland McGrath2008-08-072-2/+26
| | | | | | (find_symbol): Likewise. Convert plain number, or handle strings like "(section)+offset" or "symbol+offset".
* backends/Roland McGrath2008-04-012-2/+14
| | | | | | | | | | | * sparc_symbol.c (sparc_symbol_type_name): New function. (sparc_dynamic_tag_name): New function. (sparc_dynamic_tag_check): New function. * sparc_init.c (sparc_init): Initialize those hooks. libebl/ * ebldynamictagname.c (ebl_dynamic_tag_name): Use hex for unknown tag.
* Finish elflint .gnu.attributes checkingRoland McGrath2008-02-213-101/+56
|
* Implement --build-id command line parameter for ld.Ulrich Drepper2008-01-312-3/+26
|
* propagate from branch 'com.redhat.elfutils' (head ↵Roland McGrath2008-01-212-2/+7
| | | | | | fdd0e4957136e12a03ac29445d116d7fcf6fdd02) to branch 'com.redhat.elfutils.roland.pending' (head ba30c6e5cab6b9316a77ed1c6e8353c0bab892ac)
* propagate from branch 'com.redhat.elfutils.roland.pending' (head ↵Ulrich Drepper2008-01-093-4/+16
| | | | | | 26cc2ce45739af072e7ff4fdab5e8eb7cd756d50) to branch 'com.redhat.elfutils' (head bb519012dee7013b2cab5c2f5ed465cb3821b063)
* propagate from branch 'com.redhat.elfutils.disasm' (head ↵Ulrich Drepper2008-01-028-3/+139
| | | | | | d15b4eb794e81e477f9896fe82a74cb5ecf4514c) to branch 'com.redhat.elfutils' (head eaacbf01f8cc89d043ec6eca9b5e35cb5c4cde06)
* backends/Roland McGrath2007-12-152-6/+11
| | | | | | | | | | | | 2007-12-15 Roland McGrath <[email protected]> * ppc_regs.c (ppc_register_info): Return "spefscr", not "spr512". tests/ 2007-12-15 Roland McGrath <[email protected]> * run-allregs.sh: Change expected output for powerpc spefscr.
* 2007-11-03 Roland McGrath <[email protected]>Roland McGrath2007-11-032-1/+5
| | | | | * libelf.h (Elf_Data): Comment fix.
* 2007-10-23 Roland McGrath <[email protected]>Roland McGrath2007-10-232-0/+27
| | | | | | * linux-kernel-modules.c (report_kernel_archive): Reorder the kernel module to appear first.
* merge of '92c36bfdbc6468d1711c043b530e0dfe5abb6dec'Ulrich Drepper2007-10-162-1/+14
| | | | and 'c22c8c43f8f68b0bffd4d5ccdb2282c958268742'
* src/Roland McGrath2007-10-049-127/+183
| | | | | | | | | | | | | | | | | | | | 2007-10-04 Roland McGrath <[email protected]> * 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 <[email protected]> * run-readelf-test4.sh: New file. * Makefile.am (TESTS, EXTRA_DIST): Add it.
* 2007-09-27 Roland McGrath <[email protected]>Roland McGrath2007-09-279-3/+233
| | | | | | | | | | | | * 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-2312-9/+328
|
* missed testdata filesRoland McGrath2007-08-132-3/+19
|
* libdwfl/Roland McGrath2007-07-162-5/+22
| | | | | | | | | | | | | | | 2007-07-16 Roland McGrath <[email protected]> * dwfl_module.c (dwfl_report_module): Increment DWFL->nmodules when reviving an existing module. tests/ 2007-07-16 Roland McGrath <[email protected]> * dwfl-bug-report.c: New file. * Makefile.am (noinst_PROGRAMS, TESTS): Add it. (dwfl_bug_report_LDADD): New variable.
* 2007-04-24 Roland McGrath <[email protected]>Roland McGrath2007-04-252-9/+16
| | | | | * run-strip-test.sh: When we saved the debug info, test unstrip too.
* Remove bogon leaked from other branch.elfutils-0.127Roland McGrath2007-04-191-1/+0
|
* propagate from branch 'com.redhat.elfutils.roland.pending' (head ↵Ulrich Drepper2007-03-304-103/+109
| | | | | | b584b7056d679db0fc272b47667047d07737ca55) to branch 'com.redhat.elfutils' (head 5f150a0b2f07e8c60913d4e6ad833ef026ccd26e)
* propagate from branch 'com.redhat.elfutils.roland.pending' (head ↵Ulrich Drepper2007-02-054-33/+56
| | | | | | c44dcfac5b545aecb173fede31f34cb003be0173) to branch 'com.redhat.elfutils' (head 4196d4e01486bdeb0c0632291881d1c6d7163fab)
* Implement ar program.Ulrich Drepper2007-02-053-4/+11
| | | | Relax elflint in GNU ld mode for latest idiosyncracies.
* One more correction, handle failing elf_begin correctly.Ulrich Drepper2007-01-301-1/+2
|
* Update copyright year.Ulrich Drepper2007-01-301-1/+1
|
* merge of 'c249e2584bf9a7142285afa71425029b4278e771'Ulrich Drepper2007-01-302-0/+10
| | | | and 'f6e8ba00784e83d73dc2183c444f6595474796e4'
* 2007-01-10 Roland McGrath <[email protected]>Roland McGrath2007-01-112-10/+0
| | | | | | | | | | * linux-kernel-modules.c (report_kernel): Check asprintf return value directly instead of via side effect, to silence warn_unused_result. (dwfl_linux_kernel_report_offline): Likewise. (dwfl_linux_kernel_find_elf): Likewise. (dwfl_linux_kernel_module_section_address): Likewise. * find-debuginfo.c (try_open): Likewise.
* Fix file descriptor leak in nlist.Ulrich Drepper2007-01-302-0/+10
|
* Lock down libelf and elflint a bit more after import of Roland's changes.Ulrich Drepper2006-12-183-9/+12
|
* propagate from branch 'com.redhat.elfutils' (head ↵Roland McGrath2006-12-173-6/+13
| | | | | | b4944cf70801d9dac056f4f80ef1334e5acb8bdc) to branch 'com.redhat.elfutils.roland.pending' (head e7e402c668fb0670fc5f6b6a522853ae88f32f11)
* 2006-10-09 Roland McGrath <[email protected]>Roland McGrath2006-10-103-29/+42
| | | | | * ia64_symbol.c (ia64_reloc_simple_type): Treat SECREL types as simple.
* Changes to fix GNU-style hash table handling.Ulrich Drepper2006-08-082-2/+7
|
* merge of 67f3844b544f03a64b3ac896c19f94744923d76aUlrich Drepper2006-07-125-7/+14
| | | | and ba017f6b59b4ad649cf32f4eefdfecca8b31332c
* propagate from branch 'com.redhat.elfutils.roland.pending' (head ↵Ulrich Drepper2006-07-125-14/+7
| | | | | | e5cfdd13aa39dfae16b905fd57ff56ad8a131bb5) to branch 'com.redhat.elfutils' (head 60222fc1981540f15e674b6705fd7a6f628f95a4)
* Adjust for internal_function_def removal.Ulrich Drepper2006-07-125-7/+14
|
* Make sure gnuhash_xlate.h is distributed.Ulrich Drepper2006-07-122-1/+3
|
* Adjust for final version of GNU-style hash table format.Ulrich Drepper2006-07-125-11/+121
|
* merge of 2d5572f10b65f0ac7fdf54361b4dae41ebbd51d0Ulrich Drepper2006-07-076-3/+92
| | | | and fda3a25581b7bfac581504e9e887e9b97f234f86
* 2006-06-15 Roland McGrath <[email protected]>Roland McGrath2006-06-152-5/+11
| | | | | | | * libelf.h (elf_getarsym): Fix comment typo. Rename second parameter to be more explanatory. (elf_getident, elf_rawhide): Likewise.
* New spec file.elfutils-0.121Ulrich Drepper2006-06-156-93/+4
|