Change pspace_to_pspace_object to return a new reference
[deliverable/binutils-gdb.git] / opcodes / or1k-asm.c
index 7fffa3d50fbc6daf9e527a6189994cc1af984c5c..3162ff3b9f3f3d5ceef27e9dfd2498782d0656d7 100644 (file)
@@ -5,7 +5,7 @@
    THIS FILE IS MACHINE GENERATED WITH CGEN.
    - the resultant file is machine generated, cgen-asm.in isn't
 
-   Copyright (C) 1996-2017 Free Software Foundation, Inc.
+   Copyright (C) 1996-2018 Free Software Foundation, Inc.
 
    This file is part of libopcodes.
 
@@ -500,7 +500,9 @@ or1k_cgen_parse_operand (CGEN_CPU_DESC cd,
 
     default :
       /* xgettext:c-format */
-      fprintf (stderr, _("Unrecognized field %d while parsing.\n"), opindex);
+      opcodes_error_handler
+       (_("internal error: unrecognized field %d while parsing"),
+        opindex);
       abort ();
   }
 
This page took 0.023462 seconds and 4 git commands to generate.