* elf.c (bfd_section_from_shdr): Treat invalid reloc sections as
[deliverable/binutils-gdb.git] / bfd / cpu-pdp11.c
index 6d8971cb46d0a2863032d3c3d5a5b1ce69ecd8b3..98efd4d33445fea433087730dae414c7ea63e591 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD back-end for PDP-11 support.
-   Copyright (C) 2001 Free Software Foundation, Inc.
+   Copyright 2001, 2002 Free Software Foundation, Inc.
 
 This file is part of BFD, the Binary File Descriptor library.
 
@@ -15,7 +15,7 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
-Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.  */
 
 #include "bfd.h"
 #include "sysdep.h"
@@ -31,8 +31,8 @@ const bfd_arch_info_type bfd_pdp11_arch =
     "pdp11",
     "pdp11",
     1,         /* aligment = 16 bit */
-    true, /* the one and only */
-    bfd_default_compatible, 
+    TRUE, /* the one and only */
+    bfd_default_compatible,
     bfd_default_scan ,
     0,
   };
This page took 0.023323 seconds and 4 git commands to generate.