summaryrefslogtreecommitdiff
path: root/bfd/elf32-avr.c
AgeCommit message (Expand)Author
2022-07-29Re: PR16005, avr linker crash on a particular instruction sequence with --relaxAlan Modra
2022-07-29PR16005, avr linker crash on a particular instruction sequence with --relaxAlan Modra
2022-06-08HOWTO size encodingAlan Modra
2022-01-02Update year range in copyright notice of binutils filesAlan Modra
2021-03-31Use bool in bfdAlan Modra
2021-03-29elf_backend_relocate_section int vs. bfd_booleanAlan Modra
2021-02-11PR27294, avr OOMAlan Modra
2021-01-01Update year range in copyright notice of binutils filesAlan Modra
2020-08-26Fix sanitization problems in the BFD library when running the linker testsuit...Nick Clifton
2020-08-25elf_hash_table_id accessAlan Modra
2020-05-21Replace "if (x) free (x)" with "free (x)", bfdAlan Modra
2020-02-19bfd_size_type to size_tAlan Modra
2020-01-01Update year range in copyright notice of binutils filesAlan Modra
2019-09-19bfd_section_* macrosAlan Modra
2019-07-24Complain about mbind, ifunc, and unique in final_writeAlan Modra
2019-07-23ELF final_write_processingAlan Modra
2019-05-21Fix PR 24571 - Relaxation does not shorten jmp or call to target at pc-relat...Senthil Kumar Selvaraj
2019-05-21Fix PR 24564 - link fails for some rcalls/rjmps with wraparoundSenthil Kumar Selvaraj
2019-01-01Update year range in copyright notice of binutils filesAlan Modra
2018-12-18Include bfd_stdint.h in bfd.hAlan Modra
2018-09-06PR23570, AVR .noinit section defaults to PROGBITSAlan Modra
2018-08-01Fix potential illegal memory access in AVR backend.Nick Clifton
2018-02-27Have info_to_howto functions return a success/fail status. Check this result...Nick Clifton
2018-02-26unrecognized/unsupported reloc messageAlan Modra
2018-02-19Use %pA and %pB in messages rather than %A and %BAlan Modra
2018-01-03Update year range in copyright notice of binutils filesAlan Modra
2017-12-06BFD whitespace fixesAlan Modra
2017-06-27Fix PR 13402Senthil Kumar Selvaraj
2017-05-04Fix PR21404 - assertion fail when calculating symbol sizeSenthil Kumar Selvaraj
2017-04-13Missing _bfd_error_handler argsAlan Modra
2017-01-02Update year range in copyright notice of all files.Alan Modra
2016-11-16Fix PR20789 - relaxation with negative valued diff relocsSenthil Kumar Selvaraj
2016-10-19Add c-format tags to translatable strings with more than one argument-using f...Nick Clifton
2016-10-06-Wimplicit-fallthrough warning fixesAlan Modra
2016-09-30Remove syntactic sugarAlan Modra
2016-09-06Fix PR ld/20545 - relaxation bugs in avr backendSenthil Kumar Selvaraj
2016-06-15Fix PR ld/20254Senthil Kumar Selvaraj
2016-06-09Fix PR 20221 - adjust syms and relocs only if relax shrunk section.Denis Chertykov
2016-05-28Return void from linker callbacksAlan Modra
2016-03-30Fix a seg-fault in the AVR linker.Senthil Kumar Selvaraj
2016-01-01Copyright update for binutilsAlan Modra
2015-08-31Make asection->id and asection->index unsignedAlan Modra
2015-08-18Add output_type to bfd_link_infoH.J. Lu
2015-07-08Define DIFF_EXPR_OK for avr target to allow PC relative difference relocation.Denis Chertykov
2015-02-25AVR/ld: Use .avr.prop data during linker relaxation.Andrew Burgess
2015-02-25avr/objdump: Support dumping .avr.prop section.Andrew Burgess
2015-02-03More fixes for illegal memory accesses triggered by running objdump on fuzzed...Nick Clifton
2015-01-19Fallout from recent bfd_reloc_outofrange changesAlan Modra
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra
2014-12-23AVR: Only set link-relax elf flag when appropriate.Andrew Burgess