aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-xtensa.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-02PR 30569, always call elf_backend_size_dynamic_sectionsAlan Modra1-7/+6
2024-02-24xtensa: move xtensa_make_property_section from bfd to gasAlan Modra1-33/+1
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-02-23bfd: xtensa: fix __stop_SECTION literal dropAlexey Lapshin1-0/+7
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-11-28xtensa: allow dynamic configurationMax Filippov1-13/+1
2022-09-02xtensa: bfd: fix TLS relocations generated for PIEMax Filippov1-9/+10
2022-08-01Get rid of fprintf_vma and sprintf_vmaAlan Modra1-5/+2
2022-06-08Revert reloc howto nitsAlan Modra1-38/+38
2022-06-08HOWTO size encodingAlan Modra1-61/+61
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-10-09PR28415, invalid read in xtensa_read_table_entriesGuillermo E. Martinez1-0/+7
2021-09-25PR28346, segfault attempting to disassemble raw binaryAlan Modra1-1/+2
2021-09-07Fix an illegal memory access triggered by an atempt to disassemble a corrupt ...Nick Clifton1-0/+2
2021-04-30Fix an illegal memory access when parsing a corrupt core note.Nick Clifton1-1/+6
2021-04-01Use startswith more for strncmp function calls.Martin Liska1-1/+1
2021-03-31Use bool in bfdAlan Modra1-685/+685
2021-03-29elf_backend_relocate_section int vs. bfd_booleanAlan Modra1-1/+1
2021-03-22Add startswith function and use it instead of CONST_STRNEQ.Martin Liska1-11/+11
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-12-16xtensa constifyAlan Modra1-2/+2
2020-08-26PR26507 UBSAN: elf32-xtensa.c:6013 null pointer bsearchAlan Modra1-6/+9
2020-08-26PR26506 UBSAN: elf32-xtensa.c:3203 null pointer memcpyAlan Modra1-0/+3
2020-08-25elf_hash_table_id accessAlan Modra1-2/+3
2020-07-22bfd: xtensa: pr26246: fix removed_literal_compareMax Filippov1-4/+4
2020-06-23ELF: Add _bfd_elf_add_dynamic_tagsH.J. Lu1-23/+5
2020-06-15xtensa: allow runtime ABI selectionMax Filippov1-3/+31
2020-06-04ELF: Don't check relocations in non-loaded, non-alloced sectionsH.J. Lu1-1/+1
2020-05-21Replace "if (x) free (x)" with "free (x)", bfdAlan Modra1-29/+17
2020-04-29xtensa: fix XTENSA_NDIFF handling for PR ld/25861Max Filippov1-11/+15
2020-04-22xtensa: fix PR ld/25861Max Filippov1-1/+88
2020-03-05bfd: xtensa: fix PR ld/25630Max Filippov1-4/+3
2020-02-26Indent labelsAlan Modra1-2/+2
2020-02-19bfd_size_type to size_tAlan Modra1-2/+2
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-11-25Pass section when available to bfd_octets_per_byteAlan Modra1-1/+4
2019-11-25Introduce new section flag: SEC_ELF_OCTETSChristian Eggers1-1/+2
2019-09-19bfd_section_* macrosAlan Modra1-8/+8
2019-08-01xtensa: bfd: add special case to loop alignment checkMax Filippov1-0/+65
2019-07-24Complain about mbind, ifunc, and unique in final_writeAlan Modra1-3/+3
2019-07-24Re: ELF final_write_processingAlan Modra1-3/+3
2019-07-23ELF final_write_processingAlan Modra1-2/+2
2019-04-11Check corrupt VTENTRY entry in bfd_elf_gc_record_vtentryH.J. Lu1-3/+1
2019-03-29bfd: xtensa: fix shrink_dynamic_reloc_sections for export-dynamicMax Filippov1-1/+2
2019-02-20bfd: xtensa: fix callx relaxationMax Filippov1-0/+55
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-12-18PR23980, assertion failAlan Modra1-1/+5
2018-12-11bfd: xtensa: ignore overflow in hight part of const16 relocationMax Filippov1-2/+3
2018-07-23xtensa: move dynamic relocations sections consistency checkMax Filippov1-11/+11
2018-07-23xtensa: fix relaxation of undefined weak references in shared objectsMax Filippov1-1/+2