Remove path name from test case
[binutils-gdb.git] / bfd / elf32-arc.c
2023-09-25 Claudiu ZissulescuRevert "arc: Add new ARCv3 ISA to BFD."
2023-09-25 Claudiu Zissulescuarc: Add new ARCv3 ISA to BFD.
2023-09-15 Claudiu Zissulescuarc: Fix alignment of the TLS Translation Control Block
2023-02-23 Alan ModraTest SEC_HAS_CONTENTS in relax routines
2023-01-01 Alan ModraUpdate year range in copyright notice of binutils files
2022-06-08 Alan ModraDon't encode reloc.size
2022-06-08 Alan ModraHOWTO size encoding
2022-01-02 Alan ModraUpdate year range in copyright notice of binutils files
2021-04-01 Martin LiskaUse startswith more for strncmp function calls.
2021-03-31 Alan ModraUse bool in bfd
2021-03-29 Alan ModraTRUE/FALSE simplification
2021-03-29 Alan Modraelf_backend_relocate_section int vs. bfd_boolean
2021-01-01 Alan ModraUpdate year range in copyright notice of binutils files
2020-12-16 Alan Modraarc constify
2020-10-16 Alan Modraelf32-arc.c: Don't cast between function pointer and...
2020-08-24 Alan Modraelf_hash_table_id access
2020-06-23 H.J. LuELF: Add _bfd_elf_add_dynamic_tags
2020-06-03 H.J. Luarc: Don't generate dynamic relocation for non SEC_ALLO...
2020-06-02 H.J. LuELF: Move dyn_relocs to struct elf_link_hash_entry
2020-05-21 Alan ModraReplace "if (x) free (x)" with "free (x)", bfd
2020-03-25 Shahab Vahediarc: Use correct string when printing bfd DEBUG data
2020-01-01 Alan ModraUpdate year range in copyright notice of binutils files
2019-09-19 Alan Modrabfd_section_* macros
2019-07-24 Claudiu Zissulescu[ARC] [COMMITTED] Fix formatting.
2019-07-24 Claudiu Zissulescu[ARC] Add linker relaxation.
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-02-09 Claudiu Zissulescu[ARC] don't force _init/_fini as DT_INIT/DT_FINI.
2019-01-01 Alan ModraUpdate year range in copyright notice of binutils files
2018-11-09 Cupertino MirandaFixed warning from previous patch. Added Changelog.
2018-11-09 Cupertino Miranda[ARC] More fixes for TLS.
2018-11-09 Claudiu Zissulescu[ARC] Fix local got entry list.
2018-10-13 Alan Modra_bfd_clear_contents bounds checking
2018-10-01 Cupertino Miranda[ARC] Fixed issue with DTSOFF relocs.
2018-10-01 Cupertino Miranda[ARC] Fixes TLS failures related to tls-align.
2018-10-01 Cupertino Miranda[ARC] PLT information was still being generated when...
2018-10-01 Cupertino Miranda[ARC] Make sure global symbol is not an indirect or...
2018-10-01 Cupertino Miranda[ARC] Improved robustness. Return FALSE in case of...
2018-10-01 Cupertino Miranda[ARC] Refactored location where GOT information is...
2018-08-06 Claudiu Zissulescu[ARC] Update warning reporting.
2018-08-06 claziss[ARC] Update merging attributes.
2018-08-06 claziss[ARC] Add Tag_ARC_ATR_version.
2018-05-28 H.J. Luld: Unify STT_GNU_IFUNC handling
2018-02-27 Nick CliftonHave info_to_howto functions return a success/fail...
2018-02-25 Alan Modraassorted target messages
2018-02-19 Alan Modra%L conversions
2018-02-19 Alan ModraUse %pA and %pB in messages rather than %A and %B
2018-02-13 Nick CliftonFix compile time warning messages from gcc version...
2018-02-12 Nick CliftonFix compile time warning: bfd/elf32-arc.c:1537]: (warni...
2018-01-03 Alan ModraUpdate year range in copyright notice of binutils files
2017-12-06 Alan ModraBFD whitespace fixes
2017-11-23 Alan ModraRename u.weakdef and make it a circular list
2017-07-19 John Eric Martin[ARC] Add JLI support.
2017-07-12 Alan Modrabfd_error_handler bfd_vma and bfd_size_type args
2017-06-08 Cupertino Miranda[ARC] Corrected conditions for dynamic sections creation.
2017-06-08 Cupertino Miranda[ARC] Fixed condition to generate TEXTREL.
2017-06-08 Cupertino Miranda[ARC] Fixed TLS for IE model.
2017-06-08 Cupertino Miranda[ARC] Add RELOC_FOR_GLOBAL_SYMBOL in ARC target code.
2017-06-08 Cupertino Miranda[ARC] ARC_PC32 dynamic reloc incorrectly generated.
2017-06-08 Cupertino Miranda[ARC] Reassign the symbol got information to actual...
2017-06-08 Cupertino Miranda[ARC] Disable warning on absolute relocs when symbol...
2017-06-08 Cupertino Miranda[ARC] Avoid creating dynamic relocs when static linked...
2017-05-23 claziss[ARC] Fix fall through warnings.
2017-05-18 Alan ModraDon't compare boolean values against TRUE or FALSE
2017-05-10 Claudiu Zissulescu[ARC] Object attributes.
2017-04-13 Alan ModraUse %A and %B in more error messages
2017-02-25 Alan ModraARC naughtiness causing assertion fail at elf-strtab...
2017-01-02 Alan ModraUpdate year range in copyright notice of all files.
2016-12-26 Alan ModraPut .dynbss and .rel.bss shortcuts in main elf hash...
2016-11-23 Nick CliftonFix the linker so that it will not silently generate...
2016-11-23 Alan Modraelf_backend_dtrel_excludes_plt
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-10-07 Alan Modrabfd_merge_private_bfd_data tidy
2016-09-30 Alan ModraRemove syntactic sugar
2016-08-26 Cupertino MirandaDynamic TLS GOT entries would not be relocated.
2016-08-26 Cupertino MirandaFixed -init, -fini linker options.
2016-08-26 Cupertino MirandaSeveral fixes related to ARC PIE support.
2016-08-24 Anton Kolesov[ARC] Parse NOTE section in core dump files
2016-07-15 Nick CliftonTidy up debugging in the ARC port of the BFD library.
2016-07-11 Cupertino MirandaEnable relocation overflow messages by default.
2016-07-11 Cupertino MirandaFixes done to TLS.
2016-06-21 Graham MarkallArc assembler: Convert nps400 from a machine type to...
2016-06-13 Claudiu Zissulescu[ARC] Fix condition.
2016-06-13 Cupertino Miranda[ARC] Fixes related to reordering of .got and .got.plt
2016-06-13 Cupertino Miranda[ARC] General bug fixes
2016-06-13 Cupertino Miranda[ARC] Generate DT_RELACOUNT.
2016-05-28 Alan ModraReturn void from linker callbacks
2016-05-19 Claudiu Zissulescu[ARC] BFD fixes.
2016-05-17 Maciej W. RozyckiLD/ELF: Unify STB_GNU_UNIQUE handling
2016-05-13 Alan ModraSet dynamic tag VMA and size from dynamic section when...
2016-04-14 Andrew Burgessarc/nps400 : New cmem instructions and associated reloc...
2016-04-14 Andrew Burgessbfd/arc: Rename enum entries to avoid conflicts
2016-04-05 Claudiu Zissulescu[ARC] PLT content endianess awareness.
2016-04-05 Claudiu Zissulescu[ARC] Fix to pass ld-elf-ehdr_start-shared.
2016-04-05 Claudiu Zissulescu[ARC] 24 bit reloc and overflow detection fix.
2016-04-05 Claudiu Zissulescu[ARC] Dynamic relocs verification for dynindx == -1.
2016-03-21 Andrew Burgessarc: Add nps400 machine type, and assembler flag.
2016-03-21 Andrew Burgessarc: Remove EF_ARC_CPU_GENERIC constant.
next