From 60bcf0fa8c115b4e71d7b1372aca3efccffc9607 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 19 Jun 2000 01:22:44 +0000 Subject: Applied Stephane Carrez patches to add support for m68hc11 and m68hc12 processors. --- bfd/elfcore.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'bfd/elfcore.h') diff --git a/bfd/elfcore.h b/bfd/elfcore.h index ec03ec3..11bfeac 100644 --- a/bfd/elfcore.h +++ b/bfd/elfcore.h @@ -99,9 +99,7 @@ elf_core_file_p (abfd) /* Check the magic number. */ if (elf_file_p (&x_ehdr) == false) - { - goto wrong; - } + goto wrong; /* FIXME: Check EI_VERSION here ! */ -- cgit v1.1