summaryrefslogtreecommitdiff
path: root/bfd/elf32-avr.c
Commit message (Expand)AuthorAgeFilesLines
* Test SEC_HAS_CONTENTS in relax routinesAlan Modra2023-02-231-1/+2
* Test SEC_HAS_CONTENTS before reading section contentsAlan Modra2023-02-231-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* bfd_get_relocated_section_contents allow NULL data bufferAlan Modra2022-12-171-0/+9
* PR11290, avr-ld "out of range error" is confusingAlan Modra2022-08-251-30/+32
* Re: PR16005, avr linker crash on a particular instruction sequence with --relaxAlan Modra2022-07-291-3/+4
* PR16005, avr linker crash on a particular instruction sequence with --relaxAlan Modra2022-07-291-0/+3
* HOWTO size encodingAlan Modra2022-06-081-37/+37
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* Use bool in bfdAlan Modra2021-03-311-220/+217
* elf_backend_relocate_section int vs. bfd_booleanAlan Modra2021-03-291-1/+1
* PR27294, avr OOMAlan Modra2021-02-111-8/+8
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* Fix sanitization problems in the BFD library when running the linker testsuit...Nick Clifton2020-08-261-7/+7
* elf_hash_table_id accessAlan Modra2020-08-251-3/+3
* Replace "if (x) free (x)" with "free (x)", bfdAlan Modra2020-05-211-22/+11
* bfd_size_type to size_tAlan Modra2020-02-191-4/+4
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* bfd_section_* macrosAlan Modra2019-09-191-13/+11
* Complain about mbind, ifunc, and unique in final_writeAlan Modra2019-07-241-3/+3
* ELF final_write_processingAlan Modra2019-07-231-2/+2
* Fix PR 24571 - Relaxation does not shorten jmp or call to target at pc-relat...Senthil Kumar Selvaraj2019-05-211-3/+15
* Fix PR 24564 - link fails for some rcalls/rjmps with wraparoundSenthil Kumar Selvaraj2019-05-211-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* Include bfd_stdint.h in bfd.hAlan Modra2018-12-181-1/+0
* PR23570, AVR .noinit section defaults to PROGBITSAlan Modra2018-09-061-0/+7
* Fix potential illegal memory access in AVR backend.Nick Clifton2018-08-011-4/+4
* Have info_to_howto functions return a success/fail status. Check this result...Nick Clifton2018-02-271-2/+4
* unrecognized/unsupported reloc messageAlan Modra2018-02-261-2/+3
* Use %pA and %pB in messages rather than %A and %BAlan Modra2018-02-191-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* BFD whitespace fixesAlan Modra2017-12-061-1144/+1144
* Fix PR 13402Senthil Kumar Selvaraj2017-06-271-1/+4
* Fix PR21404 - assertion fail when calculating symbol sizeSenthil Kumar Selvaraj2017-05-041-31/+60
* Missing _bfd_error_handler argsAlan Modra2017-04-131-2/+1
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* Fix PR20789 - relaxation with negative valued diff relocsSenthil Kumar Selvaraj2016-11-161-37/+62
* Add c-format tags to translatable strings with more than one argument-using f...Nick Clifton2016-10-191-0/+2
* -Wimplicit-fallthrough warning fixesAlan Modra2016-10-061-0/+1
* Remove syntactic sugarAlan Modra2016-09-301-2/+2
* Fix PR ld/20545 - relaxation bugs in avr backendSenthil Kumar Selvaraj2016-09-061-7/+33
* Fix PR ld/20254Senthil Kumar Selvaraj2016-06-151-2/+13
* Fix PR 20221 - adjust syms and relocs only if relax shrunk section.Denis Chertykov2016-06-091-3/+18
* Return void from linker callbacksAlan Modra2016-05-281-10/+6
* Fix a seg-fault in the AVR linker.Senthil Kumar Selvaraj2016-03-301-2/+4
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* Make asection->id and asection->index unsignedAlan Modra2015-08-311-2/+2
* Add output_type to bfd_link_infoH.J. Lu2015-08-181-4/+4
* Define DIFF_EXPR_OK for avr target to allow PC relative difference relocation.Denis Chertykov2015-07-081-2/+18
* AVR/ld: Use .avr.prop data during linker relaxation.Andrew Burgess2015-02-251-1/+320