From e770a5941381a21a0c07d5b79d73f4570ab4b964 Mon Sep 17 00:00:00 2001 From: Sean Eric Fagan Date: Thu, 31 Mar 1994 18:43:42 +0000 Subject: [PATCH] Missing BFD_RELOC_26. --- bfd/reloc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bfd/reloc.c b/bfd/reloc.c index c5bd81b96a0..b719ff7918a 100644 --- a/bfd/reloc.c +++ b/bfd/reloc.c @@ -1206,6 +1206,7 @@ CODE_FRAGMENT . {* Basic absolute relocations *} . BFD_RELOC_64, . BFD_RELOC_32, +. BFD_RELOC_26, . BFD_RELOC_16, . BFD_RELOC_14, . BFD_RELOC_8, -- 2.30.2