* archures.c (bfd_archures_list): Always NULL terminate the list.
This commit is contained in:
parent
230a95ce5a
commit
2f88c3244e
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue