gdb: Make use of gdb::option framework for some info commands
[deliverable/binutils-gdb.git] / bfd / cpu-pdp11.c
index 3147f5604de219a97d5e009958c9075c775a88c0..d42f7f867003aa67c751bdf2cafd71800c9a9852 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD back-end for PDP-11 support.
-   Copyright 2001, 2002, 2005, 2007 Free Software Foundation, Inc.
+   Copyright (C) 2001-2019 Free Software Foundation, Inc.
 
    This file is part of BFD, the Binary File Descriptor library.
 
@@ -31,10 +31,11 @@ const bfd_arch_info_type bfd_pdp11_arch =
     0, /* only 1 machine */
     "pdp11",
     "pdp11",
-    1,         /* aligment = 16 bit */
+    1,         /* alignment = 16 bit */
     TRUE, /* the one and only */
     bfd_default_compatible,
-    bfd_default_scan ,
+    bfd_default_scan,
+    bfd_arch_default_fill,
     0,
   };
 
This page took 0.038442 seconds and 4 git commands to generate.