OSDN Git Service

* elflink.c (_bfd_elf_link_output_relocs): Correct error return.
authorAlan Modra <amodra@bigpond.net.au>
Mon, 21 Jan 2008 03:53:07 +0000 (03:53 +0000)
committerAlan Modra <amodra@bigpond.net.au>
Mon, 21 Jan 2008 03:53:07 +0000 (03:53 +0000)
bfd/ChangeLog
bfd/elflink.c

index 59f8347..62d485b 100644 (file)
@@ -1,5 +1,9 @@
 2008-01-21  Alan Modra  <amodra@bigpond.net.au>
 
+       * elflink.c (_bfd_elf_link_output_relocs): Correct error return.
+
+2008-01-21  Alan Modra  <amodra@bigpond.net.au>
+
        * ecoff.c (_bfd_ecoff_archive_p): Delete.
        * libecoff.h (_bfd_ecoff_archive_p): Delete.
        * coff-alpha.c (ecoffalpha_little_vec): Use bfd_generic_archive_p.
index ed69181..c658b14 100644 (file)
@@ -2321,7 +2321,7 @@ _bfd_elf_link_output_relocs (bfd *output_bfd,
       (*_bfd_error_handler)
        (_("%B: relocation size mismatch in %B section %A"),
         output_bfd, input_section->owner, input_section);
-      bfd_set_error (bfd_error_wrong_object_format);
+      bfd_set_error (bfd_error_wrong_format);
       return FALSE;
     }