aboutsummaryrefslogtreecommitdiff
path: root/bfd/elfnn-ia64.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-02PR 30569, always call elf_backend_size_dynamic_sectionsAlan Modra1-5/+6
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-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-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-04-12convert elf_link_hash macros to inline functionsAlan Modra1-3/+3
2021-03-31Use bool in bfdAlan Modra1-240/+241
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-5/+5
2021-02-11Revert "ia64: Check UNDEFWEAK_NO_DYNAMIC_RELOC"Alan Modra1-15/+5
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-08-29PR26459 UBSAN: elfnn-ia64.c:1945 null pointer bsearchAlan Modra1-19/+21
2020-08-25elf_hash_table_id accessAlan Modra1-2/+3
2020-08-15Set SEC_SMALL_DATA on small commonAlan Modra1-0/+1
2020-06-23ELF: Add _bfd_elf_add_dynamic_tagsH.J. Lu1-30/+4
2020-06-10ia64: Set DF_TEXTREL instead of reltextH.J. Lu1-4/+2
2020-05-21Replace "if (x) free (x)" with "free (x)", bfdAlan Modra1-23/+14
2020-05-01FIXME for merging of e_flags and .gnu.attributesAlan Modra1-0/+4
2020-03-20tidy elf_backend callsAlan Modra1-1/+6
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-03Fix ld/PR25316 for the ia64 target by refusing to support binary merging.Sergei Trofimovich1-4/+7
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-11-18elf_backend_modify_headersAlan Modra1-5/+4
2019-09-19bfd_section_* macrosAlan Modra1-16/+13
2019-07-24Complain about mbind, ifunc, and unique in final_writeAlan Modra1-3/+3
2019-07-23ELF final_write_processingAlan Modra1-2/+2
2019-04-03BFD whitespace fixesAlan Modra1-1/+1
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-12-18Include bfd_stdint.h in bfd.hAlan Modra1-1/+0
2018-02-27Have info_to_howto functions return a success/fail status. Check this result...Nick Clifton1-3/+20
2018-02-26IA-64: Fix linker error with --no-keep-memory.Jim Wilson1-0/+6
2018-02-26assorted target messagesAlan Modra1-2/+2
2018-02-26unrecognized/unsupported reloc messageAlan Modra1-3/+3
2018-02-20Enable link time garbage collection support for the IA64 target.Jason Duerstock1-0/+1
2018-02-19%L conversionsAlan Modra1-10/+11
2018-02-19Use %pA and %pB in messages rather than %A and %BAlan Modra1-19/+19
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-46/+46
2017-11-28ELF: Don't set non_ir_ref_regular in check_relocsH.J. Lu1-1/+0
2017-11-23Rename u.weakdef and make it a circular listAlan Modra1-5/+5
2017-10-14ia64: Check UNDEFWEAK_NO_DYNAMIC_RELOCH.J. Lu1-5/+15
2017-07-12bfd_error_handler bfd_vma and bfd_size_type argsAlan Modra1-7/+7