]> git.ipfire.org Git - thirdparty/elfutils.git/log
thirdparty/elfutils.git
16 years agoImplement qualified messages in place or old warning/error scheme
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

16 years agoExtract functions that format dwarf enums into a file of its own.
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.

16 years agoLook up abbreviations with bisect search.
Petr Machata [Fri, 9 Jan 2009 23:34:48 +0000 (00:34 +0100)] 
Look up abbreviations with bisect search.

16 years agoFix checks for unreferenced bytes in dwarflint.
Petr Machata [Fri, 9 Jan 2009 22:34:38 +0000 (23:34 +0100)] 
Fix checks for unreferenced bytes in dwarflint.

16 years agoCheck that the sibling doesn't point to the terminating DIE.
Petr Machata [Wed, 7 Jan 2009 16:56:12 +0000 (17:56 +0100)] 
Check that the sibling doesn't point to the terminating DIE.

16 years agodwarflint recognizes --gnu option.
Petr Machata [Wed, 7 Jan 2009 16:51:49 +0000 (17:51 +0100)] 
dwarflint recognizes --gnu option.

16 years agoCheck if DIE has_children and sibling, but doesn't have DW_AT_sibling
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.)

16 years agoRewrite abbrev_table_load to handle sequences of zeroes more intelligently.
Petr Machata [Wed, 7 Jan 2009 15:23:26 +0000 (16:23 +0100)] 
Rewrite abbrev_table_load to handle sequences of zeroes more intelligently.

16 years agoRewrite read_ctx_read_var to use a switch.
Petr Machata [Wed, 7 Jan 2009 15:15:56 +0000 (16:15 +0100)] 
Rewrite read_ctx_read_var to use a switch.

16 years agoCheck DW_AT_sibling correctness in dwarflint.
Petr Machata [Tue, 6 Jan 2009 18:52:19 +0000 (19:52 +0100)] 
Check DW_AT_sibling correctness in dwarflint.

16 years agoMerge commit 'origin/master' into pmachata/dwarflint
Petr Machata [Tue, 6 Jan 2009 16:18:47 +0000 (17:18 +0100)] 
Merge commit 'origin/master' into pmachata/dwarflint

16 years agoItem for gzip/bzip2 support in libdwfl.
Roland McGrath [Tue, 6 Jan 2009 10:14:26 +0000 (02:14 -0800)] 
Item for gzip/bzip2 support in libdwfl.

16 years agoFix nits in .ko.{gz,bz2} matching.
Roland McGrath [Tue, 6 Jan 2009 10:04:51 +0000 (02:04 -0800)] 
Fix nits in .ko.{gz,bz2} matching.

16 years agoMerge branch 'master' of ssh://git.fedorahosted.org/git/elfutils into libdwfl-decompress
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

16 years agoFix decompression logic.
Roland McGrath [Tue, 6 Jan 2009 08:54:49 +0000 (00:54 -0800)] 
Fix decompression logic.

16 years agoImplement call frame information dumping.
Ulrich Drepper [Tue, 6 Jan 2009 08:30:01 +0000 (00:30 -0800)] 
Implement call frame information dumping.

16 years agolibdwfl -k/-K match compressed .ko files
Roland McGrath [Tue, 6 Jan 2009 08:10:23 +0000 (00:10 -0800)] 
libdwfl -k/-K match compressed .ko files

16 years agolibdwfl automagic decompression support
Roland McGrath [Tue, 6 Jan 2009 07:59:32 +0000 (23:59 -0800)] 
libdwfl automagic decompression support

16 years agoOptimize x86/x86-64 disassembler tables.
Ulrich Drepper [Fri, 2 Jan 2009 04:18:48 +0000 (20:18 -0800)] 
Optimize x86/x86-64 disassembler tables.

16 years agoUnpdate copyright in messages.
Ulrich Drepper [Fri, 2 Jan 2009 03:00:41 +0000 (19:00 -0800)] 
Unpdate copyright in messages.

16 years agoAdd Intel SSE4 support to disassembler.
Ulrich Drepper [Fri, 2 Jan 2009 02:52:05 +0000 (18:52 -0800)] 
Add Intel SSE4 support to disassembler.

16 years agodwarflint tweaks
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.

16 years agoUpdate .spec file 0.138 date line. elfutils-0.138
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>
16 years agoReplay output operations correctly when internal buffer in x86/x86-64
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.

