aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-bfin.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-08Don't encode reloc.sizeAlan Modra1-3/+3
2022-06-08bfin reloc offset checksAlan Modra1-12/+8
2022-06-08HOWTO size encodingAlan Modra1-38/+38
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-4/+1
2021-08-06PR28172, bfin_pcrel24_reloc heap-buffer-overflowAlan Modra1-5/+11
2021-03-31Use bool in bfdAlan Modra1-274/+274
2021-03-29elf_backend_relocate_section int vs. bfd_booleanAlan Modra1-2/+2
2021-03-22Add startswith function and use it instead of CONST_STRNEQ.Martin Liska1-2/+2
2021-01-14bfin: Skip non SEC_ALLOC section for R_BFIN_FUNCDESCH.J. Lu1-117/+118
2021-01-06bfin: Check bfd_link_hash_indirectH.J. Lu1-1/+9
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-08-25elf_hash_table_id accessAlan Modra1-3/+4
2020-07-30elf: Add sym_cache to elf_link_hash_tableH.J. Lu1-21/+4
2020-06-23ELF: Add _bfd_elf_add_dynamic_tagsH.J. Lu1-21/+1
2020-06-05bfin: Initialize picrel to silence GCC warningH.J. Lu1-0/+1
2020-06-05bfin: Skip non SEC_ALLOC sectionH.J. Lu1-0/+3
2020-05-21Replace "if (x) free (x)" with "free (x)", bfdAlan Modra1-6/+4
2020-05-19Use bfd_get_filename throughout bfdAlan Modra1-5/+5
2020-05-01FIXME for merging of e_flags and .gnu.attributesAlan Modra1-0/+4
2020-02-26Indent labelsAlan Modra1-1/+1
2020-02-19bfd_size_type to size_tAlan Modra1-2/+2
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-09-23bfin bfd.h tidyAlan Modra1-0/+1
2019-09-19bfd_section_* macrosAlan Modra1-21/+17
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-11Check corrupt VTENTRY entry in bfd_elf_gc_record_vtentryH.J. Lu1-3/+1
2019-04-03BFD whitespace fixesAlan Modra1-11/+11
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-4/+12
2018-02-26unrecognized/unsupported reloc messageAlan Modra1-2/+2
2018-02-19%L conversionsAlan Modra1-7/+10
2018-02-19Use %pA and %pB in messages rather than %A and %BAlan Modra1-7/+7
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-12-06BFD whitespace fixesAlan Modra1-181/+181
2017-11-28ELF: Don't set non_ir_ref_regular in check_relocsH.J. Lu1-4/+0
2017-11-23Rename u.weakdef and make it a circular listAlan Modra1-12/+12
2017-10-16ELF: Call check_relocs after opening all inputsH.J. Lu1-189/+0
2017-10-09bfin: Don't create .interp section for info->nointerpH.J. Lu1-1/+1
2017-07-12bfd_error_handler bfd_vma and bfd_size_type argsAlan Modra1-9/+8
2017-05-18Don't compare boolean values against TRUE or FALSEAlan Modra1-2/+2
2017-05-16Rename non_ir_ref to non_ir_ref_regularAlan Modra1-1/+1
2017-04-13Use %A and %B in more error messagesAlan Modra1-7/+6
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-11-23Delete duplicate target short-cuts to dynamic sectionsAlan Modra1-65/+23
2016-10-19Add c-format tags to translatable strings with more than one argument-using f...Nick Clifton1-0/+4
2016-10-07Pass link_info to _bfd_merge_private_bfd_dataAlan Modra1-1/+2
2016-10-06-Wimplicit-fallthrough warning fixesAlan Modra1-0/+1
2016-09-30Remove syntactic sugarAlan Modra1-15/+16