* archures.c (bfd_archures_list): Always NULL terminate the list.
authorAndrew Cagney <cagney@redhat.com>
Wed, 27 Aug 1997 07:40:23 +0000 (07:40 +0000)
committerAndrew Cagney <cagney@redhat.com>
Wed, 27 Aug 1997 07:40:23 +0000 (07:40 +0000)
bfd/ChangeLog
bfd/archures.c

index 775d9fcc56a7660c5e07b1b407a8cb5ebe331c63..7a960f030d2e9f7e7b6fe274688463e8ca67f570 100644 (file)
@@ -1,3 +1,7 @@
+Wed Aug 27 17:33:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * archures.c (bfd_archures_list): Always NULL terminate the list.
+
 Tue Aug 26 17:26:51 1997  Ian Lance Taylor  <ian@cygnus.com>
 
        * Makefile.am: Rebuild dependencies.
index aef36369fa561d44ece72bd889e05e22983c9474..9e0cbd6d35da906ca7abba03a5869516a8081671 100644 (file)
@@ -271,8 +271,8 @@ static const bfd_arch_info_type * const bfd_archures_list[] =
 /* start-sanitize-v850*/
   &bfd_v850_arch,
 /* end-sanitize-v850 */
-  0
 #endif
+  0
 };
 
 /*