1. cfdd86e Handle DW_AT_data_member_location of class constant magically in dwarf_getlocation{,_addr}. by Roland McGrath · 15 years ago
  2. 70c442c Add support for STB_GNU_UNIQUE to libebl. by Ulrich Drepper · 15 years ago
  3. 46d5827 Fix last change. by Roland McGrath · 15 years ago
  4. c01442b Merge branch 'master' of ssh://git.fedorahosted.org/git/elfutils by Roland McGrath · 15 years ago
  5. dffc33d Handle unknown register numbers gracefully in readelf -n core reading. by Roland McGrath · 15 years ago
  6. 321c094 Sending translation for German by micm · 15 years ago
  7. 5dbccdb readelf: Add -N option, speeds up DWARF printing without address->name lookups. by Roland McGrath · 15 years ago
  8. 8d74322 Sending translation for German by micm · 15 years ago
  9. 2256e36 __libdwfl_report_elf: Return NULL on overlap, don't (double) close elf. by Mark Wielaard · 15 years ago
  10. 05c4e04 Do some constification to avoid dubious casts. by Roland McGrath · 15 years ago
  11. 99d2372 Squashed commit of the following: by Ulrich Drepper · 15 years ago
  12. f189493 Add aliases for elf_getshnum and elf_getshstrndx. by Ulrich Drepper · 15 years ago
  13. b47d290 Add support for IRELATIVE relocations. by Ulrich Drepper · 15 years ago
  14. e94b1b2 Typo by Roland McGrath · 15 years ago
  15. e7c1633 Fix trivial regression in last commit. by Roland McGrath · 15 years ago
  16. e2eabd8 Slight optimization of dwarf_getmacros for loops. by Roland McGrath · 15 years ago
  17. db19f0b Moved misplaced ChangeLog entry. by Roland McGrath · 15 years ago
  18. 0c735a9 Cosmetic fixup and missed EXTRA_DIST file. by Roland McGrath · 15 years ago
  19. f3df61f Fix dwarf_getmacros so that it passes newly-added test by Petr Machata · 15 years ago
  20. d24c7bf Add a test for dwarf_getmacros by Petr Machata · 15 years ago
  21. e231261 Merge commit 'origin/master' into pmachata/pending by Petr Machata · 15 years ago
  22. 589b3d3 Sending translation for Italian by tombo · 15 years ago
  23. 0cbbf77 Sending translation for po/it.po by tombo · 15 years ago
  24. 61ad089 Merge branch 'master' of ssh://git.fedorahosted.org/git/elfutils by Ulrich Drepper · 15 years ago
  25. c803fbe Add test of st_other field of symbol table entries. by Ulrich Drepper · 15 years ago
  26. a7cb532 Sending translation for Spanish by logan · 15 years ago
  27. bb7a68a Sending translation for Spanish by logan · 15 years ago
  28. 300f3a4 0.141 release. by Ulrich Drepper · 15 years ago
  29. f9545c4 Fix building tests with mudflap. by Ulrich Drepper · 15 years ago
  30. 4f51571 Avoid symbol versioning unless building code for DSO. by Ulrich Drepper · 15 years ago
  31. aab90f9 Add missing dependencies on compression libraries for static builds. by Ulrich Drepper · 15 years ago
  32. 2fe3aa6 Revert leaked bogon. by Roland McGrath · 15 years ago
  33. c65558b Fix relocation when symbols are resolved in non-ET_REL modules. by Roland McGrath · 15 years ago
  34. cc48047 Fix dwfl_module_build_id regression in last change. by Roland McGrath · 15 years ago
  35. 19a8e4d Fix derelocate crash for non-ET_REL file with some sh_addr at 0. by Roland McGrath · 15 years ago
  36. 1036157 Add missing internal_function attribute. by Roland McGrath · 15 years ago
  37. 8a59241 addr2line: Honor -s and -A for file names of inline call sites. by Roland McGrath · 15 years ago
  38. d86e183 Support -j option in addr2line to match binutils. by Roland McGrath · 15 years ago
  39. a605a3c Break out __libdwfl_getelf internal function. by Roland McGrath · 15 years ago
  40. 105e398 Fiddle version.h magic back, so all the computation is in configure. by Roland McGrath · 15 years ago
  41. 6efdf25 Sending translation for German by tbull · 15 years ago
  42. 8df6586 Arithmetic is hard. by Roland McGrath · 15 years ago
  43. ee9d60d _ELFUTILS_PREREQ magic update for 0.y.z numbers by Roland McGrath · 15 years ago
  44. c6f20e4 Handle ARM VFP register names. by Roland McGrath · 15 years ago
  45. 8ec8215 NT_PRXFPREG -> NT_PRXFPREG by Roland McGrath · 15 years ago
  46. 2fb9051 Fix 32/64 CIE header format CIE_id matching. by Roland McGrath · 15 years ago
  47. eb9ba47 Nominal ARM support. by Roland McGrath · 15 years ago
  48. 94f4383 Fix error message. by Roland McGrath · 15 years ago
  49. 54eb890 NEWS items for notable changes since 0.140 by Roland McGrath · 15 years ago
  50. fa25326 Fix RHBZ#494858: fix bad address checks in core file support. by Roland McGrath · 15 years ago
  51. 04a1416 Fix strip -f infinite loop when coping with some extra kooky object sections. by Roland McGrath · 15 years ago
  52. 9f3610f Merge branch 'roland/getsym' by Roland McGrath · 15 years ago
  53. ec84323 Sending translation for Spanish by elsupergomez · 15 years ago
  54. 68f29f9 Make dwfl_module_getsym yield shndx -1 for any non-allocated section. by Roland McGrath · 15 years ago
  55. 785dbb1 Fix double-adjust for ET_REL. by Roland McGrath · 15 years ago
  56. 8987b87 Merge branch 'master' of ssh://git.fedorahosted.org/git/elfutils by Roland McGrath · 15 years ago
  57. 243fa26 dwfl_module_getsym should not adjust symbols from non-SHF_ALLOC sections. by Roland McGrath · 15 years ago
  58. 4e1b7c9 Sending translation for po/de.po by tomspur · 15 years ago
  59. dae7be7 Sending translation for po/es.po by beckerde · 15 years ago
  60. d5ff667 Update elf.h and some tables; fill in sparc backend reloc table. by Roland McGrath · 15 years ago
  61. 6a4bdd9 Add DW_CFA_GNU_negative_offset_extended. by Roland McGrath · 15 years ago
  62. 329ed9f __libdwfl_find_build_id optimization nit by Roland McGrath · 15 years ago
  63. 8651c5e Fix RHBZ#489439: dwfl_module_build_id yields wrong vaddr for prelinked DSO by Roland McGrath · 15 years ago
  64. 8a3b0fa 0.140 release. by Ulrich Drepper · 16 years ago
  65. 7ee70eb Fix last commit. by Roland McGrath · 16 years ago
  66. 4d6d0f7 Handle attribute tag GNU_Power_ABI_Struct_Return. by Roland McGrath · 16 years ago
  67. 31fd654 Fix build_id vaddr calculation for ET_REL modules. by Roland McGrath · 16 years ago
  68. fe31538 typo by Roland McGrath · 16 years ago
  69. 288dfcc Merge branch 'master' of ssh://git.fedorahosted.org/git/elfutils by Ulrich Drepper · 16 years ago
  70. 18fb639 Don't write uninitialized data into zeroth section header entry. by Ulrich Drepper · 16 years ago
  71. 5453abf Omit module sanity checks on offline modules. by Roland McGrath · 16 years ago
  72. 45c01cd Remove assert depending on confluence of guesses without anomaly. by Roland McGrath · 16 years ago
  73. a9d51bf Fix crash in libdw with empty input files. by Ulrich Drepper · 16 years ago
  74. 973a9c7 Also fix output for DW_CFA_val_expression. by Ulrich Drepper · 16 years ago
  75. 82937be Remove commented-out call in readelf. by Ulrich Drepper · 16 years ago
  76. b3490b5 Fix DW_CFA_expression output in readelf. by Ulrich Drepper · 16 years ago
  77. 8cbc8e6 Yet more label fixes in readelf output of debug_info. by Ulrich Drepper · 16 years ago
  78. 51b3f47 Minor code cleanups in objdump. by Ulrich Drepper · 16 years ago
  79. 04af018 Merge branch 'master' of ssh://git.fedorahosted.org/git/elfutils by Ulrich Drepper · 16 years ago
  80. 411cdb2 Minor output problems in readelf debug_info section printing fixed. by Ulrich Drepper · 16 years ago
  81. c2e71c5 Document possible ld problem. by Ulrich Drepper · 16 years ago
  82. f44f0ce Better spacing in objdump output for relocation sections. by Ulrich Drepper · 16 years ago
  83. 95fa15e Reduce common code in objdump. Better error value on ebl_reloc_type_name. by Ulrich Drepper · 16 years ago
  84. cbb422e Print symbol offsets in relation list output from objdump as signed values. by Ulrich Drepper · 16 years ago
  85. d11522f Document possible elf_strptr problem. by Ulrich Drepper · 16 years ago
  86. c54453b Fix argument handling in ar. by Ulrich Drepper · 16 years ago
  87. cea5ee3 Document possible optimization in libelf. by Ulrich Drepper · 16 years ago
  88. 5ee720c Fix error handling in a few programs. by Ulrich Drepper · 16 years ago
  89. e8d3528 zip.m4: Fix --with/--without argument handling. by Roland McGrath · 16 years ago
  90. 03288f0 Fiddle internal type decls for C++ scoping. by Roland McGrath · 16 years ago
  91. c5acb30 (struct Dwarf_Files_s): Replace dbg field with cu field. by Roland McGrath · 16 years ago
  92. 51f0128 readelf .debug_loc robustness fixes. by Roland McGrath · 16 years ago
  93. e738ad2 (__libdwfl_report_elf): Ignore trailing PT_LOAD with zero vaddr and memsz. by Roland McGrath · 16 years ago
  94. f46272a dwarf_ranges.c: Return 0 when no ranges or *_pc attrs at all. by Roland McGrath · 16 years ago
  95. 119f4ac Fix commit in updatenull_wrlock wrt to layout resulting from section header by Ulrich Drepper · 16 years ago
  96. d31505f dwarf_getattrs.c: Correctly skip attribute values when restarting. by Roland McGrath · 16 years ago
  97. 11ed669 Fix typo in last change. by Ulrich Drepper · 16 years ago
  98. 6cbd7ad Fix typo in comment. by Ulrich Drepper · 16 years ago
  99. cdf7b9a Merge branch 'master' of ssh://git.fedorahosted.org/git/elfutils by Ulrich Drepper · 16 years ago
  100. 2a07f05 Explain EBL ABI policy. by Ulrich Drepper · 16 years ago