* config/tc-s390.c (s390_target_format): Always call init_default_arch.

This commit is contained in:
Martin Schwidefsky 2003-05-09 15:32:52 +00:00
parent 64285810f5
commit 2ebb4b8890
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2003-05-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
* config/tc-s390.c (s390_target_format): Always call init_default_arch.
2003-05-07 H.J. Lu <hongjiu.lu@intel.com>
* config/tc-ia64.c (alias_hash): New.

View File

@ -351,8 +351,7 @@ s390_target_format ()
{
/* We don't get a chance to initialize anything before we're called,
so handle that now. */
if (! s390_arch_size)
init_default_arch ();
init_default_arch ();
return s390_arch_size == 64 ? "elf64-s390" : "elf32-s390";
}