aboutsummaryrefslogtreecommitdiff
path: root/bfd
AgeCommit message (Expand)AuthorFilesLines
2020-06-17Automatic date update in version.inGDB Administrator1-1/+1
2020-06-16Really remove tic30-aout supportAlan Modra9-1189/+17
2020-06-16Automatic date update in version.inGDB Administrator1-1/+1
2020-06-15xtensa: allow runtime ABI selectionMax Filippov2-3/+40
2020-06-15gold, ld: Implement -z start-stop-visibility=... option.Roland McGrath2-2/+8
2020-06-15Obsolete PowerPC PE, winnt and cygwin targetsAlan Modra2-0/+5
2020-06-15PR26103, Assertion failure with symbols defined in link-once sectionsAlan Modra5-7/+45
2020-06-15Automatic date update in version.inGDB Administrator1-1/+1
2020-06-14Automatic date update in version.inGDB Administrator1-1/+1
2020-06-13Automatic date update in version.inGDB Administrator1-1/+1
2020-06-12Automatic date update in version.inGDB Administrator1-1/+1
2020-06-11PR26107, Compilation failure in pdp11.cAlan Modra2-2/+7
2020-06-10ia64: Set DF_TEXTREL instead of reltextH.J. Lu2-4/+9
2020-06-11Automatic date update in version.inGDB Administrator1-1/+1
2020-06-10ELF: Properly handle section symbolsH.J. Lu2-1/+11
2020-06-10Automatic date update in version.inGDB Administrator1-1/+1
2020-06-09IFUNC: Update IFUNC resolver check with DT_TEXTRELH.J. Lu7-40/+41
2020-06-09PowerPC64: Downgrade ifunc with textrel error to a warningAlan Modra2-12/+13
2020-06-09Automatic date update in version.inGDB Administrator1-1/+1
2020-06-08ELF: Move tlsdesc_plt/tlsdesc_got to elf_link_hash_tableH.J. Lu9-102/+108
2020-06-08Automatic date update in version.inGDB Administrator1-1/+1
2020-06-07elf32-tic6x.c: Define the default elf32_bed to elf32_tic6x_bedH.J. Lu2-0/+7
2020-06-07elf64-hppa: Replace plt_sec/plt_rel_sec with root.splt/root.srelpltH.J. Lu2-20/+30
2020-06-06Remove is_vxworks from _bfd_sparc_elf_link_hash_tableH.J. Lu3-4/+7
2020-06-07Automatic date update in version.inGDB Administrator1-1/+1
2020-06-06ELF: Add target_os to elf_link_hash_table/elf_backend_dataH.J. Lu15-271/+338
2020-06-06Rename PowerPC64 pcrel GOT TLS relocationsAlan Modra5-51/+79
2020-06-06Automatic date update in version.inGDB Administrator1-1/+1
2020-06-05bfin: Initialize picrel to silence GCC warningH.J. Lu2-0/+2
2020-06-05bfin: Skip non SEC_ALLOC sectionH.J. Lu2-0/+8
2020-06-05Fix a use before initialization bug in the pdp11.c source file.Nick Clifton2-4/+10
2020-06-05RISC-V: The object without priv spec attributes can be linked with any object.Nelson Chu2-2/+48
2020-06-04Extend pdp11-aout symbol table format and code for .stab symbols.Stephen Casner2-31/+146
2020-06-05Automatic date update in version.inGDB Administrator1-1/+1
2020-06-04Correct a comment.Stephen Casner3-2/+8
2020-06-04x86: Remove target_id from elf_x86_link_hash_tableH.J. Lu3-3/+7
2020-06-04ELF: Don't check relocations in non-loaded, non-alloced sectionsH.J. Lu17-109/+51
2020-06-04Correct PR number in changelogAlan Modra1-1/+1
2020-06-03Copy several years of fixes from bfd/aoutx.h to bfd/pdp11.c.Stephen Casner2-32/+134
2020-06-04Automatic date update in version.inGDB Administrator1-1/+1
2020-06-03nios2: Call _bfd_elf_maybe_set_textrel to set DF_TEXTRELH.J. Lu2-10/+21
2020-06-03nios2: Don't check relocations in non-loaded, non-alloced sectionsH.J. Lu2-0/+15
2020-06-03frv: Don't generate dynamic relocation for non SEC_ALLOC sectionsH.J. Lu2-1/+9
2020-06-03arc: Don't generate dynamic relocation for non SEC_ALLOC sectionsH.J. Lu2-0/+6
2020-06-03This patch set for the generic BFD a.out backend removes a dead #define and m...Gunther Nikl5-16/+25
2020-06-03ELF: Consolidate maybe_set_textrelH.J. Lu23-572/+141
2020-06-03ELF: Copy dyn_relocs in _bfd_elf_link_hash_copy_indirectH.J. Lu21-623/+59
2020-06-03ELF: Consolidate readonly_dynrelocsH.J. Lu24-398/+145
2020-06-03x86: Silence -fsanitize=undefinedH.J. Lu2-3/+8
2020-06-03PR26069, strip/objcopy misaligned address accessesAlan Modra2-27/+29