aboutsummaryrefslogtreecommitdiff
path: root/bfd
AgeCommit message (Expand)AuthorFilesLines
2021-04-19Automatic date update in version.inGDB Administrator1-1/+1
2021-04-18Automatic date update in version.inGDB Administrator1-1/+1
2021-04-17Automatic date update in version.inGDB Administrator1-1/+1
2021-04-16PR27567, Linking PE files adds alignment section flags to executablesAlan Modra2-8/+15
2021-04-16Automatic date update in version.inGDB Administrator1-1/+1
2021-04-15RISC-V: PR27584, surpress local and empty name symbols for nm.Nelson Chu2-0/+18
2021-04-15CSKY: Fix special_function in howto tableLifang Xia2-60/+70
2021-04-15Automatic date update in version.inGDB Administrator1-1/+1
2021-04-14elf: Set p_memsz to p_filesz for loadable PT_NOTE segmentH.J. Lu2-0/+11
2021-04-14Remove unneeded tests for definitions of NT_BSDNETCORE values.Frederic Cambus2-4/+5
2021-04-14PR27631, ubsan: elf32-metag.c:1550:10Alan Modra2-2/+8
2021-04-14PR27630, ubsan: elf32-arm.c:6587:20Alan Modra2-2/+9
2021-04-14Automatic date update in version.inGDB Administrator1-1/+1
2021-04-13bfd: avoid infinite loop when static linking XCOFFClément Chigot2-2/+5
2021-04-13RISC-V: Don't report the mismatched version warning for the implicit extensions.Nelson Chu4-17/+33
2021-04-13Automatic date update in version.inGDB Administrator1-1/+1
2021-04-13ENABLE_CHECKING in bfd, opcodes, binutils, ldAlan Modra5-2/+52
2021-04-12convert elf_link_hash macros to inline functionsAlan Modra11-54/+93
2021-04-12elf_backend_archive_symbol_lookupAlan Modra4-20/+33
2021-04-12RISC-V: The version of i-ext should be RISCV_UNKNOWN_VERSION when expanding g...Nelson Chu2-2/+7
2021-04-12RISC-V: Add i-ext as the implicit extension when e-ext is set.Nelson Chu2-37/+27
2021-04-12RISC-V: Support to parse the multi-letter prefix in the architecture string.Nelson Chu3-212/+232
2021-04-12Automatic date update in version.inGDB Administrator1-1/+1
2021-04-11Automatic date update in version.inGDB Administrator1-1/+1
2021-04-10Automatic date update in version.inGDB Administrator1-1/+1
2021-04-09Automatic date update in version.inGDB Administrator1-1/+1
2021-04-08bfd: use https for bugzillaMike Frysinger4-3/+9
2021-04-08Automatic date update in version.inGDB Administrator1-1/+1
2021-04-07Automatic date update in version.inGDB Administrator1-1/+1
2021-04-06Automatic date update in version.inGDB Administrator1-1/+1
2021-04-05C99 bfd configuryAlan Modra19-1962/+636
2021-04-05Automatic date update in version.inGDB Administrator1-1/+1
2021-04-04Automatic date update in version.inGDB Administrator1-1/+1
2021-04-03Automatic date update in version.inGDB Administrator1-1/+1
2021-04-02Automatic date update in version.inGDB Administrator1-1/+1
2021-04-01PE/Windows x86_64: Fix weak undef symbols after image base changeTamar Christina2-0/+20
2021-04-01Remove strneq macro and use startswith.Martin Liska2-3/+7
2021-04-01Use startswith more for strncmp function calls.Martin Liska19-58/+94
2021-04-01Automatic date update in version.inGDB Administrator1-1/+1
2021-03-31PR27671, Poisoning TRUE / FALSE poisons Win32 system headersAlan Modra3-2/+8
2021-03-31Use bool in bfdAlan Modra331-28278/+28339
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