Makefiles: Flatten and sort file lists
[deliverable/binutils-gdb.git] / gdb / ada-typeprint.c
index 4164bb2c8442b1f72fa4b372955e2c7e0c8a7db3..d7a8360312bc0434ace970658da877cda0292e50 100644 (file)
@@ -1,5 +1,5 @@
 /* Support for printing Ada types for GDB, the GNU debugger.
-   Copyright (C) 1986-2015 Free Software Foundation, Inc.
+   Copyright (C) 1986-2016 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -363,7 +363,7 @@ static void
 print_fixed_point_type (struct type *type, struct ui_file *stream)
 {
   DOUBLEST delta = ada_delta (type);
-  DOUBLEST small = ada_fixed_to_float (type, 1.0);
+  DOUBLEST small = ada_fixed_to_float (type, 1);
 
   if (delta < 0.0)
     fprintf_filtered (stream, "delta ??");
This page took 0.034058 seconds and 4 git commands to generate.