Use scoped_value_mark in dwarf2_evaluate_loc_desc_full
[deliverable/binutils-gdb.git] / gdb / dfp.c
index 41edae979ec48123eb516f343eccec33af20e7cd..a1b6b0625f8292a54dee6000b6172ba02134a55b 100644 (file)
--- a/gdb/dfp.c
+++ b/gdb/dfp.c
@@ -1,6 +1,6 @@
 /* Decimal floating point support for GDB.
 
-   Copyright 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+   Copyright (C) 2007-2017 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -134,7 +134,7 @@ decimal_to_number (const gdb_byte *from, int len, decNumber *to)
        decimal128ToNumber ((decimal128 *) from, to);
        break;
       default:
-       error (_("Unknown decimal floating point type.\n"));
+       error (_("Unknown decimal floating point type."));
        break;
     }
 }
This page took 0.02615 seconds and 4 git commands to generate.