aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf64-ia64-vms.c
AgeCommit message (Expand)AuthorFilesLines
2025-07-18METAG_RELOC_AGAINST_DISCARDED_SECTIONAlan Modra1-1/+2
2025-02-18PR 32603, more ld -w misbehaviourAlan Modra1-2/+2
2025-01-20sec->alloced and freeing section contentsAlan Modra1-0/+2
2025-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2024-12-19Remove bfd_elf_allocate_object object_id paramAlan Modra1-2/+2
2024-12-19Remove _bfd_elf_link_hash_table_init target_id paramAlan Modra1-2/+1
2024-12-19Add a few elf_backend_data target idsAlan Modra1-0/+1
2024-04-02PR 30569, always call elf_backend_size_dynamic_sectionsAlan Modra1-6/+7
2024-02-15elf_backend_finish_dynamic_symbol returning falseAlan Modra1-2/+0
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-08-21bfd_close_all_done bug and bfd_last_cacheAlan Modra1-1/+2
2023-08-11warn unused result for bfd IO functionsAlan Modra1-4/+6
2023-08-09Rename bfd_bread and bfd_bwriteAlan Modra1-2/+2
2023-06-07_bfd_free_cached_infoAlan Modra1-1/+1
2023-02-23Test SEC_HAS_CONTENTS in relax routinesAlan Modra1-2/+3
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-08-05asan: ppc64_elf_get_synthetic_symtab heap buffer overflowAlan Modra1-1/+1
2022-05-27Remove use of bfd_uint64_t and similarAlan Modra1-4/+4
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-12-14bfd: fix -Wunused errors with clang 13+Simon Marchi1-6/+0
2021-04-12convert elf_link_hash macros to inline functionsAlan Modra1-8/+8
2021-03-31Use bool in bfdAlan Modra1-280/+280
2021-03-29hash table iterator callback functions int vs. bfd_booleanAlan Modra1-2/+2
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-7/+7
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-08-25elf_hash_table_id accessAlan Modra1-2/+3
2020-08-15Set SEC_SMALL_DATA on small commonAlan Modra1-0/+1
2020-05-21Replace "if (x) free (x)" with "free (x)", bfdAlan Modra1-28/+16
2020-05-19Use bfd_get_filename throughout bfdAlan Modra1-1/+1
2020-05-01FIXME for merging of e_flags and .gnu.attributesAlan Modra1-0/+4
2020-03-02elf_backend_section_flags and _bfd_elf_init_private_section_dataAlan Modra1-3/+2
2020-02-26Indent labelsAlan Modra1-3/+3
2020-02-19bfd_size_type to size_tAlan Modra1-1/+1
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-11-18elf_backend_init_file_headerAlan Modra1-6/+10
2019-09-19bfd_section_* macrosAlan Modra1-21/+19
2019-07-24Complain about mbind, ifunc, and unique in final_writeAlan Modra1-3/+3
2019-07-23ELF final_write_processingAlan Modra1-2/+2
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-02-27Have info_to_howto functions return a success/fail status. Check this result...Nick Clifton1-3/+19
2018-02-26assorted target messagesAlan Modra1-6/+6
2018-02-26unrecognized/unsupported reloc messageAlan Modra1-4/+3
2018-02-19%L conversionsAlan Modra1-12/+14
2018-02-19Use %pA and %pB in messages rather than %A and %BAlan Modra1-25/+25
2018-02-16Remove bfd stub function casts.Alan Modra1-1/+1
2018-02-14Fix compilation of the BFD sub-directory with a gcc v8 compiler by adding ext...Nick Clifton1-1/+1
2018-02-13Fix compile time warning messages from gcc version 8 about cast between incom...Nick Clifton1-1/+1
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-12-06BFD whitespace fixesAlan Modra1-355/+355