Reorganize code to handle TYPE_CODE_{STRUCT,UNION} on 'c_type_print_base'
[deliverable/binutils-gdb.git] / bfd / cpu-h8500.c
index 362d369a3b0c15b3752cdbbdbd5cd00d587240d5..dd575175fd4c3f20b47b9ad8ece36ed31e490293 100644 (file)
@@ -1,6 +1,5 @@
 /* BFD library support routines for the H8/500 architecture.
-   Copyright 1993, 1995, 1999, 2000, 2001, 2002, 2003, 2005, 2007
-   Free Software Foundation, Inc.
+   Copyright (C) 1993-2017 Free Software Foundation, Inc.
    Hacked by Steve Chamberlain of Cygnus Support.
 
    This file is part of BFD, the Binary File Descriptor library.
 #include "libbfd.h"
 
 static bfd_boolean scan_mach
-  PARAMS ((const struct bfd_arch_info *, const char *));
+  (const struct bfd_arch_info *, const char *);
 
 static bfd_boolean
-scan_mach (info, string)
-     const struct bfd_arch_info *info ATTRIBUTE_UNUSED;
-     const char *string;
+scan_mach (const struct bfd_arch_info *info ATTRIBUTE_UNUSED,
+          const char *string)
 {
   if (strcmp (string,"h8/500") == 0)
     return TRUE;
@@ -56,5 +54,6 @@ const bfd_arch_info_type bfd_h8500_arch =
   TRUE,                                /* the default machine */
   bfd_default_compatible,
   scan_mach,
+  bfd_arch_default_fill,
   0,
 };
This page took 0.024906 seconds and 4 git commands to generate.