summaryrefslogtreecommitdiff
path: root/bfd/elf64-ia64-vms.c
Commit message (Expand)AuthorAgeFilesLines
* Test SEC_HAS_CONTENTS in relax routinesAlan Modra2023-02-231-2/+3
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* asan: ppc64_elf_get_synthetic_symtab heap buffer overflowAlan Modra2022-08-051-1/+1
* Remove use of bfd_uint64_t and similarAlan Modra2022-05-271-4/+4
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* bfd: fix -Wunused errors with clang 13+Simon Marchi2021-12-141-6/+0
* convert elf_link_hash macros to inline functionsAlan Modra2021-04-121-8/+8
* Use bool in bfdAlan Modra2021-03-311-280/+280
* hash table iterator callback functions int vs. bfd_booleanAlan Modra2021-03-291-2/+2
* elf_backend_relocate_section int vs. bfd_booleanAlan Modra2021-03-291-1/+1
* Add startswith function and use it instead of CONST_STRNEQ.Martin Liska2021-03-221-7/+7
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* elf_hash_table_id accessAlan Modra2020-08-251-2/+3
* Set SEC_SMALL_DATA on small commonAlan Modra2020-08-151-0/+1
* Replace "if (x) free (x)" with "free (x)", bfdAlan Modra2020-05-211-28/+16
* Use bfd_get_filename throughout bfdAlan Modra2020-05-191-1/+1
* FIXME for merging of e_flags and .gnu.attributesAlan Modra2020-05-011-0/+4
* elf_backend_section_flags and _bfd_elf_init_private_section_dataAlan Modra2020-03-021-3/+2
* Indent labelsAlan Modra2020-02-261-3/+3
* bfd_size_type to size_tAlan Modra2020-02-191-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* elf_backend_init_file_headerAlan Modra2019-11-181-6/+10
* bfd_section_* macrosAlan Modra2019-09-191-21/+19
* Complain about mbind, ifunc, and unique in final_writeAlan Modra2019-07-241-3/+3
* ELF final_write_processingAlan Modra2019-07-231-2/+2
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* Have info_to_howto functions return a success/fail status. Check this result...Nick Clifton2018-02-271-3/+19
* assorted target messagesAlan Modra2018-02-261-6/+6
* unrecognized/unsupported reloc messageAlan Modra2018-02-261-4/+3
* %L conversionsAlan Modra2018-02-191-12/+14
* Use %pA and %pB in messages rather than %A and %BAlan Modra2018-02-191-25/+25
* Remove bfd stub function casts.Alan Modra2018-02-161-1/+1
* Fix compilation of the BFD sub-directory with a gcc v8 compiler by adding ext...Nick Clifton2018-02-141-1/+1
* Fix compile time warning messages from gcc version 8 about cast between incom...Nick Clifton2018-02-131-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* BFD whitespace fixesAlan Modra2017-12-061-355/+355
* ELF: Don't set non_ir_ref_regular in check_relocsH.J. Lu2017-11-281-1/+0
* Rename u.weakdef and make it a circular listAlan Modra2017-11-231-5/+5
* bfd_error_handler bfd_vma and bfd_size_type argsAlan Modra2017-07-121-10/+9
* Rename non_ir_ref to non_ir_ref_regularAlan Modra2017-05-161-1/+1
* Wrap long linesAlan Modra2017-04-131-1/+2
* Use %A and %B in more error messagesAlan Modra2017-04-131-5/+3
* Rewrite bfd error handlerAlan Modra2017-04-131-16/+18
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* Add c-format tags to translatable strings with more than one argument-using f...Nick Clifton2016-10-191-0/+14
* Pass link_info to _bfd_merge_private_bfd_dataAlan Modra2016-10-071-1/+2
* -Wimplicit-fallthrough warning fixesAlan Modra2016-10-061-0/+1
* Remove syntactic sugarAlan Modra2016-09-301-24/+24
* Return void from linker callbacksAlan Modra2016-05-281-13/+11
* Skip an archive element if not added by linkerH.J. Lu2016-05-251-1/+1