* elf32-spu.c (spu_elf_size_stubs): Correct order of warning args.

This commit is contained in:
Alan Modra 2007-02-21 02:48:22 +00:00
parent 690185ca92
commit 7885946881
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2007-02-21 Alan Modra <amodra@bigpond.net.au>
* elf32-spu.c (spu_elf_size_stubs): Correct order of warning args.
2007-02-19 Thiemo Seufer <ths@mips.com> 2007-02-19 Thiemo Seufer <ths@mips.com>
* elfxx-mips.c (_bfd_mips_elf_print_private_bfd_data): Remove * elfxx-mips.c (_bfd_mips_elf_print_private_bfd_data): Remove

View File

@ -1,6 +1,6 @@
/* SPU specific support for 32-bit ELF /* SPU specific support for 32-bit ELF
Copyright 2006 Free Software Foundation, Inc. Copyright 2006, 2007 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library. This file is part of BFD, the Binary File Descriptor library.
@ -871,7 +871,7 @@ spu_elf_size_stubs (bfd *output_bfd,
(*_bfd_error_handler) (_("warning: call to non-function" (*_bfd_error_handler) (_("warning: call to non-function"
" symbol %s defined in %B"), " symbol %s defined in %B"),
sym_name, sym_sec->owner); sym_sec->owner, sym_name);
} }
else else
continue; continue;