16 years agoSlightly better formatting in generating disassembly data.
Ulrich Drepper [Wed, 31 Dec 2008 19:42:06 +0000 (11:42 -0800)] 
Slightly better formatting in generating disassembly data.

16 years agoOptimize x86/x86-64 disassembler some more. Avoid relocations for string
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.

16 years agoFix printing of rex prefix in x86-64 disassembler.
Ulrich Drepper [Wed, 31 Dec 2008 18:21:51 +0000 (10:21 -0800)] 
Fix printing of rex prefix in x86-64 disassembler.

16 years agoOptimize x86/x86-64 disassembler a bit.
Ulrich Drepper [Wed, 31 Dec 2008 18:15:30 +0000 (10:15 -0800)] 
Optimize x86/x86-64 disassembler a bit.

16 years agoMark constant array as const.
Ulrich Drepper [Wed, 31 Dec 2008 17:12:50 +0000 (09:12 -0800)] 
Mark constant array as const.

16 years agoImplement blendvpd and blendvps opcodes in x86/x86-64 disassembler.
Ulrich Drepper [Wed, 31 Dec 2008 17:02:54 +0000 (09:02 -0800)] 
Implement blendvpd and blendvps opcodes in x86/x86-64 disassembler.

16 years agoImplement blendps opcode for x86/x86-64.
Ulrich Drepper [Wed, 31 Dec 2008 07:24:09 +0000 (23:24 -0800)] 
Implement blendps opcode for x86/x86-64.

16 years agoImplement disassembly of blendpd instruction 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.

16 years agoWe now need automake 1.8 for no-dist-gzip.
Ulrich Drepper [Wed, 31 Dec 2008 05:49:41 +0000 (21:49 -0800)] 
We now need automake 1.8 for no-dist-gzip.

16 years ago0.138 spec updates
Roland McGrath [Wed, 24 Dec 2008 10:04:40 +0000 (02:04 -0800)] 
0.138 spec updates

16 years agoDistribute .tar.bz2 file, not .tar.gz file.
Roland McGrath [Wed, 24 Dec 2008 10:01:04 +0000 (02:01 -0800)] 
Distribute .tar.bz2 file, not .tar.gz file.

16 years agoRewrite awk magic to generate spec file changelog.
Roland McGrath [Wed, 24 Dec 2008 10:00:35 +0000 (02:00 -0800)] 
Rewrite awk magic to generate spec file changelog.

16 years ago0.138 items
Roland McGrath [Wed, 24 Dec 2008 09:09:18 +0000 (01:09 -0800)] 
0.138 items

16 years agoMerge branch 'master' into roland/bug-compat
Roland McGrath [Fri, 19 Dec 2008 09:21:42 +0000 (01:21 -0800)] 
Merge branch 'master' into roland/bug-compat

16 years agoMerge branch 'master' of ssh://git.fedorahosted.org/git/elfutils
Ulrich Drepper [Fri, 19 Dec 2008 09:15:00 +0000 (01:15 -0800)] 
Merge branch 'master' of ssh://git.fedorahosted.org/git/elfutils

16 years agoImplement AMD 3DNOW disassembly.
Ulrich Drepper [Fri, 19 Dec 2008 09:14:12 +0000 (01:14 -0800)] 
Implement AMD 3DNOW disassembly.

16 years agoMerge branch 'master' into roland/bug-compat
Roland McGrath [Thu, 18 Dec 2008 23:47:01 +0000 (15:47 -0800)] 
Merge branch 'master' into roland/bug-compat

Conflicts:
libdwfl/ChangeLog

16 years agoFix last fix: ET_DYN addresses are taken as relative to MOD->low_addr.
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.

16 years ago.
Ulrich Drepper [Thu, 18 Dec 2008 06:25:09 +0000 (22:25 -0800)] 
.

16 years ago(i386_disasm): If instruction matches prefix, undoing the prefix match
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.

16 years agoMerge branch 'master' of ssh://git.fedorahosted.org/git/elfutils into roland/bug...
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

16 years agoInstall elfutils/version.h header for library compatibility checking.
Roland McGrath [Wed, 17 Dec 2008 01:03:03 +0000 (17:03 -0800)] 
Install elfutils/version.h header for library compatibility checking.

16 years agoBug compatibility wrapper for ELFUTILS_0.130 dwfl_module_build_id behavior.
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.

16 years agoMerge branch 'master' of ssh://pmachata@git.fedorahosted.org/git/elfutils into pmacha...
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

16 years agoFixes in 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

