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

This commit is contained in:
Maciej W. Rozycki 2011-07-29 22:56:57 +00:00
parent c088dedf73
commit f41e5fcc2a
2 changed files with 5 additions and 1 deletions

View 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.

View 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;