From f2dbbf9543b4fb8fc809292db6890015fafdc074 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Mon, 15 Sep 1997 08:21:04 +0000 Subject: [PATCH] Fix sanitization. --- bfd/elf32-v850.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bfd/elf32-v850.c b/bfd/elf32-v850.c index 265c07c3ac..4dbfe5e957 100644 --- a/bfd/elf32-v850.c +++ b/bfd/elf32-v850.c @@ -1434,7 +1434,7 @@ v850_elf_object_p (abfd) /* end-sanitize-v850e */ /* start-sanitize-v850eq */ case E_V850EQ_ARCH: (void) bfd_default_set_arch_mach (abfd, bfd_arch_v850, bfd_mach_v850eq); break; -/* start-sanitize-v850eq */ +/* end-sanitize-v850eq */ } }