summaryrefslogtreecommitdiff
path: root/bfd/libbfd.h
AgeCommit message (Expand)Author
2018-01-03Update year range in copyright notice of binutils filesAlan Modra
2017-12-06BFD whitespace fixesAlan Modra
2017-11-01FT32B is a new FT32 family member. It has a code compression scheme, which re...James Bowman
2017-10-12FT32: support for FT32B processor - part 1James Bowman
2017-07-24Improve "unrecognized relocation" error messages to add the suggestion that t...Nick Clifton
2017-07-19[ARC] Add JLI support.John Eric Martin
2017-06-26RISC-V: Use pc-relative relocation for FDE initial locationKuan-Lin Chen
2017-06-16Rewrite __start and __stop symbol handlingAlan Modra
2017-05-10bfd: new BFD target entry point _bfd_set_reloc.Jose E. Marchesi
2017-03-30Add support for the WebAssembly file format and the wasm32 ELF conversion to ...Pip Cet
2017-03-13Rename R_AARCH64_TLSDESC_LD64_LO12_NC to R_AARCH64_TLSDESC_LD64_LO12 and R_AA...Nick Clifton
2017-02-28PowerPC addpcis fixAlan Modra
2017-02-17bfd: Rename bsd_write_armap and coff_write_armapPedro Alves
2017-02-17bfd: Rename real_{ftell, fseek, fopen}Pedro Alves
2017-02-17bfd: Rename read_{signed,unsigned}_leb128, safe_read_leb128Pedro Alves
2017-01-02Update year range in copyright notice of all files.Alan Modra
2016-12-31PRU BFD supportDimitar Dimitrov
2016-12-24Remove "collect" forms of generic linker add symbols functionsAlan Modra
2016-12-22Don't make_bfd_vms_lib archive functions NULLAlan Modra
2016-12-20Rework RISC-V relocationsAndrew Waterman
2016-11-01Add support for RISC-V architecture.Nick Clifton
2016-10-07Pass link_info to _bfd_merge_private_bfd_dataAlan Modra
2016-10-07bfd_merge_private_bfd_data tidyAlan Modra
2016-09-30Make bfd_error_handler_type like vprintfAlan Modra
2016-08-26Fixes to legacy ARC relocations.Cupertino Miranda
2016-07-16Don't include libbfd.h outside of bfd, part 2Alan Modra
2016-07-16Don't include libbfd.h outside of bfd, part 1Alan Modra
2016-06-28MIPS16: Add R_MIPS16_PC16_S1 branch relocation supportMaciej W. Rozycki
2016-05-25Enable 64-bit archives in ar and ranlibH.J. Lu
2016-05-23Enable R_AARCH64_NONE for 64-bit code.Jim Wilson
2016-04-21Add support for non-ELF targets to check their relocs.Nick Clifton
2016-04-14arc/nps400 : New cmem instructions and associated relocationAndrew Burgess
2016-01-01Copyright update for binutilsAlan Modra
2015-12-16[ARM] Add support for thumb1 pcrop relocations.Mickael Guene
2015-12-07R_PPC64_ENTRYAlan Modra
2015-11-20binutils: add support for arm-*-darwin and aarch64-*-darwin.Tristan Gingold
2015-11-11Add assembler, disassembler and linker support for power9.Peter Bergner
2015-10-28Fix errors in the gas testsuite for the ARC target.Cupertino Miranda
2015-10-22Add R_X86_64_[REX_]GOTPCRELX support to gas and ldH.J. Lu
2015-10-22Add R_386_GOT32X support to gas and ldH.J. Lu
2015-10-07New ARC implementation.Nick Clifton
2015-10-02[Binutils][AARCH64]Add TLS IE large memory support.Renlin Li
2015-10-02[GAS][AARCH64]Add BFD_RELOC_AARCH64_TLSGD_MOVW_G0_NC support.Renlin Li
2015-10-02[GAS][AARCH64]Add BFD_RELOC_AARCH64_TLSGD_MOVW_G1 support.Renlin Li
2015-10-02[GAS][AARCH64]Add BFD_RELOC_AARCH64_MOVW_GOTOFF_G0_NC Support.Renlin Li
2015-10-02[GAS][AARCH64]Add BFD_RELOC_AARCH64_MOVW_GOTOFF_G1 Support.Renlin Li
2015-08-19[AArch64][5/6] GAS support TLSLD load/store relocation typesJiong Wang
2015-08-19[AArch64][3/6] GAS support TLSLD move/add relocation typesJiong Wang
2015-08-19[AArch64][1/6] GAS support BFD_RELOC_AARCH64_TLSLD_ADD_DTPREL_LO12_NCJiong Wang
2015-08-12Remove trailing spaces in bfdH.J. Lu