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/v850-dis.c

    r970 r1973  
    11/* Disassemble V850 instructions.
    2    Copyright (C) 1996-2014 Free Software Foundation, Inc.
     2   Copyright (C) 1996-2016 Free Software Foundation, Inc.
    33
    44   This file is part of the GNU opcodes library.
     
    153153            value <<= 16;
    154154          else if (value & 0x8000)
    155             value |= (-1L << 16);
     155            value |= (-1UL << 16);
    156156
    157157          return value;
Note: See TracChangeset for help on using the changeset viewer.