1. af80014 Rejigger calling conventions for dwarf_frame_{cfa,register}. by Roland McGrath · 15 years ago
  2. fa1d444 Fix handling of gaps between sections when writing files in libelf. by Lubomir Rintel · 15 years ago
  3. e23e9e7 Fix dwarf_getsrc_file handling empty CUs. by Roland McGrath · 15 years ago
  4. d108304 Fix last commit, was made too early in the morning. by Roland McGrath · 15 years ago
  5. 96349ff Handle DW_OP_stack_value by Roland McGrath · 15 years ago
  6. e160cc9 Support the easiest of the new v4 form flavors. by Roland McGrath · 15 years ago
  7. a6abdfd Add constants from DWARF 4 working draft 3. by Roland McGrath · 15 years ago
  8. 7dd9464 dwarf_getlocation.c: Grok DW_OP_form_tls_address, DW_OP_GNU_push_tls_address, and DW_OP_bit_piece. by Roland McGrath · 15 years ago
  9. 96d950e Add STB_GNU_UNIQUE support to elflint. by Ulrich Drepper · 15 years ago
  10. 8089343 dwarf_getlocation.c: Grok DW_OP_call_frame_cfa. by Roland McGrath · 15 years ago
  11. 3c84db3 CFI support: lookup by PC and translate into DWARF location per register by Roland McGrath · 15 years ago
  12. fe8b42e Reorder some libdwflP.h struct members for optimal packing. by Roland McGrath · 15 years ago
  13. 6e1f465 Reorder some libdwP.h struct members for optimal packing. by Roland McGrath · 15 years ago
  14. 9dedfcc Reorder Elf struct members for optimal packing. by Roland McGrath · 15 years ago
  15. 95d10e4 Merge branch 'master' of ssh://git.fedorahosted.org/git/elfutils by Roland McGrath · 15 years ago
  16. 714f66a Merge branch 'at_data_member_location' by Mark Wielaard · 15 years ago
  17. f7a6f03 Fatfingers fix for commit dffc33d. by Roland McGrath · 15 years ago
  18. cfdd86e Handle DW_AT_data_member_location of class constant magically in dwarf_getlocation{,_addr}. by Roland McGrath · 15 years ago
  19. f735db1 Handle DW_Form constants for DW_AT_data_member_location in readelf. by Mark Wielaard · 15 years ago
  20. 70c442c Add support for STB_GNU_UNIQUE to libebl. by Ulrich Drepper · 15 years ago
  21. 46d5827 Fix last change. by Roland McGrath · 15 years ago
  22. c01442b Merge branch 'master' of ssh://git.fedorahosted.org/git/elfutils by Roland McGrath · 15 years ago
  23. dffc33d Handle unknown register numbers gracefully in readelf -n core reading. by Roland McGrath · 15 years ago
  24. 321c094 Sending translation for German by micm · 15 years ago
  25. 5dbccdb readelf: Add -N option, speeds up DWARF printing without address->name lookups. by Roland McGrath · 15 years ago
  26. 8d74322 Sending translation for German by micm · 15 years ago
  27. 2256e36 __libdwfl_report_elf: Return NULL on overlap, don't (double) close elf. by Mark Wielaard · 15 years ago
  28. 05c4e04 Do some constification to avoid dubious casts. by Roland McGrath · 15 years ago
  29. 99d2372 Squashed commit of the following: by Ulrich Drepper · 15 years ago
  30. f189493 Add aliases for elf_getshnum and elf_getshstrndx. by Ulrich Drepper · 15 years ago
  31. b47d290 Add support for IRELATIVE relocations. by Ulrich Drepper · 15 years ago
  32. e94b1b2 Typo by Roland McGrath · 15 years ago
  33. e7c1633 Fix trivial regression in last commit. by Roland McGrath · 15 years ago
  34. e2eabd8 Slight optimization of dwarf_getmacros for loops. by Roland McGrath · 15 years ago
  35. db19f0b Moved misplaced ChangeLog entry. by Roland McGrath · 15 years ago
  36. 0c735a9 Cosmetic fixup and missed EXTRA_DIST file. by Roland McGrath · 15 years ago
  37. f3df61f Fix dwarf_getmacros so that it passes newly-added test by Petr Machata · 15 years ago
  38. d24c7bf Add a test for dwarf_getmacros by Petr Machata · 15 years ago
  39. e231261 Merge commit 'origin/master' into pmachata/pending by Petr Machata · 15 years ago
  40. 589b3d3 Sending translation for Italian by tombo · 15 years ago
  41. 0cbbf77 Sending translation for po/it.po by tombo · 15 years ago
  42. 61ad089 Merge branch 'master' of ssh://git.fedorahosted.org/git/elfutils by Ulrich Drepper · 15 years ago
  43. c803fbe Add test of st_other field of symbol table entries. by Ulrich Drepper · 15 years ago
  44. a7cb532 Sending translation for Spanish by logan · 15 years ago
  45. bb7a68a Sending translation for Spanish by logan · 15 years ago
  46. 300f3a4 0.141 release. by Ulrich Drepper · 15 years ago
  47. f9545c4 Fix building tests with mudflap. by Ulrich Drepper · 15 years ago
  48. 4f51571 Avoid symbol versioning unless building code for DSO. by Ulrich Drepper · 15 years ago
  49. aab90f9 Add missing dependencies on compression libraries for static builds. by Ulrich Drepper · 15 years ago
  50. 2fe3aa6 Revert leaked bogon. by Roland McGrath · 15 years ago
  51. c65558b Fix relocation when symbols are resolved in non-ET_REL modules. by Roland McGrath · 15 years ago
  52. cc48047 Fix dwfl_module_build_id regression in last change. by Roland McGrath · 15 years ago
  53. 19a8e4d Fix derelocate crash for non-ET_REL file with some sh_addr at 0. by Roland McGrath · 15 years ago
  54. 1036157 Add missing internal_function attribute. by Roland McGrath · 15 years ago
  55. 8a59241 addr2line: Honor -s and -A for file names of inline call sites. by Roland McGrath · 15 years ago
  56. d86e183 Support -j option in addr2line to match binutils. by Roland McGrath · 15 years ago
  57. a605a3c Break out __libdwfl_getelf internal function. by Roland McGrath · 15 years ago
  58. 105e398 Fiddle version.h magic back, so all the computation is in configure. by Roland McGrath · 15 years ago
  59. 6efdf25 Sending translation for German by tbull · 15 years ago
  60. 8df6586 Arithmetic is hard. by Roland McGrath · 15 years ago
  61. ee9d60d _ELFUTILS_PREREQ magic update for 0.y.z numbers by Roland McGrath · 15 years ago
  62. c6f20e4 Handle ARM VFP register names. by Roland McGrath · 15 years ago
  63. 8ec8215 NT_PRXFPREG -> NT_PRXFPREG by Roland McGrath · 15 years ago
  64. 2fb9051 Fix 32/64 CIE header format CIE_id matching. by Roland McGrath · 15 years ago
  65. eb9ba47 Nominal ARM support. by Roland McGrath · 15 years ago
  66. 94f4383 Fix error message. by Roland McGrath · 15 years ago
  67. 54eb890 NEWS items for notable changes since 0.140 by Roland McGrath · 15 years ago
  68. fa25326 Fix RHBZ#494858: fix bad address checks in core file support. by Roland McGrath · 15 years ago
  69. 04a1416 Fix strip -f infinite loop when coping with some extra kooky object sections. by Roland McGrath · 15 years ago
  70. 9f3610f Merge branch 'roland/getsym' by Roland McGrath · 15 years ago
  71. ec84323 Sending translation for Spanish by elsupergomez · 15 years ago
  72. 68f29f9 Make dwfl_module_getsym yield shndx -1 for any non-allocated section. by Roland McGrath · 15 years ago
  73. 785dbb1 Fix double-adjust for ET_REL. by Roland McGrath · 15 years ago
  74. 8987b87 Merge branch 'master' of ssh://git.fedorahosted.org/git/elfutils by Roland McGrath · 15 years ago
  75. 243fa26 dwfl_module_getsym should not adjust symbols from non-SHF_ALLOC sections. by Roland McGrath · 15 years ago
  76. 4e1b7c9 Sending translation for po/de.po by tomspur · 15 years ago
  77. dae7be7 Sending translation for po/es.po by beckerde · 15 years ago
  78. d5ff667 Update elf.h and some tables; fill in sparc backend reloc table. by Roland McGrath · 15 years ago
  79. 6a4bdd9 Add DW_CFA_GNU_negative_offset_extended. by Roland McGrath · 15 years ago
  80. 329ed9f __libdwfl_find_build_id optimization nit by Roland McGrath · 15 years ago
  81. 8651c5e Fix RHBZ#489439: dwfl_module_build_id yields wrong vaddr for prelinked DSO by Roland McGrath · 15 years ago
  82. 8a3b0fa 0.140 release. by Ulrich Drepper · 15 years ago
  83. 7ee70eb Fix last commit. by Roland McGrath · 15 years ago
  84. 4d6d0f7 Handle attribute tag GNU_Power_ABI_Struct_Return. by Roland McGrath · 15 years ago
  85. 31fd654 Fix build_id vaddr calculation for ET_REL modules. by Roland McGrath · 15 years ago
  86. fe31538 typo by Roland McGrath · 15 years ago
  87. 288dfcc Merge branch 'master' of ssh://git.fedorahosted.org/git/elfutils by Ulrich Drepper · 15 years ago
  88. 18fb639 Don't write uninitialized data into zeroth section header entry. by Ulrich Drepper · 15 years ago
  89. 5453abf Omit module sanity checks on offline modules. by Roland McGrath · 15 years ago
  90. 45c01cd Remove assert depending on confluence of guesses without anomaly. by Roland McGrath · 15 years ago
  91. a9d51bf Fix crash in libdw with empty input files. by Ulrich Drepper · 15 years ago
  92. 973a9c7 Also fix output for DW_CFA_val_expression. by Ulrich Drepper · 15 years ago
  93. 82937be Remove commented-out call in readelf. by Ulrich Drepper · 15 years ago
  94. b3490b5 Fix DW_CFA_expression output in readelf. by Ulrich Drepper · 15 years ago
  95. 8cbc8e6 Yet more label fixes in readelf output of debug_info. by Ulrich Drepper · 15 years ago
  96. 51b3f47 Minor code cleanups in objdump. by Ulrich Drepper · 15 years ago
  97. 04af018 Merge branch 'master' of ssh://git.fedorahosted.org/git/elfutils by Ulrich Drepper · 15 years ago
  98. 411cdb2 Minor output problems in readelf debug_info section printing fixed. by Ulrich Drepper · 15 years ago
  99. c2e71c5 Document possible ld problem. by Ulrich Drepper · 15 years ago
  100. f44f0ce Better spacing in objdump output for relocation sections. by Ulrich Drepper · 15 years ago