Changeset 1973 for binutils/trunk/opcodes/frv-dis.c
- Timestamp:
- Feb 6, 2017, 1:00:00 PM (8 years ago)
- Location:
- binutils/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
binutils/trunk ¶
-
Property svn:mergeinfo
set to
/binutils/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
TabularUnified binutils/trunk/opcodes/frv-dis.c ¶
r970 r1973 5 5 - the resultant file is machine generated, cgen-dis.in isn't 6 6 7 Copyright (C) 1996-201 4Free Software Foundation, Inc.7 Copyright (C) 1996-2016 Free Software Foundation, Inc. 8 8 9 9 This file is part of libopcodes. … … 71 71 72 72 (*info->fprintf_func) (info->stream, "@"); 73 } 73 } 74 74 75 75 static void … … 400 400 } 401 401 402 cgen_print_fn * const frv_cgen_print_handlers[] = 402 cgen_print_fn * const frv_cgen_print_handlers[] = 403 403 { 404 404 print_insn_normal, … … 593 593 unsigned long insn_value_cropped; 594 594 595 #ifdef CGEN_VALIDATE_INSN_SUPPORTED 595 #ifdef CGEN_VALIDATE_INSN_SUPPORTED 596 596 /* Not needed as insn shouldn't be in hash lists if not supported. */ 597 597 /* Supported by this cpu? */ … … 611 611 if ((unsigned) (CGEN_INSN_BITSIZE (insn) / 8) < buflen && 612 612 (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), 614 614 info->endian == BFD_ENDIAN_BIG); 615 615 else … … 730 730 if (arch == bfd_arch_unknown) 731 731 arch = CGEN_BFD_ARCH; 732 732 733 733 /* There's no standard way to compute the machine or isa number 734 734 so we leave it to the target. */ … … 771 771 } 772 772 } 773 } 773 } 774 774 775 775 /* If we haven't initialized yet, initialize the opcode table. */
Note:
See TracChangeset
for help on using the changeset viewer.