mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-28 04:25:10 +08:00
* config/tc-s390.c (s390_target_format): Always call init_default_arch.
This commit is contained in:
parent
64285810f5
commit
2ebb4b8890
@ -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.
|
||||
|
@ -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";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user