Tweak the handling of $GDBHISTSIZE edge cases [PR gdb/16999]
[deliverable/binutils-gdb.git] / opcodes / or1k-ibld.c
index 0c506ae1b192b2b399ba5344e9a87d7b8823cee3..d9e590d22179b14cdb53e2c210effe4adb498866 100644 (file)
@@ -3,8 +3,7 @@
    THIS FILE IS MACHINE GENERATED WITH CGEN: Cpu tools GENerator.
    - the resultant file is machine generated, cgen-ibld.in isn't
 
-   Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2005, 2006, 2007,
-   2008, 2010  Free Software Foundation, Inc.
+   Copyright (C) 1996-2015 Free Software Foundation, Inc.
 
    This file is part of libopcodes.
 
@@ -155,7 +154,7 @@ insert_normal (CGEN_CPU_DESC cd,
     {
       long minval = - (1L << (length - 1));
       unsigned long maxval = mask;
-
+      
       if ((value > 0 && (unsigned long) value > maxval)
          || value < minval)
        {
@@ -193,7 +192,7 @@ insert_normal (CGEN_CPU_DESC cd,
        {
          long minval = - (1L << (length - 1));
          long maxval =   (1L << (length - 1)) - 1;
-
+         
          if (value < minval || value > maxval)
            {
              sprintf
@@ -753,12 +752,12 @@ or1k_cgen_extract_operand (CGEN_CPU_DESC cd,
   return length;
 }
 
-cgen_insert_fn * const or1k_cgen_insert_handlers[] =
+cgen_insert_fn * const or1k_cgen_insert_handlers[] = 
 {
   insert_insn_normal,
 };
 
-cgen_extract_fn * const or1k_cgen_extract_handlers[] =
+cgen_extract_fn * const or1k_cgen_extract_handlers[] = 
 {
   extract_insn_normal,
 };
This page took 0.034866 seconds and 4 git commands to generate.