1. 712c8fa Use elf_getphdrnum instead of accessing ehdr->e_phnum directly. by Mark Wielaard · 10 years ago
  2. 5c1a45c Check elf_strptr didn't fail getting section name. by Mark Wielaard · 10 years ago
  3. 3a36e8a libdw: Add dwarf_peel_type. Use it in dwarf_aggregate_size. by Mark Wielaard · 10 years ago
  4. c1e0fcb aarch64: use <sys/user.h> defined register structures by Kyle McMartin · 10 years ago
  5. a95c4ad Add ppc64le ELFv2 abi support to backends and elflint. by Mark Wielaard · 10 years ago
  6. 5e9668c backends: aarch64_return_value_location should handle DW_ATE_boolean. by Mark Wielaard · 10 years ago
  7. af1e6ed dwarf.h: Remove non-existing DW_TAG_mutable_type. by Mark Wielaard · 10 years ago
  8. c1c1c06 libebl: Add ebl_func_addr_mask plus ARM backend implementation. by Mark Wielaard · 10 years ago
  9. ba9e515 backends (*_return_value_location): call dwarf_peeled_die_type by Petr Machata · 10 years ago
  10. 028d0ab backends: Add ebl_check_reloc_target_type. by Mark Wielaard · 10 years ago
  11. 02cefda Unwinding is only supported on Linux by Kurt Roeckx · 10 years ago
  12. 3232479 Remove mudflap build option. by Mark Wielaard · 10 years ago
  13. 66637fa backends: Add aarch64 native and core unwind support. by Mark Wielaard · 10 years ago
  14. 077082f backends: add ARM compatible mode to AARCH64 by Jean Pihet · 10 years ago
  15. 87955c4 backends: AARCH64_ABS32 and AARCH64_ABS64 are also valid in ET_REL. by Mark Wielaard · 10 years ago
  16. 27ffb08 backends: Make aarch64_regs.c checkable by -Wprintf by Petr Machata · 11 years ago
  17. 225dddf backends: Add arm frame_nregs and set_initial_registers_tid. by Mark Wielaard · 11 years ago
  18. a02d90a backends: arm_cfi SP (r13) is restored from CFA by default. by Mark Wielaard · 11 years ago
  19. ccdc13b backends: Update arm_reloc.def. by Mark Wielaard · 11 years ago
  20. f48eb6b Use -Wformat=2 by default for all files. by Mark Wielaard · 11 years ago
  21. 0535e51 backends: aarch64_check_special_symbol check shdr is not NULL before usage. by Mark Wielaard · 11 years ago
  22. 0c4a868 backends: Add PPC64 machine_flag_check. by Mark Wielaard · 11 years ago
  23. b92af19 backends: Add aarch64 abi_cfi. by Mark Wielaard · 11 years ago
  24. c2ba078 backends: aarch64 always has _GLOBAL_OFFSET_TABLE_ point to .got[0]. by Mark Wielaard · 11 years ago
  25. 159ac52 libdwfl: Introduce dwfl_module_getsym_info and dwfl_module_addrinfo. by Mark Wielaard · 11 years ago
  26. 565149d Fix s390_initreg.c patch copy/paste error. by Mark Wielaard · 11 years ago
  27. a3afdb2 backends: Avoid type-punning issue in s390_set_initial_registers_tid. by Mark Wielaard · 11 years ago
  28. c6a4148 unwinder: s390 and s390x by Jan Kratochvil · 11 years ago
  29. 5cbf42a unwinder: ppc and ppc64 by Jan Kratochvil · 11 years ago
  30. 98c8a73 Support AArch64 architecture by Petr Machata · 11 years ago
  31. 0b86746 Unwinder for x86*. by Jan Kratochvil · 11 years ago
  32. 3dec3e1 backends: ppc_abi_cfi reg1 use DW_CFA_val_offset not DW_CFA_val_expression. by Mark Wielaard · 11 years ago
  33. 92e47d6 backends: Hook abi_cfi for arm. by Mark Wielaard · 11 years ago
  34. ed9d2ca backends: Hook abi_cfi for ppc and s390. by Jan Kratochvil · 11 years ago
  35. 20f4c12 backends: Always set *prefix to "" when not used in register_info hook. by Mark Wielaard · 11 years ago
  36. cdaaf21 Updates for Automake 1.13. by Mark Wielaard · 11 years ago
  37. 1d5037f backends: Check type DIE exists before calling dwarf_tag (). by Mark Wielaard · 12 years ago
  38. cc84d79 backends/ by Jan Kratochvil · 12 years ago
  39. c2d5b26 backends/ * arm_corenote.c (vfp_items): Remove zero COUNT initializer. by Jan Kratochvil · 12 years ago
  40. 4bdbb67 src/ 2012-10-12 Jan Kratochvil <jan.kratochvil@redhat.com> by Jan Kratochvil · 12 years ago
  41. 4a97fd9 Add back end code for interpreting NT_ARM_VFP core note. by Petr Machata · 12 years ago
  42. 6f73fb6 Change FPREGSET_SIZE in ARM backend to 116 to match sizeof struct user_fp by Petr Machata · 12 years ago
  43. 257dcf4 Add support for Tilera TILE-Gx processor. by Jeff Kenton · 12 years ago
  44. de2ed97 Update name, license and contributor policy. by Mark Wielaard · 12 years ago
  45. a062b6b Add new ebl_check_st_other_bits function. by Mark Wielaard · 13 years ago
  46. d76bd7a Alpha backend: accept any _GLOBAL_OFFSET_TABLE_ value. by Roland McGrath · 13 years ago
  47. adf84f4 backends: i386 integer return value typo fix, reported by Thorsten Glaser <tg@mirbsd.de>. by Roland McGrath · 14 years ago
  48. 7880556 Adjust copyrights. by Ulrich Drepper · 14 years ago
  49. d80f0b2 Complete SH port. by Matt Fleming · 14 years ago
  50. b8b849b Accept R_ARM_PC24 and R_ARM_ABS32 in EXEC|DYN too. by Roland McGrath · 14 years ago
  51. 7761513 Support new x86-64 relocations. by Ulrich Drepper · 14 years ago
  52. 9e92418 Tweak backends makefile rules to avoid make -j bug. by Roland McGrath · 15 years ago
  53. 22359e2 Clean up and consolidate automake magic to reduce duplication and to work with --disable-dependency-tracking. by Roland McGrath · 15 years ago
  54. 0c16c58 Use dwarf_aggregate_size in backend return_value functions. Observe DW_AT_GNU_vector on powerpc return_value type. by Roland McGrath · 15 years ago
  55. 0ccbbcd Make readelf -n check note name strings, handle "VMCOREINFO" flavor. by Roland McGrath · 15 years ago
  56. 381534d Fix backends/sparc_retval.c license header. by Mark Wielaard · 15 years ago
  57. de0bef8 Add missing x86-64 reloc types. by Roland McGrath · 15 years ago
  58. 3c84db3 CFI support: lookup by PC and translate into DWARF location per register by Roland McGrath · 15 years ago
  59. b47d290 Add support for IRELATIVE relocations. by Ulrich Drepper · 15 years ago
  60. c6f20e4 Handle ARM VFP register names. by Roland McGrath · 15 years ago
  61. 8ec8215 NT_PRXFPREG -> NT_PRXFPREG by Roland McGrath · 15 years ago
  62. eb9ba47 Nominal ARM support. by Roland McGrath · 15 years ago
  63. d5ff667 Update elf.h and some tables; fill in sparc backend reloc table. by Roland McGrath · 15 years ago
  64. 7ee70eb Fix last commit. by Roland McGrath · 16 years ago
  65. 4d6d0f7 Handle attribute tag GNU_Power_ABI_Struct_Return. by Roland McGrath · 16 years ago
  66. a845f68 by Roland McGrath · 16 years ago
  67. a4c9d28 Fix some entries in i386_reloc.def. by Ulrich Drepper · 16 years ago
  68. 1d8bb25 by Roland McGrath · 16 years ago
  69. 60982e6 0.134 items by Roland McGrath · 16 years ago
  70. 13b6960 by Roland McGrath · 16 years ago
  71. 059c83e Finish elflint .gnu.attributes checking by Roland McGrath · 17 years ago
  72. ff99322 Add x86-64 disassembler support. by Ulrich Drepper · 17 years ago
  73. f231e27 Cleanup after .disasm branch merge. by Ulrich Drepper · 17 years ago
  74. 3cbdd38 propagate from branch 'com.redhat.elfutils.disasm' (head d15b4eb794e81e477f9896fe82a74cb5ecf4514c) by Ulrich Drepper · 17 years ago
  75. 1a2e8f4 backends/ 2007-12-15 Roland McGrath <roland@redhat.com> by Roland McGrath · 17 years ago
  76. e4c22ea 2007-10-23 Roland McGrath <roland@redhat.com> by Roland McGrath · 17 years ago
  77. b597dfa merge of '92c36bfdbc6468d1711c043b530e0dfe5abb6dec' by Ulrich Drepper · 17 years ago
  78. c76f0b0 2007-09-27 Roland McGrath <roland@redhat.com> by Roland McGrath · 17 years ago
  79. cb6d865 readelf register printing sort order tweak by Roland McGrath · 17 years ago
  80. 53bce22 backends/ 2007-05-23 Roland McGrath <roland@redhat.com> by Roland McGrath · 17 years ago
  81. 2be0291 2007-04-26 Roland McGrath <roland@redhat.com> by Roland McGrath · 17 years ago
  82. 420c8b5 2007-04-26 Roland McGrath <roland@redhat.com> by Roland McGrath · 17 years ago
  83. 4be1524 2007-04-24 Roland McGrath <roland@redhat.com> by Roland McGrath · 17 years ago
  84. 5f6a41a backends/ 2007-04-01 Roland McGrath <roland@redhat.com> by Roland McGrath · 17 years ago
  85. aa915fd propagate from branch 'com.redhat.elfutils.roland.pending' (head c44dcfac5b545aecb173fede31f34cb003be0173) by Ulrich Drepper · 18 years ago
  86. c373d85 2006-10-09 Roland McGrath <roland@redhat.com> by Roland McGrath · 18 years ago
  87. c812a83 2006-08-08 Roland McGrath <roland@redhat.com> by Roland McGrath · 18 years ago
  88. 3b578ba 2006-06-23 Stepan Kasal <skasal@redhat.com> by Roland McGrath · 18 years ago
  89. 19db859 backends/ 2006-08-03 Roland McGrath <roland@redhat.com> by Roland McGrath · 18 years ago
  90. 42a177c Clean up ia64 reg names. by Roland McGrath · 18 years ago
  91. 22d02c2 Take a crack at HFA recognition too. by Roland McGrath · 18 years ago
  92. 9502462 backends/ 2006-07-21 Roland McGrath <roland@redhat.com> by Roland McGrath · 18 years ago
  93. 28ed895 merge of 2d5572f10b65f0ac7fdf54361b4dae41ebbd51d0 by Ulrich Drepper · 18 years ago
  94. ee4b927 New spec file. by Ulrich Drepper · 18 years ago
  95. 4ba68f4 Linker work. GNU hash support. 64-bit SysV hash support. by Ulrich Drepper · 18 years ago
  96. d5a7519 merge of b305fe132f91c44a41a877a48efc3bdfda785b73 by Ulrich Drepper · 18 years ago
  97. 595d0e7 (create_verneed_data): Pretty printing. by Ulrich Drepper · 18 years ago
  98. 80808bf 2006-06-13 Roland McGrath <roland@redhat.com> by Roland McGrath · 18 years ago
  99. 6ca4600 Don't create INTERP and PHDR program header entry if a DSO is created without by Ulrich Drepper · 18 years ago
  100. 1e9ef50 Fix FSF address. No exception for libdwarf. by Ulrich Drepper · 18 years ago