16 years agoMerge branch 'master' into roland/pending
Roland McGrath [Tue, 16 Dec 2008 03:39:08 +0000 (19:39 -0800)] 
Merge branch 'master' into roland/pending

16 years agoMerge commit '970a1663'
Roland McGrath [Tue, 16 Dec 2008 03:38:52 +0000 (19:38 -0800)] 
Merge commit '970a1663'

16 years agoMerge branch 'master' into roland/pending
Roland McGrath [Tue, 16 Dec 2008 03:34:03 +0000 (19:34 -0800)] 
Merge branch 'master' into roland/pending

16 years ago(dwfl_module_relocate_address): Apply main.bias, not debug.bias.
Roland McGrath [Tue, 16 Dec 2008 03:33:33 +0000 (19:33 -0800)] 
(dwfl_module_relocate_address): Apply main.bias, not debug.bias.

16 years agoInitial commit of dwarflint work
Petr Machata [Mon, 15 Dec 2008 14:50:13 +0000 (15:50 +0100)] 
Initial commit of dwarflint work

16 years agoComment fix in last change.
Roland McGrath [Fri, 12 Dec 2008 05:23:44 +0000 (21:23 -0800)] 
Comment fix in last change.

16 years agoDon't crash in fill code when sh_offset layout is out of order.
Roland McGrath [Fri, 12 Dec 2008 05:15:09 +0000 (21:15 -0800)] 
Don't crash in fill code when sh_offset layout is out of order.

16 years agolibelf.h (Elf_Data): Whitespace fix.
Roland McGrath [Fri, 12 Dec 2008 05:12:48 +0000 (21:12 -0800)] 
libelf.h (Elf_Data): Whitespace fix.

16 years agoFix crashes on bad sh_name/st_name offsets.
Roland McGrath [Fri, 12 Dec 2008 05:00:12 +0000 (21:00 -0800)] 
Fix crashes on bad sh_name/st_name offsets.

16 years agoFixes RHBZ#465878: eu-readelf crash on empty archive
Roland McGrath [Thu, 11 Dec 2008 10:09:28 +0000 (02:09 -0800)] 
Fixes RHBZ#465878: eu-readelf crash on empty archive

16 years ago* elf_getarhdr.c (elf_getarhdr): Fix missing rename in last change.
Roland McGrath [Thu, 11 Dec 2008 05:42:06 +0000 (21:42 -0800)] 
* elf_getarhdr.c (elf_getarhdr): Fix missing rename in last change.

16 years agoAdd .gitignore file.
Roland McGrath [Wed, 10 Dec 2008 22:30:51 +0000 (14:30 -0800)] 
Add .gitignore file.

16 years agomerge of '4c5dbb5e116d9a9c7f9014a3dcbabba8e7d89327'
Roland McGrath [Thu, 4 Dec 2008 06:28:06 +0000 (06:28 +0000)] 
merge of '4c5dbb5e116d9a9c7f9014a3dcbabba8e7d89327'
     and 'fddaff07d3c095a3d26f41fe7a7da147c024bd96'

