]>
git.ipfire.org Git - thirdparty/elfutils.git/log
Petr Machata [Fri, 16 Jan 2009 14:30:48 +0000 (15:30 +0100)]
Fix loc checking
Petr Machata [Thu, 15 Jan 2009 17:02:27 +0000 (18:02 +0100)]
Implement validation of .debug_loc
Petr Machata [Thu, 15 Jan 2009 14:33:26 +0000 (15:33 +0100)]
Add location expression formatting function to dwarfstrings.h
* and fix a buglet along the way
Petr Machata [Wed, 14 Jan 2009 21:13:31 +0000 (22:13 +0100)]
Clean up messages
Petr Machata [Wed, 14 Jan 2009 16:35:04 +0000 (17:35 +0100)]
Check version of pubnames/pubtypes.
Petr Machata [Wed, 14 Jan 2009 15:40:09 +0000 (16:40 +0100)]
Actually do .debug_pubtypes checking, if the section is available
* before that, there was a typo and it used .debug_pubnames for both cases
Petr Machata [Tue, 13 Jan 2009 15:03:29 +0000 (16:03 +0100)]
Implement validation of .debug_pubtypes.
Petr Machata [Tue, 13 Jan 2009 14:51:25 +0000 (15:51 +0100)]
Rewrite message macros to functions.
Petr Machata [Mon, 12 Jan 2009 19:42:20 +0000 (20:42 +0100)]
Implement validation of .debug_pubnames.
Petr Machata [Mon, 12 Jan 2009 18:27:40 +0000 (19:27 +0100)]
Check padding in .debug_aranges
Petr Machata [Mon, 12 Jan 2009 17:18:32 +0000 (18:18 +0100)]
For DIE references, remember both referrer and referree
Petr Machata [Mon, 12 Jan 2009 16:52:39 +0000 (17:52 +0100)]
Expand data structures for DIEs and CUs for checking of pubnames/pubtypes
Petr Machata [Mon, 12 Jan 2009 12:41:28 +0000 (13:41 +0100)]
gitignore known-dwarf.h
Petr Machata [Sun, 11 Jan 2009 23:25:08 +0000 (00:25 +0100)]
Implement validation of .debug_aranges.
* address and length are not validated yet
Petr Machata [Sun, 11 Jan 2009 19:47:23 +0000 (20:47 +0100)]
Be paranoid about presence of .debug_{info,abbrev,str}
Petr Machata [Sun, 11 Jan 2009 18:29:40 +0000 (19:29 +0100)]
Make check_ functions return bool
* and fix a couple unnecessary/suboptimal constructs along the way
* and fix a typo in changelog
Roland McGrath [Sun, 11 Jan 2009 09:36:06 +0000 (01:36 -0800)]
Merge branch 'roland/known-dwarf' into dwarf
Conflicts:
libdw/ChangeLog
Roland McGrath [Sun, 11 Jan 2009 09:35:11 +0000 (01:35 -0800)]
Generate macros for tables of known dwarf.h constants.
Roland McGrath [Sun, 11 Jan 2009 06:03:56 +0000 (22:03 -0800)]
public/private fixups
Roland McGrath [Sun, 11 Jan 2009 04:19:22 +0000 (20:19 -0800)]
Merge commit 'origin/master' into dwarf
Conflicts:
ChangeLog
libdw/ChangeLog
src/ChangeLog
Roland McGrath [Sun, 11 Jan 2009 03:12:33 +0000 (19:12 -0800)]
Comments and fixes in c++/dwarf header, dwarfcmp -T to exercise output tree building.
Ulrich Drepper [Sun, 11 Jan 2009 02:31:51 +0000 (18:31 -0800)]
We only have one translation domain, elfutils. Change use in libelf.
Ulrich Drepper [Sun, 11 Jan 2009 02:29:56 +0000 (18:29 -0800)]
Fix type in error message in strings.
Ulrich Drepper [Sun, 11 Jan 2009 02:17:09 +0000 (18:17 -0800)]
More correct info on contributors.
Ulrich Drepper [Sun, 11 Jan 2009 02:12:44 +0000 (18:12 -0800)]
Merge commit 'origin/roland/fixes-for-c++'
Ulrich Drepper [Sun, 11 Jan 2009 02:02:05 +0000 (18:02 -0800)]
Require __thread support in compiler.
Rename --enable-tls to more appropriate --enable-thread-safety.
Roland McGrath [Sun, 11 Jan 2009 01:01:39 +0000 (17:01 -0800)]
Unify dwarf{cmp,lint} -i option syntax.
Petr Machata [Sat, 10 Jan 2009 15:25:12 +0000 (16:25 +0100)]
Fix compilation on Fedora 9.
Petr Machata [Sat, 10 Jan 2009 15:14:54 +0000 (16:14 +0100)]
Implement --no-debug to accept debuginfo-lacking files. Use in self-test.
Roland McGrath [Sat, 10 Jan 2009 10:06:08 +0000 (02:06 -0800)]
Cosmetic.
Roland McGrath [Sat, 10 Jan 2009 09:11:09 +0000 (01:11 -0800)]
Add dwarflint-self test.
Roland McGrath [Sat, 10 Jan 2009 08:57:17 +0000 (00:57 -0800)]
Merge commit 'origin/pmachata/dwarflint' into dwarf
Conflicts:
src/ChangeLog
src/Makefile.am
Roland McGrath [Sat, 10 Jan 2009 08:55:27 +0000 (00:55 -0800)]
Merge branch 'roland/dwarf-c++' into dwarf
Conflicts:
ChangeLog
libdw/ChangeLog
src/ChangeLog
Roland McGrath [Sat, 10 Jan 2009 08:50:23 +0000 (00:50 -0800)]
Clean up directory layout, add missing log entries.
Petr Machata [Sat, 10 Jan 2009 03:28:25 +0000 (04:28 +0100)]
Merge commit 'origin/master' into pmachata/dwarflint
Petr Machata [Sat, 10 Jan 2009 03:26:39 +0000 (04:26 +0100)]
Implement qualified messages in place or old warning/error scheme
* and bring in dwarfstrings.h
* and edit ChangeLog a bit so that it only includes entries that seem
relevant today
Petr Machata [Sat, 10 Jan 2009 02:03:34 +0000 (03:03 +0100)]
Extract functions that format dwarf enums into a file of its own.
Petr Machata [Fri, 9 Jan 2009 23:34:48 +0000 (00:34 +0100)]
Look up abbreviations with bisect search.
Petr Machata [Fri, 9 Jan 2009 22:34:38 +0000 (23:34 +0100)]
Fix checks for unreferenced bytes in dwarflint.
Roland McGrath [Fri, 9 Jan 2009 04:53:26 +0000 (20:53 -0800)]
Make -k/-K prune "source" subdirectory.
Roland McGrath [Fri, 9 Jan 2009 03:22:35 +0000 (19:22 -0800)]
Move eu_ZIPLIB macro to m4/zip.am, new file.
Roland McGrath [Thu, 8 Jan 2009 21:39:08 +0000 (13:39 -0800)]
Don't depend on $(zip_LIBS), just link it in.
Ulrich Drepper [Thu, 8 Jan 2009 04:39:51 +0000 (20:39 -0800)]
Merge branch 'master' of ssh://git.fedorahosted.org/git/elfutils
Ulrich Drepper [Thu, 8 Jan 2009 04:39:21 +0000 (20:39 -0800)]
ld: Fix adding to search path list.
Petr Machata [Wed, 7 Jan 2009 16:56:12 +0000 (17:56 +0100)]
Check that the sibling doesn't point to the terminating DIE.
Petr Machata [Wed, 7 Jan 2009 16:51:49 +0000 (17:51 +0100)]
dwarflint recognizes --gnu option.
Petr Machata [Wed, 7 Jan 2009 15:54:22 +0000 (16:54 +0100)]
Check if DIE has_children and sibling, but doesn't have DW_AT_sibling
(And fix an embarrassing error where abbrev->used could have been run even
for NULL abbrev. And make unnecessary padding wording clearer.)
Petr Machata [Wed, 7 Jan 2009 15:23:26 +0000 (16:23 +0100)]
Rewrite abbrev_table_load to handle sequences of zeroes more intelligently.
Petr Machata [Wed, 7 Jan 2009 15:15:56 +0000 (16:15 +0100)]
Rewrite read_ctx_read_var to use a switch.
Petr Machata [Tue, 6 Jan 2009 18:52:19 +0000 (19:52 +0100)]
Check DW_AT_sibling correctness in dwarflint.
Petr Machata [Tue, 6 Jan 2009 16:18:47 +0000 (17:18 +0100)]
Merge commit 'origin/master' into pmachata/dwarflint
Roland McGrath [Tue, 6 Jan 2009 10:14:26 +0000 (02:14 -0800)]
Item for gzip/bzip2 support in libdwfl.
Roland McGrath [Tue, 6 Jan 2009 10:10:07 +0000 (02:10 -0800)]
Merge branch 'roland/fixes-for-c++' into roland/dwarf-c++
Roland McGrath [Tue, 6 Jan 2009 10:09:50 +0000 (02:09 -0800)]
Merge ssh://git.fedorahosted.org/git/elfutils into roland/fixes-for-c++
Conflicts:
libdw/ChangeLog
Roland McGrath [Tue, 6 Jan 2009 10:04:51 +0000 (02:04 -0800)]
Fix nits in .ko.{gz,bz2} matching.
Roland McGrath [Tue, 6 Jan 2009 09:04:31 +0000 (01:04 -0800)]
Merge branch 'master' of ssh://git.fedorahosted.org/git/elfutils into libdwfl-decompress
Conflicts:
libdw/ChangeLog
Roland McGrath [Tue, 6 Jan 2009 08:54:49 +0000 (00:54 -0800)]
Fix decompression logic.
Ulrich Drepper [Tue, 6 Jan 2009 08:30:01 +0000 (00:30 -0800)]
Implement call frame information dumping.
Roland McGrath [Tue, 6 Jan 2009 08:10:23 +0000 (00:10 -0800)]
libdwfl -k/-K match compressed .ko files
Roland McGrath [Tue, 6 Jan 2009 07:59:32 +0000 (23:59 -0800)]
libdwfl automagic decompression support
Roland McGrath [Tue, 6 Jan 2009 06:12:31 +0000 (22:12 -0800)]
Add run-dwarfcmp-self test.
Roland McGrath [Mon, 5 Jan 2009 09:16:10 +0000 (01:16 -0800)]
Add -i option to ignore DWARFless files.
Roland McGrath [Sun, 4 Jan 2009 13:11:23 +0000 (05:11 -0800)]
unpolished first milestone for C++ and dwarfcmp
Roland McGrath [Fri, 2 Jan 2009 21:17:48 +0000 (13:17 -0800)]
Merge ssh://git.fedorahosted.org/git/elfutils into roland/fixes-for-c++
Ulrich Drepper [Fri, 2 Jan 2009 04:18:48 +0000 (20:18 -0800)]
Optimize x86/x86-64 disassembler tables.
Ulrich Drepper [Fri, 2 Jan 2009 03:00:41 +0000 (19:00 -0800)]
Unpdate copyright in messages.
Ulrich Drepper [Fri, 2 Jan 2009 02:52:05 +0000 (18:52 -0800)]
Add Intel SSE4 support to disassembler.
Petr Machata [Thu, 1 Jan 2009 16:38:47 +0000 (17:38 +0100)]
dwarflint tweaks
- Memory allocation now done with xrealloc, xcalloc functions. As a
consequence, backoff for out of memory conditions was turned off.
- Coding style was improved on many places.
- Abbrev tag and name validation changed, everything up to the hi_user
is now accepted.
- Ambiguous references to NULL DIEs and Abbrevs were changed to explicitly
mention DIE with zero code and similar.
Roland McGrath [Thu, 1 Jan 2009 01:30:51 +0000 (17:30 -0800)]
Merge ssh://git.fedorahosted.org/git/elfutils into roland/fixes-for-c++
Roland McGrath [Wed, 31 Dec 2008 20:13:06 +0000 (12:13 -0800)]
Update .spec file 0.138 date line.
Signed-off-by: Roland McGrath <roland@redhat.com>
Ulrich Drepper [Wed, 31 Dec 2008 20:03:45 +0000 (12:03 -0800)]
Replay output operations correctly when internal buffer in x86/x86-64
disasembler code is full.
Ulrich Drepper [Wed, 31 Dec 2008 19:42:06 +0000 (11:42 -0800)]
Slightly better formatting in generating disassembly data.
Ulrich Drepper [Wed, 31 Dec 2008 19:34:47 +0000 (11:34 -0800)]
Optimize x86/x86-64 disassembler some more. Avoid relocations for string
table.
Ulrich Drepper [Wed, 31 Dec 2008 18:21:51 +0000 (10:21 -0800)]
Fix printing of rex prefix in x86-64 disassembler.
Ulrich Drepper [Wed, 31 Dec 2008 18:15:30 +0000 (10:15 -0800)]
Optimize x86/x86-64 disassembler a bit.
Ulrich Drepper [Wed, 31 Dec 2008 17:12:50 +0000 (09:12 -0800)]
Mark constant array as const.
Ulrich Drepper [Wed, 31 Dec 2008 17:02:54 +0000 (09:02 -0800)]
Implement blendvpd and blendvps opcodes in x86/x86-64 disassembler.
Roland McGrath [Wed, 31 Dec 2008 08:21:04 +0000 (00:21 -0800)]
dwarf_haschildren: Return -1 for error case, not 0.
Ulrich Drepper [Wed, 31 Dec 2008 07:24:09 +0000 (23:24 -0800)]
Implement blendps opcode for x86/x86-64.
Ulrich Drepper [Wed, 31 Dec 2008 07:12:16 +0000 (23:12 -0800)]
Implement disassembly of blendpd instruction for x86/x86-64.
Ulrich Drepper [Wed, 31 Dec 2008 05:49:41 +0000 (21:49 -0800)]
We now need automake 1.8 for no-dist-gzip.
Roland McGrath [Wed, 24 Dec 2008 10:04:40 +0000 (02:04 -0800)]
0.138 spec updates
Roland McGrath [Wed, 24 Dec 2008 10:01:04 +0000 (02:01 -0800)]
Distribute .tar.bz2 file, not .tar.gz file.
Roland McGrath [Wed, 24 Dec 2008 10:00:35 +0000 (02:00 -0800)]
Rewrite awk magic to generate spec file changelog.
Roland McGrath [Wed, 24 Dec 2008 09:09:18 +0000 (01:09 -0800)]
0.138 items
Roland McGrath [Fri, 19 Dec 2008 09:21:42 +0000 (01:21 -0800)]
Merge branch 'master' into roland/bug-compat
Ulrich Drepper [Fri, 19 Dec 2008 09:15:00 +0000 (01:15 -0800)]
Merge branch 'master' of ssh://git.fedorahosted.org/git/elfutils
Ulrich Drepper [Fri, 19 Dec 2008 09:14:12 +0000 (01:14 -0800)]
Implement AMD 3DNOW disassembly.
Roland McGrath [Thu, 18 Dec 2008 23:47:01 +0000 (15:47 -0800)]
Merge branch 'master' into roland/bug-compat
Conflicts:
libdwfl/ChangeLog
Roland McGrath [Thu, 18 Dec 2008 23:08:09 +0000 (15:08 -0800)]
Fix last fix: ET_DYN addresses are taken as relative to MOD->low_addr.
Ulrich Drepper [Thu, 18 Dec 2008 06:25:09 +0000 (22:25 -0800)]
.
Ulrich Drepper [Thu, 18 Dec 2008 06:24:14 +0000 (22:24 -0800)]
(i386_disasm): If instruction matches prefix, undoing the prefix match
finishes the instruction.
Roland McGrath [Thu, 18 Dec 2008 00:55:50 +0000 (16:55 -0800)]
Merge branch 'master' of ssh://git.fedorahosted.org/git/elfutils into roland/bug-compat
Roland McGrath [Wed, 17 Dec 2008 01:03:03 +0000 (17:03 -0800)]
Install elfutils/version.h header for library compatibility checking.
Roland McGrath [Wed, 17 Dec 2008 00:21:40 +0000 (16:21 -0800)]
Bug compatibility wrapper for ELFUTILS_0.130 dwfl_module_build_id behavior.
Petr Machata [Tue, 16 Dec 2008 21:09:27 +0000 (22:09 +0100)]
Merge branch 'master' of ssh://pmachata@git.fedorahosted.org/git/elfutils into pmachata/dwarflint
Petr Machata [Tue, 16 Dec 2008 21:08:59 +0000 (22:08 +0100)]
Fixes in dwarflint
- convert some ERRORs to WARNINGs
- check unnecessarily long encoding of ULEB128 and SLEB128
- fixes in checking terminating NULL abbrev and DIE
- fix in string coverage analysis which would SIGSEGV in absence of
DWARF strings section
Roland McGrath [Tue, 16 Dec 2008 03:39:08 +0000 (19:39 -0800)]
Merge branch 'master' into roland/pending
Roland McGrath [Tue, 16 Dec 2008 03:38:52 +0000 (19:38 -0800)]
Roland McGrath [Tue, 16 Dec 2008 03:34:03 +0000 (19:34 -0800)]
Merge branch 'master' into roland/pending