Ignore:
Timestamp:
Feb 6, 2017, 1:00:00 PM (8 years ago)
Author:
Silvan Scherrer
Message:

binutils: update trunk to version 2.27

Location:
binutils/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • binutils/trunk

  • TabularUnified binutils/trunk/opcodes/frv-dis.c

    r970 r1973  
    55   - the resultant file is machine generated, cgen-dis.in isn't
    66
    7    Copyright (C) 1996-2014 Free Software Foundation, Inc.
     7   Copyright (C) 1996-2016 Free Software Foundation, Inc.
    88
    99   This file is part of libopcodes.
     
    7171
    7272  (*info->fprintf_func) (info->stream, "@");
    73 } 
     73}
    7474
    7575static void
     
    400400}
    401401
    402 cgen_print_fn * const frv_cgen_print_handlers[] = 
     402cgen_print_fn * const frv_cgen_print_handlers[] =
    403403{
    404404  print_insn_normal,
     
    593593      unsigned long insn_value_cropped;
    594594
    595 #ifdef CGEN_VALIDATE_INSN_SUPPORTED 
     595#ifdef CGEN_VALIDATE_INSN_SUPPORTED
    596596      /* Not needed as insn shouldn't be in hash lists if not supported.  */
    597597      /* Supported by this cpu?  */
     
    611611      if ((unsigned) (CGEN_INSN_BITSIZE (insn) / 8) < buflen &&
    612612          (unsigned) (CGEN_INSN_BITSIZE (insn) / 8) <= sizeof (unsigned long))
    613         insn_value_cropped = bfd_get_bits (buf, CGEN_INSN_BITSIZE (insn), 
     613        insn_value_cropped = bfd_get_bits (buf, CGEN_INSN_BITSIZE (insn),
    614614                                           info->endian == BFD_ENDIAN_BIG);
    615615      else
     
    730730  if (arch == bfd_arch_unknown)
    731731    arch = CGEN_BFD_ARCH;
    732    
     732
    733733  /* There's no standard way to compute the machine or isa number
    734734     so we leave it to the target.  */
     
    771771            }
    772772        }
    773     } 
     773    }
    774774
    775775  /* If we haven't initialized yet, initialize the opcode table.  */
Note: See TracChangeset for help on using the changeset viewer.