16 years agopropagate from branch 'com.redhat.elfutils.roland.pending.libelf-threads' (head fc97c...
Ulrich Drepper [Thu, 4 Dec 2008 05:58:16 +0000 (05:58 +0000)] 
propagate from branch 'com.redhat.elfutils.roland.pending.libelf-threads' (head fc97c9c202b5d7d7699a3b1d5c53007a2ef37bb1)
            to branch 'com.redhat.elfutils' (head 67cccb9bfffc1a7fe3d8d355a2d9b6d0e489ff81)

16 years ago[USE_TLS] Link libasm.so with libpthread.
Ulrich Drepper [Thu, 4 Dec 2008 06:09:56 +0000 (06:09 +0000)] 
[USE_TLS] Link libasm.so with libpthread.

16 years agosrc/
Roland McGrath [Wed, 3 Dec 2008 03:41:58 +0000 (03:41 +0000)] 
src/
2008-12-02  Roland McGrath  <roland@redhat.com>

* readelf.c (count_dwflmod, process_file): Don't presume encoding of
nonzero OFFSET argument to dwfl_getmodules.

17 years agoFix some entries in i386_reloc.def.
Ulrich Drepper [Sat, 4 Oct 2008 20:39:55 +0000 (20:39 +0000)] 
Fix some entries in i386_reloc.def.

17 years agolibdwfl/
Roland McGrath [Tue, 30 Sep 2008 06:35:35 +0000 (06:35 +0000)] 
libdwfl/
2008-09-29  Roland McGrath  <roland@redhat.com>

* segment.c (insert): Must realloc DWFL->lookup_module here too.
(dwfl_report_segment): Clear DWFL->lookup_module before insert calls.

17 years ago0.137 release. elfutils-0.137
Ulrich Drepper [Wed, 27 Aug 2008 03:01:47 +0000 (03:01 +0000)] 
0.137 release.

17 years agopropagate from branch 'com.redhat.elfutils.pmachata.threads' (head 6db56f08d1ba946c22...
Roland McGrath [Tue, 26 Aug 2008 07:20:29 +0000 (07:20 +0000)] 
propagate from branch 'com.redhat.elfutils.pmachata.threads' (head 6db56f08d1ba946c22c9bcfaec0ddeb6532e1dcc)
            to branch 'com.redhat.elfutils.roland.pending' (head d0bf16e5588ef191b1541ac0d07d841c1cf52fc9)

17 years ago0.136 release. elfutils-0.136
Ulrich Drepper [Tue, 26 Aug 2008 02:51:12 +0000 (02:51 +0000)] 
0.136 release.

17 years agoFix up bogon and missing log entries from .pmachata.threads branch.
Roland McGrath [Mon, 25 Aug 2008 22:55:17 +0000 (22:55 +0000)] 
Fix up bogon and missing log entries from .pmachata.threads branch.

17 years agoFix build problem after merge of pmachata.threads branch when compiled without
Ulrich Drepper [Sat, 16 Aug 2008 03:53:00 +0000 (03:53 +0000)] 
Fix build problem after merge of pmachata.threads branch when compiled without
thread support.

17 years agopropagate from branch 'com.redhat.elfutils.pmachata.threads' (head 8bd3bc10eb015c96f7...
Ulrich Drepper [Sat, 16 Aug 2008 03:09:13 +0000 (03:09 +0000)] 
propagate from branch 'com.redhat.elfutils.pmachata.threads' (head 8bd3bc10eb015c96f7bafcc6a22c973620b57dd8)
            to branch 'com.redhat.elfutils' (head c5a11b6b3329382f1b5ffd0020f0d93c64176f20)

17 years agosrc/
Roland McGrath [Thu, 7 Aug 2008 08:39:41 +0000 (08:39 +0000)] 
src/
(find_symbol): Likewise.
Convert plain number, or handle strings like "(section)+offset"
or "symbol+offset".

17 years agocosmetic
Roland McGrath [Thu, 22 May 2008 20:28:05 +0000 (20:28 +0000)] 
cosmetic

17 years ago0.135 release. elfutils-0.135
Ulrich Drepper [Mon, 12 May 2008 22:16:00 +0000 (22:16 +0000)] 
0.135 release.

17 years ago0.135 items
Roland McGrath [Wed, 7 May 2008 18:38:35 +0000 (18:38 +0000)] 
0.135 items

17 years agolibdwfl/
Roland McGrath [Wed, 7 May 2008 18:37:14 +0000 (18:37 +0000)] 
libdwfl/
2008-05-06  Roland McGrath  <roland@frob.com>

* linux-kernel-modules.c (dwfl_linux_kernel_report_offline): Use
FTS_LOGICAL here too.
(dwfl_linux_kernel_find_elf): Likewise.

17 years agopropagate from branch 'com.redhat.elfutils' (head bef2134618ae8468c403066e350769ec46e...
Roland McGrath [Tue, 29 Apr 2008 01:49:50 +0000 (01:49 +0000)] 
propagate from branch 'com.redhat.elfutils' (head bef2134618ae8468c403066e350769ec46e303b7)
            to branch 'com.redhat.elfutils.roland.pending' (head 0a8081a6b3306c7fc090f01691f4c561b841d4f0)

17 years agosrc/
Roland McGrath [Fri, 11 Apr 2008 07:01:58 +0000 (07:01 +0000)] 
src/
* strip.c (handle_elf): Don't keep sections that kept symbol tables
refer to.  Instead, just be sure to preserve the original symbol
table in the debug file so those symbols go with their sections and
can be elided from the stripped version of the symbol table.

tests/
* testfile48.bz2, testfile48.bz2.debug: New data files.
* Makefile.am (EXTRA_DIST): Add them.
* run-strip-test8.sh: Use them.

17 years agoelfutils 0.134 release. elfutils-0.134
Ulrich Drepper [Tue, 8 Apr 2008 23:17:50 +0000 (23:17 +0000)] 
elfutils 0.134 release.

17 years agolibdwfl/
Roland McGrath [Sun, 6 Apr 2008 01:57:32 +0000 (01:57 +0000)] 
libdwfl/
* linux-proc-maps.c (proc_maps_report): Don't leak LAST_FILE.

17 years ago0.134 items
Roland McGrath [Sat, 5 Apr 2008 00:40:51 +0000 (00:40 +0000)] 
0.134 items

17 years agobackends/
Roland McGrath [Tue, 1 Apr 2008 02:30:05 +0000 (02:30 +0000)] 
backends/
* 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.

17 years agolibdwfl/
Roland McGrath [Wed, 26 Mar 2008 20:51:59 +0000 (20:51 +0000)] 
libdwfl/
* dwfl_module_getdwarf.c (load_symtab): Don't return success for
SHT_DYNSYM, just set *SYMSCN like the comment says.

17 years ago0.133 release. elfutils-0.133
Ulrich Drepper [Sat, 1 Mar 2008 18:39:51 +0000 (18:39 +0000)] 
0.133 release.

17 years agoMore news for 0.133.
Ulrich Drepper [Sat, 1 Mar 2008 18:34:56 +0000 (18:34 +0000)] 
More news for 0.133.

17 years agosrc/
Roland McGrath [Fri, 29 Feb 2008 10:17:16 +0000 (10:17 +0000)] 
src/
2008-02-29  Roland McGrath  <roland@redhat.com>

* readelf.c (print_attributes): Add a cast.
* elflint.c (check_attributes): Likewise.

* unaligned.h (add_8ubyte_unaligned): Cast PTR argument for parity
with [UNALIGNED_ACCESS_CLASS == BYTE_ORDER] definition.
(add_4ubyte_unaligned, add_2ubyte_unaligned): Likewise.

17 years agoAdd missing file
Ulrich Drepper [Sat, 23 Feb 2008 06:50:01 +0000 (06:50 +0000)] 
Add missing file
Add more TLS support for x86 linker.

17 years agotests/
Roland McGrath [Fri, 22 Feb 2008 08:14:07 +0000 (08:14 +0000)] 
tests/
2008-02-22  Roland McGrath  <roland@redhat.com>

* run-elflint-test.sh: Typo fix.

17 years agoFinish elflint .gnu.attributes checking
Roland McGrath [Thu, 21 Feb 2008 06:19:39 +0000 (06:19 +0000)] 
Finish elflint .gnu.attributes checking

17 years agoStart implementation of x86 TLS implementation in ld.
Ulrich Drepper [Sat, 2 Feb 2008 10:01:53 +0000 (10:01 +0000)] 
Start implementation of x86 TLS implementation in ld.

17 years agoMinor optimization in parameter substituion loop in ld.
Ulrich Drepper [Fri, 1 Feb 2008 23:52:59 +0000 (23:52 +0000)] 
Minor optimization in parameter substituion loop in ld.

17 years agoImplement SHA1 build-id handling in ld.
Ulrich Drepper [Fri, 1 Feb 2008 18:05:21 +0000 (18:05 +0000)] 
Implement SHA1 build-id handling in ld.

17 years agoAdd missing files.
Ulrich Drepper [Fri, 1 Feb 2008 02:19:56 +0000 (02:19 +0000)] 
Add missing files.

17 years agoImplement --build-id command line parameter for ld.
Ulrich Drepper [Thu, 31 Jan 2008 19:44:12 +0000 (19:44 +0000)] 
Implement --build-id command line parameter for ld.

17 years agoRewrite old-style parameters.
Ulrich Drepper [Wed, 30 Jan 2008 07:16:28 +0000 (07:16 +0000)] 
Rewrite old-style parameters.

17 years agoFinish implementation of .gnu.hash.
Ulrich Drepper [Wed, 30 Jan 2008 06:33:33 +0000 (06:33 +0000)] 
Finish implementation of .gnu.hash.

17 years agoFix elflint messages for new hash table analysis.
Ulrich Drepper [Tue, 29 Jan 2008 10:42:07 +0000 (10:42 +0000)] 
Fix elflint messages for new hash table analysis.

17 years agoRemove magic assignment of indeces in the dynsym
Ulrich Drepper [Fri, 25 Jan 2008 00:18:42 +0000 (00:18 +0000)] 
Remove magic assignment of indeces in the dynsym
section.  Start implementation of --hash-style.