From 6482c264f4a6d239f2abd356e09ae465e74efeb1 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 20 Apr 2004 12:17:16 +0000 Subject: Add support for a .secrel32 x86 reloc to allow DWARF" debug information to used with COFF based x86 ports. --- bfd/libbfd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'bfd/libbfd.h') diff --git a/bfd/libbfd.h b/bfd/libbfd.h index e4e17f9..6afe58d 100644 --- a/bfd/libbfd.h +++ b/bfd/libbfd.h @@ -699,6 +699,7 @@ static const char *const bfd_reloc_code_real_names[] = { "@@uninitialized@@", "BFD_RELOC_16_PCREL", "BFD_RELOC_12_PCREL", "BFD_RELOC_8_PCREL", + "BFD_RELOC_32_SECREL", "BFD_RELOC_32_GOT_PCREL", "BFD_RELOC_16_GOT_PCREL", "BFD_RELOC_8_GOT_PCREL", -- cgit v1.1