* elfxx-mips.c (check_br32): Fix return type.
authorMaciej W. Rozycki <macro@linux-mips.org>
Fri, 29 Jul 2011 22:56:57 +0000 (22:56 +0000)
committerMaciej W. Rozycki <macro@linux-mips.org>
Fri, 29 Jul 2011 22:56:57 +0000 (22:56 +0000)
bfd/ChangeLog
bfd/elfxx-mips.c

index a7ee0feb3a78355a1db4f79b42ab8c4e82dd86a3..9a4b3f69c0af4ce7e9c0d095e004f2d1fde7a3f6 100644 (file)
@@ -1,3 +1,7 @@
+2011-07-29  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * elfxx-mips.c (check_br32): Fix return type.
+
 2011-07-29  Maciej W. Rozycki  <macro@codesourcery.com>
 
        * elfxx-mips.c (bz_insn_16): Correct opcode mask.
index b9fbe66694c07900afdba494ad463d6724c94242..c628b8b1e883fe48deb0a8373cc312cc1b670b1e 100644 (file)
@@ -12239,7 +12239,7 @@ check_br16 (bfd *abfd, bfd_byte *ptr, unsigned long reg)
 /* If PTR points to a 32-bit branch or jump that doesn't fiddle with REG,
    then return TRUE, otherwise FALSE.  */
 
-static int
+static bfd_boolean
 check_br32 (bfd *abfd, bfd_byte *ptr, unsigned long reg)
 {
   unsigned long opcode;