[0/4] bfd_install_relocation and aarch64-pe changes

Message ID 20230118062657.1125934-1-amodra@gmail.com
Headers
Series bfd_install_relocation and aarch64-pe changes |

Message

Alan Modra Jan. 18, 2023, 6:26 a.m. UTC
  This is where I'm at with some baby steps towards making
bfd_install_relocation sane and fixing a number of problems with the
aarch64-pe target.

Alan Modra (4):
  howto install_addend
  coff-aarch64.c howtos
  Correct coff-aarch64 howtos and delete unnecessary special functions
  The fuzzers have found the reloc special functions in coff-aarch64.c

 bfd/bfd-in2.h      |   9 +-
 bfd/coff-aarch64.c | 467 ++++++++++++++++++++++-----------------------
 bfd/reloc.c        | 289 ++++++----------------------
 3 files changed, 296 insertions(+), 469 deletions(-)