aboutsummaryrefslogtreecommitdiff
path: root/bfd
AgeCommit message (Expand)AuthorFilesLines
2021-03-31Use stdbool.hAlan Modra3-22/+28
2021-03-31Remove bfd_stdint.hAlan Modra13-820/+25
2021-03-31Include string.h in bfd.h and delete LITMEMCPY, LITSTRCPYAlan Modra3-14/+8
2021-03-31Automatic date update in version.inGDB Administrator1-1/+1
2021-03-30asan: linker.c:2294:8: runtime error: load of value 253Alan Modra2-3/+8
2021-03-30Automatic date update in version.inGDB Administrator1-1/+1
2021-03-29TRUE/FALSE simplificationAlan Modra11-20/+37
2021-03-29Miscellaneous BFD int vs bfd_boolean fixesAlan Modra6-8/+18
2021-03-29hash table iterator callback functions int vs. bfd_booleanAlan Modra10-16/+35
2021-03-29ELF output symbol hooks int vs. bfd_booleanAlan Modra5-23/+29
2021-03-29elf_backend_relocate_section int vs. bfd_booleanAlan Modra72-82/+159
2021-03-29Automatic date update in version.inGDB Administrator1-1/+1
2021-03-28Automatic date update in version.inGDB Administrator1-1/+1
2021-03-27Automatic date update in version.inGDB Administrator1-1/+1
2021-03-26Save/restore file offset while reading notes in core fileKeith Seitz2-0/+12
2021-03-26Automatic date update in version.inGDB Administrator1-1/+1
2021-03-25Automatic date update in version.inGDB Administrator1-1/+1
2021-03-24Automatic date update in version.inGDB Administrator1-1/+1
2021-03-23bfd: avoid "shadowing" of glibc function nameJan Beulich2-1/+5
2021-03-23Automatic date update in version.inGDB Administrator1-1/+1
2021-03-22Add startswith function and use it instead of CONST_STRNEQ.Martin Liska58-216/+297
2021-03-22bfd: add translation wrappers to PE image section RVA diagnosticsJan Beulich2-2/+8
2021-03-22Automatic date update in version.inGDB Administrator1-1/+1
2021-03-21Provide an inline startswith function in bfd.hAlan Modra3-2/+24
2021-03-21Automatic date update in version.inGDB Administrator1-1/+1
2021-03-20DWARF LTO debug sections vs. .stabstrAlan Modra2-5/+8
2021-03-20Automatic date update in version.inGDB Administrator1-1/+1
2021-03-18elf: Handle .gnu.debuglto_.debug_* sectionsH.J. Lu3-24/+69
2021-03-18DWARF: Check version >= 3 for DW_FORM_ref_addrH.J. Lu2-1/+7
2021-03-19Automatic date update in version.inGDB Administrator1-1/+1
2021-03-18Automatic date update in version.inGDB Administrator1-1/+1
2021-03-17Automatic date update in version.inGDB Administrator1-1/+1
2021-03-16Fix a potential buffer overrun qwhen writing out PE aux entries.Nick Clifton2-1/+7
2021-03-16RISC-V : Support bitmanip-0.93 ZBA/ZBB/ZBC instructionsKuan-Lin Chen2-1/+5
2021-03-16Automatic date update in version.inGDB Administrator1-1/+1
2021-03-15Automatic date update in version.inGDB Administrator1-1/+1
2021-03-14Automatic date update in version.inGDB Administrator1-1/+1
2021-03-13Automatic date update in version.inGDB Administrator1-1/+1
2021-03-12aix: implement TLS relocation for gas and ldClément Chigot10-36/+456
2021-03-12aix: implement R_TOCU and R_TOCL relocationsClément Chigot6-23/+119
2021-03-12aix: correct HOWTO table and add missing relocationsClément Chigot4-210/+364
2021-03-12bfd: move xcoff64_ppc_relocate_section after the HOWTO tableClément Chigot2-188/+194
2021-03-12bfd: use default coff_write_object_contents for XCOFF64Clément Chigot3-351/+14
2021-03-12bfd: add missing smclass when creating csect for xcoff64Clément Chigot2-3/+8
2021-03-12Automatic date update in version.inGDB Administrator1-1/+1
2021-03-11RISC-V: Improve multiple relax passes problem.Nelson Chu3-9/+61
2021-03-11Automatic date update in version.inGDB Administrator1-1/+1
2021-03-10bfd: strip symbols not representable in COFF/PE symbol tableJan Beulich2-0/+16
2021-03-10Automatic date update in version.inGDB Administrator1-1/+1
2021-03-10ELF DWARF in PE outputAlan Modra2-2/+21