]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2001-07-06 Philip Blundell <philb@gnu.org>
authorPhil Blundell <philb@gnu.org>
Mon, 16 Jul 2001 21:41:24 +0000 (21:41 +0000)
committerPhil Blundell <philb@gnu.org>
Mon, 16 Jul 2001 21:41:24 +0000 (21:41 +0000)
* elf32-arm.h (elf32_arm_merge_private_bfd_data): Correct sense of
`interworking' warning message.

bfd/ChangeLog
bfd/elf32-arm.h

index 4f0d7053d38772721bf958991e955f365b47db20..e8bc010d3f8a06f2d0b4e4e5fbf8e7eeca92978a 100644 (file)
@@ -1,3 +1,8 @@
+2001-07-06  Philip Blundell  <philb@gnu.org>
+
+       * elf32-arm.h (elf32_arm_merge_private_bfd_data): Correct sense of
+       `interworking' warning message.
+
 2001-07-05  Nick Clifton  <nickc@cambridge.redhat.com>
 
        * peicode.h (coff_swap_scnhdr_in): For sections containing
index 66edd6d8e40ead416ae75e16882b063cce13cee5..b05a5cc31ec99b820c98a5764d721d156e7277a4 100644 (file)
@@ -2188,7 +2188,7 @@ Warning: %s %s interworking, whereas %s %s"),
                          bfd_get_filename (ibfd),
          in_flags & EF_INTERWORK ? _("supports") : _("does not support"),
                          bfd_get_filename (obfd),
-                   out_flags & EF_INTERWORK ? _("does not") : _("does"));
+                   out_flags & EF_INTERWORK ? _("does") : _("does not"));
     }
 
   return flags_compatible;