aboutsummaryrefslogtreecommitdiff
path: root/bfd/archures.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>1997-08-27 07:40:23 +0000
committerAndrew Cagney <cagney@redhat.com>1997-08-27 07:40:23 +0000
commit2f88c3244e1f5caabec33e020425fe4710a95fc7 (patch)
tree0aea175bab97239abf3174e2dba1db09fca17527 /bfd/archures.c
parent230a95ce5a67898210a4a9654c4dfd5e685ca672 (diff)
downloadgdb-2f88c3244e1f5caabec33e020425fe4710a95fc7.zip
gdb-2f88c3244e1f5caabec33e020425fe4710a95fc7.tar.gz
gdb-2f88c3244e1f5caabec33e020425fe4710a95fc7.tar.bz2
* archures.c (bfd_archures_list): Always NULL terminate the list.
Diffstat (limited to 'bfd/archures.c')
-rw-r--r--bfd/archures.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/archures.c b/bfd/archures.c
index aef3636..9e0cbd6 100644
--- a/bfd/archures.c
+++ b/bfd/archures.c
@@ -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
};
/*