aboutsummaryrefslogtreecommitdiff
path: root/bfd/reloc.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-16Remove bfd stub function casts.Alan Modra1-0/+23
2018-01-24[GAS][AARCH64]Add group relocations to create PC-relative offset.Renlin Li1-0/+37
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-12-06BFD whitespace fixesAlan Modra1-136/+136
2017-11-28Fix a memory access violation when attempting to parse a corrupt COFF binary ...users/ARM/embedded-gdb-master-2017q4users/ARM/embedded-binutils-master-2017q4Nick Clifton1-6/+34
2017-11-01FT32B is a new FT32 family member. It has a code compression scheme, which re...James Bowman1-0/+8
2017-10-12FT32: support for FT32B processor - part 1James Bowman1-0/+2
2017-10-12Force the AArch64 linker backend to refuse to link when it encounters unresol...Nick Clifton1-2/+3
2017-07-24Improve "unrecognized relocation" error messages to add the suggestion that t...Nick Clifton1-6/+37
2017-07-19[ARC] Add JLI support.John Eric Martin1-0/+2
2017-06-26RISC-V: Use pc-relative relocation for FDE initial locationKuan-Lin Chen1-0/+2
2017-06-23[AArch64] Fix typo in comments on relocation nameJiong Wang1-2/+2
2017-06-21Fix seg-fault in the BFD parsing a corrupt input binary.Nick Clifton1-0/+3
2017-05-10bfd: new BFD target entry point _bfd_set_reloc.Jose E. Marchesi1-0/+26
2017-04-29PR21432, buffer overflow in perform_relocationAlan Modra1-12/+20
2017-04-26Fix a seg-fault when processing a corrupt binary containing reloc(s) with neg...Nick Clifton1-1/+4
2017-03-30Add support for the WebAssembly file format and the wasm32 ELF conversion to ...Pip Cet1-0/+23
2017-03-13Rename R_AARCH64_TLSDESC_LD64_LO12_NC to R_AARCH64_TLSDESC_LD64_LO12 and R_AA...Nick Clifton1-2/+2
2017-02-28PowerPC addpcis fixAlan Modra1-0/+2
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-12-31PRU BFD supportDimitar Dimitrov1-0/+48
2016-12-20Rework RISC-V relocationsAndrew Waterman1-0/+18
2016-11-01BFD: Fix double BFD_FAIL calls in `bfd_default_reloc_type_lookup'Maciej W. Rozycki1-0/+1
2016-11-01Add support for RISC-V architecture.Nick Clifton1-0/+80
2016-10-19Add c-format tags to translatable strings with more than one argument-using f...Nick Clifton1-0/+4
2016-10-06-Wimplicit-fallthrough error fixesAlan Modra1-0/+2
2016-09-30Remove syntactic sugarAlan Modra1-1/+1
2016-08-26Fixes to legacy ARC relocations.Cupertino Miranda1-3/+5
2016-07-14BFD: Let targets handle relocations against absolute symbolsMaciej W. Rozycki1-17/+22
2016-06-28MIPS16: Add R_MIPS16_PC16_S1 branch relocation supportMaciej W. Rozycki1-0/+5
2016-05-28Return void from linker callbacksAlan Modra1-15/+11
2016-05-23Enable R_AARCH64_NONE for 64-bit code.Jim Wilson1-0/+4
2016-04-14arc/nps400 : New cmem instructions and associated relocationAndrew Burgess1-0/+2
2016-03-11Fix some places where octet to byte conversions are needed.Dan Gissel1-1/+2
2016-02-19Fix a seg-fault in the linker when it encounters a corrupt binary containing ...Nick Clifton1-0/+11
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-12-16[ARM] Add support for thumb1 pcrop relocations.Mickael Guene1-0/+11
2015-12-07R_PPC64_ENTRYAlan Modra1-0/+2
2015-11-20binutils: add support for arm-*-darwin and aarch64-*-darwin.Tristan Gingold1-8/+26
2015-11-11Add assembler, disassembler and linker support for power9.Peter Bergner1-0/+2
2015-10-28Fix errors in the gas testsuite for the ARC target.Cupertino Miranda1-0/+2
2015-10-22Add R_X86_64_[REX_]GOTPCRELX support to gas and ldH.J. Lu1-0/+4
2015-10-22Add R_386_GOT32X support to gas and ldH.J. Lu1-0/+2
2015-10-07New ARC implementation.Nick Clifton1-11/+130
2015-10-02[Binutils][AARCH64]Add TLS IE large memory support.Renlin Li1-6/+6
2015-10-02[GAS][AARCH64]Add BFD_RELOC_AARCH64_TLSGD_MOVW_G0_NC support.Renlin Li1-0/+4
2015-10-02[GAS][AARCH64]Add BFD_RELOC_AARCH64_TLSGD_MOVW_G1 support.Renlin Li1-0/+4
2015-10-02[GAS][AARCH64]Add BFD_RELOC_AARCH64_MOVW_GOTOFF_G0_NC Support.Renlin Li1-0/+5
2015-10-02[GAS][AARCH64]Add BFD_RELOC_AARCH64_MOVW_GOTOFF_G1 Support.Renlin Li1-0/+5
2015-08-25[AArch64] Fix a typo in the comment for BFD_RELOC_AARCH64_LD64_GOT_LO12_NCRenlin Li1-1/+1