[Ada] Add a symbol lookup cache
[deliverable/binutils-gdb.git] / gdb / doublest.c
index a4889c976cd78be19ad851eb9184f5556fa96263..a6c11d83b49ed393497ad4ecf1df56a42a8c8c72 100644 (file)
@@ -1,6 +1,6 @@
 /* Floating point routines for GDB, the GNU debugger.
 
-   Copyright (C) 1986-2013 Free Software Foundation, Inc.
+   Copyright (C) 1986-2014 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -342,7 +342,7 @@ put_field (unsigned char *data, enum floatformat_byteorders order,
    restrictions.  */
 
 static void
-convert_doublest_to_floatformat (CONST struct floatformat *fmt,
+convert_doublest_to_floatformat (const struct floatformat *fmt,
                                 const DOUBLEST *from, void *to)
 {
   DOUBLEST dfrom;
This page took 0.024696 seconds and 4 git commands to generate.