[committed] MIPS: microMIPS branch decoder return type fix

Maciej W. Rozycki macro@codesourcery.com
Sat Jul 30 01:10:00 GMT 2011
Hi,

 I have checked this change in as well.

2011-07-29  Maciej W. Rozycki  <macro@codesourcery.com>

	bfd/
	* elfxx-mips.c (check_br32): Fix return type.

  Maciej

binutils-umips-br32.diff
Index: binutils-fsf-trunk-quilt/bfd/elfxx-mips.c
===================================================================
--- binutils-fsf-trunk-quilt.orig/bfd/elfxx-mips.c	2011-07-29 21:51:47.000000000 +0100
+++ binutils-fsf-trunk-quilt/bfd/elfxx-mips.c	2011-07-29 21:22:12.000000000 +0100
@@ -12239,7 +12239,7 @@ check_br16 (bfd *abfd, bfd_byte *ptr, un
 /* 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;



More information about the Binutils mailing list