gdb/linux: remove ptrace support check for exec, fork, vfork, vforkdone, clone, sysgood
[binutils-gdb.git] / bfd / elf32-xtensa.c
2022-01-02 Alan ModraUpdate year range in copyright notice of binutils files
2021-10-09 Guillermo E. MartinezPR28415, invalid read in xtensa_read_table_entries
2021-09-25 Alan ModraPR28346, segfault attempting to disassemble raw binary
2021-09-07 Nick CliftonFix an illegal memory access triggered by an atempt...
2021-04-30 Nick CliftonFix an illegal memory access when parsing a corrupt...
2021-04-01 Martin LiskaUse startswith more for strncmp function calls.
2021-03-31 Alan ModraUse bool in bfd
2021-03-29 Alan Modraelf_backend_relocate_section int vs. bfd_boolean
2021-03-22 Martin LiskaAdd startswith function and use it instead of CONST_STRNEQ.
2021-01-01 Alan ModraUpdate year range in copyright notice of binutils files
2020-12-16 Alan Modraxtensa constify
2020-08-26 Alan ModraPR26507 UBSAN: elf32-xtensa.c:6013 null pointer bsearch
2020-08-26 Alan ModraPR26506 UBSAN: elf32-xtensa.c:3203 null pointer memcpy
2020-08-24 Alan Modraelf_hash_table_id access
2020-07-22 Max Filippovbfd: xtensa: pr26246: fix removed_literal_compare
2020-06-23 H.J. LuELF: Add _bfd_elf_add_dynamic_tags
2020-06-15 Max Filippovxtensa: allow runtime ABI selection
2020-06-04 H.J. LuELF: Don't check relocations in non-loaded, non-alloced...
2020-05-21 Alan ModraReplace "if (x) free (x)" with "free (x)", bfd
2020-04-30 Max Filippovxtensa: fix XTENSA_NDIFF handling for PR ld/25861
2020-04-23 Max Filippovxtensa: fix PR ld/25861
2020-03-06 Max Filippovbfd: xtensa: fix PR ld/25630
2020-02-26 Alan ModraIndent labels
2020-02-19 Alan Modrabfd_size_type to size_t
2020-01-01 Alan ModraUpdate year range in copyright notice of binutils files
2019-11-25 Alan ModraPass section when available to bfd_octets_per_byte
2019-11-25 Christian EggersIntroduce new section flag: SEC_ELF_OCTETS
2019-09-19 Alan Modrabfd_section_* macros
2019-08-01 Max Filippovxtensa: bfd: add special case to loop alignment check
2019-07-24 Alan ModraComplain about mbind, ifunc, and unique in final_write
2019-07-24 Alan ModraRe: ELF final_write_processing
2019-07-23 Alan ModraELF final_write_processing
2019-04-11 H.J. LuCheck corrupt VTENTRY entry in bfd_elf_gc_record_vtentry
2019-03-29 Max Filippovbfd: xtensa: fix shrink_dynamic_reloc_sections for...
2019-02-20 Max Filippovbfd: xtensa: fix callx relaxation
2019-01-01 Alan ModraUpdate year range in copyright notice of binutils files
2018-12-18 Alan ModraPR23980, assertion fail
2018-12-11 Max Filippovbfd: xtensa: ignore overflow in hight part of const16...
2018-07-23 Max Filippovxtensa: move dynamic relocations sections consistency...
2018-07-23 Max Filippovxtensa: fix relaxation of undefined weak references...
2018-07-06 Max Filippovxtensa: don't emit dynamic relocation for weak undefine...
2018-06-04 Max Filippovxtensa: use property tables for correct disassembly
2018-06-04 Max Filippovxtensa: add separate property sections option
2018-03-15 Max Filippovxtensa: bfd: fix assertion in xlate_offset_with_removed...
2018-02-27 Nick CliftonUse standardized error message for unrecognized relocs.
2018-02-27 Nick CliftonHave info_to_howto functions return a success/fail...
2018-02-25 Alan Modraassorted target messages
2018-02-25 Alan Modraunrecognized/unsupported reloc message
2018-02-19 Alan Modra%L conversions
2018-02-19 Alan ModraUse %pA and %pB in messages rather than %A and %B
2018-02-16 Alan ModraRemove bfd stub function casts.
2018-02-14 Nick CliftonFix compilation of the BFD sub-directory with a gcc...
2018-02-13 Nick CliftonFix compile time warning messages from gcc version...
2018-01-03 Alan ModraUpdate year range in copyright notice of binutils files
2017-12-06 Alan ModraBFD whitespace fixes
2017-11-28 H.J. LuELF: Don't set non_ir_ref_regular in check_relocs
2017-11-23 Alan ModraRename u.weakdef and make it a circular list
2017-10-16 H.J. LuELF: Call check_relocs after opening all inputs
2017-07-12 Nick CliftonFix compile time warnings building the binutils with...
2017-07-12 Alan Modrabfd_error_handler bfd_vma and bfd_size_type args
2017-06-14 Max Filippovxtensa: don't expect XCHAL_* macros to be constant
2017-05-16 Alan ModraRename non_ir_ref to non_ir_ref_regular
2017-01-02 Alan ModraUpdate year range in copyright notice of all files.
2016-11-23 Alan Modraelf_backend_dtrel_excludes_plt
2016-11-23 Alan ModraDelete duplicate target short-cuts to dynamic sections
2016-10-19 Nick CliftonAdd c-format tags to translatable strings with more...
2016-10-07 Alan ModraPass link_info to _bfd_merge_private_bfd_data
2016-09-30 Alan ModraRemove syntactic sugar
2016-06-25 Trevor Saundersxtensa: prototype xtensa_make_property_section in elf...
2016-05-28 Alan ModraReturn void from linker callbacks
2016-05-13 Alan ModraSet dynamic tag VMA and size from dynamic section when...
2016-01-01 Alan ModraCopyright update for binutils
2015-09-20 Rich FelkerAdd --no-dynamic-linker option to ld, for static PIE use
2015-09-15 Max Filippovxtensa: generate PLT entries for call0 ABI
2015-08-18 H.J. LuAdd output_type to bfd_link_info
2015-05-14 Max Filippovxtensa: fix localized symbol refcounting with --gc...
2015-04-09 Max Filippovxtensa: replace action list with splay tree
2015-04-09 Max Filippovxtensa: optimize find_removed_literal
2015-04-09 Max Filippovxtensa: optimize removed_by_actions
2015-04-09 Max Filippovxtensa: optimize check_section_ebb_pcrels_fit
2015-02-03 Nick CliftonMore fixes for illegal memory accesses triggered by...
2015-01-19 Alan ModraFallout from recent bfd_reloc_outofrange changes
2015-01-01 Alan ModraChangeLog rotatation and copyright year update
2014-12-22 Nick CliftonMore fixes for memory access violations exposed by...
2014-09-22 Sterling AugustineFix 'call8: call target out of range' xtensa ld relaxat...
2014-06-13 Alan ModraMake bfd.link_next field a union
2014-05-07 Volodymyr ArbatovUse signed data type for R_XTENSA_DIFF* relocation...
2014-05-02 Alan Modrabfd target vector rationalisation
2014-03-05 Alan ModraUpdate copyright years
2014-01-07 Tom Tromeyremove VA_* from binutils
2013-11-05 H.J. LuPass ignored unresolved relocations to ld backend
2013-03-30 Alan Modra PR ld/15323
2013-03-27 Alan Modra * elf-bfd.h (enum elf_reloc_type_class): Add reloc_cla...
2013-02-21 Alan Modra * elf-bfd.h (struct core_elf_obj_tdata): New.
2013-02-10 Alan Modra * coff-arm.c (coff_arm_link_hash_table_create): Use...
2013-01-10 H.J. LuRemove trailing white spaces in bfd
2012-10-16 Alan Modra * elf32-xtensa.c (free_section_cache): Renamed from
2012-09-02 H.J. LuAdd hdynamic to elf_link_hash_table for _DYNAMIC
2012-06-29 Alan Modra * section.c (bfd_get_linker_section): New function.
2012-05-07 Maciej W. Rozycki * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle...
next