* elf32-spu.c (spu_elf_size_stubs): Correct order of warning args.
authorAlan Modra <amodra@gmail.com>
Wed, 21 Feb 2007 02:48:22 +0000 (02:48 +0000)
committerAlan Modra <amodra@gmail.com>
Wed, 21 Feb 2007 02:48:22 +0000 (02:48 +0000)
bfd/ChangeLog
bfd/elf32-spu.c

index 05b16703bdd888835bd9eca30c65354f5422df9a..f1d2ed745289a708b1c3505edfcb1b9a25908d06 100644 (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>
 
        * elfxx-mips.c (_bfd_mips_elf_print_private_bfd_data): Remove
index 5d0c0f76ef1604a2fc262e9f8a0b27802532e6ce..978792b5efc811df993b07041758e6df41c0e4aa 100644 (file)
@@ -1,6 +1,6 @@
 /* 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.
 
@@ -871,7 +871,7 @@ spu_elf_size_stubs (bfd *output_bfd,
 
                      (*_bfd_error_handler) (_("warning: call to non-function"
                                               " symbol %s defined in %B"),
-                                            sym_name, sym_sec->owner);
+                                            sym_sec->owner, sym_name);
                    }
                  else
                    continue;
This page took 0.028529 seconds and 4 git commands to generate.