summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of ssh://pmachata@git.fedorahosted.org/git/elfutils int...upstream/pmachata/reader_hooksPetr Machata2009-06-1628-98/+264
|\
| * Squashed commit of the following:Ulrich Drepper2009-06-1412-170/+377
| * Add aliases for elf_getshnum and elf_getshstrndx.Ulrich Drepper2009-06-1324-65/+125
| * Add support for IRELATIVE relocations.Ulrich Drepper2009-06-017-33/+139
* | Fix a bug in offset checkingPetr Machata2009-06-081-1/+1
* | Cosmetic, get rid of defining several variables per linePetr Machata2009-06-033-7/+11
* | Restructure the code to decrease the binary sizePetr Machata2009-06-032-49/+43
* | Shuffle a couple pieces of code around to make the code smallerPetr Machata2009-06-011-15/+16
* | Merge branch 'master' of ssh://pmachata@git.fedorahosted.org/git/elfutils int...Petr Machata2009-05-229-26/+417
|\|
| * TypoRoland McGrath2009-05-071-1/+1
| * Fix trivial regression in last commit.Roland McGrath2009-05-071-0/+3
| * Slight optimization of dwarf_getmacros for loops.Roland McGrath2009-05-072-14/+26
| * Moved misplaced ChangeLog entry.Roland McGrath2009-05-072-4/+4
| * Cosmetic fixup and missed EXTRA_DIST file.Roland McGrath2009-05-072-4/+5
| * Fix dwarf_getmacros so that it passes newly-added testPetr Machata2009-05-072-10/+16
| * Add a test for dwarf_getmacrosPetr Machata2009-05-075-3/+372
| * Merge commit 'origin/master' into pmachata/pendingPetr Machata2009-05-05103-1221/+15265
| |\
| * | Reintroduce __attribute__((unused)) for free_key_mem.Petr Machata2009-01-101-4/+1
* | | Call reloc hook with the original address, not incrementedPetr Machata2009-05-221-1/+2
* | | Rewrite boundary checking logic so that it's immune to arithmetic overflowPetr Machata2009-05-061-19/+31
* | | __libdw_read_offset* take extra argument for header size checksPetr Machata2009-05-067-22/+28
* | | Check for presence of data before loading the offsetPetr Machata2009-05-062-10/+8
* | | Cosmetic changesPetr Machata2009-05-064-108/+41
* | | Improve reader hook functions a bitPetr Machata2009-05-055-18/+24
* | | Fixes in use of reader hooks in __libdw_formptr and dwarf_formudataPetr Machata2009-05-051-12/+14
* | | Rename __libdw_read_udata_addr to __libdw_formptrPetr Machata2009-05-056-13/+13
* | | Introduce __libdw_read_udata_addressPetr Machata2009-05-056-45/+86
* | | ChangeLog entries for previous commitPetr Machata2009-05-041-5/+10
* | | Fix bugs, introduce __libdw_read_begin_end_pair_incPetr Machata2009-05-0412-127/+136
* | | Merge branch 'master' of ssh://pmachata@git.fedorahosted.org/git/elfutils int...Petr Machata2009-05-043-0/+409
|\ \ \ | | |/ | |/|
| * | Sending translation for Italiantombo2009-04-301-5366/+215
| * | Sending translation for po/it.potombo2009-04-301-0/+5545
| * | Merge branch 'master' of ssh://git.fedorahosted.org/git/elfutilsUlrich Drepper2009-04-2950-261/+13022
| |\ \
| * | | Add test of st_other field of symbol table entries.Ulrich Drepper2009-04-292-0/+15
* | | | dwarf_getlocation_addr uses read hooksPetr Machata2009-04-291-23/+14
* | | | dwarf_ranges and dwarf_formref use read hooksPetr Machata2009-04-292-22/+15
* | | | Convert several new functions to use read hooksPetr Machata2009-04-286-36/+32
* | | | Add length read hooksPetr Machata2009-04-283-0/+38
* | | | Constify read hook argumentsPetr Machata2009-04-281-4/+6
* | | | Change type of return value of offset read hooks to Dwarf_OffPetr Machata2009-04-282-4/+4
* | | | Merge branch 'master' of ssh://pmachata@git.fedorahosted.org/git/elfutils int...Petr Machata2009-04-271-351/+378
|\ \ \ \ | | |/ / | |/| |
| * | | Sending translation for Spanishlogan2009-04-241-144/+154
| * | | Sending translation for Spanishelfutils-0.141logan2009-04-241-207/+224
* | | | Rewrites in read hooksPetr Machata2009-04-277-71/+115
* | | | Merge branch 'master' of ssh://pmachata@git.fedorahosted.org/git/elfutils int...Petr Machata2009-04-2313-30/+97
|\| | |
| * | | 0.141 release.Ulrich Drepper2009-04-232-1/+10
| * | | Fix building tests with mudflap.Ulrich Drepper2009-04-232-3/+8
| * | | Avoid symbol versioning unless building code for DSO.Ulrich Drepper2009-04-232-0/+10
| * | | Add missing dependencies on compression libraries for static builds.Ulrich Drepper2009-04-232-1/+5
| * | | Revert leaked bogon.Roland McGrath2009-04-221-1/+0