summaryrefslogtreecommitdiff
path: root/bfd/elfcore.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-06-19 01:22:44 +0000
committerNick Clifton <nickc@redhat.com>2000-06-19 01:22:44 +0000
commit1848baaa9e79b4d81f4dbbcf762451fb4d726cb4 (patch)
treef3356d264642105e75ddbe6406a71ece66803769 /bfd/elfcore.h
parentb5f01ce4f68818f6258d13cf4be39d53be5c520b (diff)
downloadbinutils-redhat-1848baaa9e79b4d81f4dbbcf762451fb4d726cb4.tar.gz
Applied Stephane Carrez <Stephane.Carrez@worldnet.fr> patches to add support
for m68hc11 and m68hc12 processors.
Diffstat (limited to 'bfd/elfcore.h')
-rw-r--r--bfd/elfcore.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/bfd/elfcore.h b/bfd/elfcore.h
index ec03ec3f63..11bfeac734 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 ! */