mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
* elfxx-mips.c (check_br32): Fix return type.
This commit is contained in:
parent
c088dedf73
commit
f41e5fcc2a
@ -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.
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user