X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=bfd%2Flibbfd.h;h=6aeaf187e2b7604544d5f1bae6d4934d5d005310;hb=c892b44730bb1a66d614fd47fabe47555ca83b3b;hp=fc8b81c45f079a94d8eda4f32cf7d8def9c33a5a;hpb=aac88046e6cccf13fc408fc4e515aaf2548fe898;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/libbfd.h b/bfd/libbfd.h index fc8b81c45f..6aeaf187e2 100644 --- a/bfd/libbfd.h +++ b/bfd/libbfd.h @@ -859,11 +859,6 @@ extern bfd_vma _bfd_get_gp_value extern void _bfd_set_gp_value (bfd *, bfd_vma) ATTRIBUTE_HIDDEN; -/* Provide access to the internal_extra_pe_aouthdr structure which - contains interesting information for PE format binaries. */ -extern struct internal_extra_pe_aouthdr * - bfd_coff_get_internal_extra_pe_aouthdr (bfd *); - /* Function shared by the COFF and ELF SH backends, which have no other common header files. */ @@ -2924,6 +2919,12 @@ static const char *const bfd_reloc_code_real_names[] = { "@@uninitialized@@", "BFD_RELOC_XTENSA_TLS_FUNC", "BFD_RELOC_XTENSA_TLS_ARG", "BFD_RELOC_XTENSA_TLS_CALL", + "BFD_RELOC_XTENSA_PDIFF8", + "BFD_RELOC_XTENSA_PDIFF16", + "BFD_RELOC_XTENSA_PDIFF32", + "BFD_RELOC_XTENSA_NDIFF8", + "BFD_RELOC_XTENSA_NDIFF16", + "BFD_RELOC_XTENSA_NDIFF32", "BFD_RELOC_Z80_DISP8", "BFD_RELOC_Z80_BYTE0", "BFD_RELOC_Z80_BYTE1",