summaryrefslogtreecommitdiff
path: root/bfd/elf32-score7.c
Commit message (Expand)AuthorAgeFilesLines
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* HOWTO size encodingAlan Modra2022-06-081-20/+20
* 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-10/+1
* bfd: remove use of INLINEAlan Modra2021-10-281-1/+1
* Fix an illegal memory access triggered by disassembling corrupt s390x binaries.Nick Clifton2021-09-061-1/+3
* Use bool in bfdAlan Modra2021-03-311-256/+256
* 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-3/+3
* score-elf binutils-all/strip-13 failAlan Modra2021-01-061-2/+8
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* Statically initialise target common sectionsAlan Modra2020-12-181-16/+6
* Set SEC_SMALL_DATA on small commonAlan Modra2020-08-151-1/+1
* PR26389, nm prints "c" for a common symbol with -flto and -fcommonAlan Modra2020-08-151-1/+1
* FIXME for merging of e_flags and .gnu.attributesAlan Modra2020-05-011-0/+4
* Unify the behaviour of ld.bfd and ld.gold with respect to warning about unres...Fangrui Song2020-04-151-5/+6
* bfd_size_type to size_tAlan Modra2020-02-191-2/+2
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* bfd_section_* macrosAlan Modra2019-09-191-12/+11
* bfd_asymbol_* macrosAlan Modra2019-09-181-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-5/+7
* assorted target messagesAlan Modra2018-02-261-1/+1
* %L conversionsAlan Modra2018-02-191-2/+2
* Use %pA and %pB in messages rather than %A and %BAlan Modra2018-02-191-3/+3
* Remove bfd stub function casts.Alan Modra2018-02-161-2/+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-1335/+1335
* ELF: Don't set non_ir_ref_regular in check_relocsH.J. Lu2017-11-281-4/+0
* Rename u.weakdef and make it a circular listAlan Modra2017-11-231-6/+6
* Fix remaining targets using wrong .interp conditionsAlan Modra2017-10-121-1/+1
* bfd_error_handler bfd_vma and bfd_size_type argsAlan Modra2017-07-121-2/+2
* bfd: remove unused local variables in elf32-score, elf32-score7 and elfxx-mipsJose E. Marchesi2017-06-061-8/+0
* ELF/BFD: Hold the number of internal static relocs in `->reloc_count'Maciej W. Rozycki2017-06-061-4/+4
* Rename non_ir_ref to non_ir_ref_regularAlan Modra2017-05-161-1/+1
* Use %A and %B in more error messagesAlan Modra2017-04-131-4/+1
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* Fix the linker so that it will not silently generate ELF binaries with invali...Nick Clifton2016-11-231-3/+6
* Delete duplicate target short-cuts to dynamic sectionsAlan Modra2016-11-231-3/+4
* Add c-format tags to translatable strings with more than one argument-using f...Nick Clifton2016-10-191-0/+2
* Pass link_info to _bfd_merge_private_bfd_dataAlan Modra2016-10-071-2/+3
* -Wimplicit-fallthrough warning fixesAlan Modra2016-10-061-2/+3
* Remove syntactic sugarAlan Modra2016-09-301-4/+5
* Return void from linker callbacksAlan Modra2016-05-281-17/+13
* Set dynamic tag VMA and size from dynamic section when possibleAlan Modra2016-05-131-10/+6
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* Fix compile time warnings generated when compiling with clang.Nick Clifton2015-09-231-2/+2
* Add --no-dynamic-linker option to ld, for static PIE useRich Felker2015-09-201-1/+1