* corelow.c (core_close): Don't hardcode the core's pid.
[deliverable/binutils-gdb.git] / gdb / dfp.h
index f72337aa105a68d2aac6df26bd424ed07b807044..737e905e31f63f449a675b8c079288627ca9bcbb 100644 (file)
--- a/gdb/dfp.h
+++ b/gdb/dfp.h
@@ -1,6 +1,6 @@
 /* Decimal floating point support for GDB.
 
-   Copyright 2007, 2008 Free Software Foundation, Inc.
+   Copyright 2007, 2008, 2009 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -33,7 +33,7 @@ extern void decimal_to_string (const gdb_byte *, int, char *);
 extern int decimal_from_string (gdb_byte *, int, const char *);
 extern void decimal_from_integral (struct value *from, gdb_byte *to, int len);
 extern void decimal_from_floating (struct value *from, gdb_byte *to, int len);
-extern DOUBLEST decimal_to_double (const gdb_byte *from, int len);
+extern DOUBLEST decimal_to_doublest (const gdb_byte *from, int len);
 extern void decimal_binop (enum exp_opcode, const gdb_byte *, int,
                           const gdb_byte *, int, gdb_byte *, int *);
 extern int decimal_is_zero (const gdb_byte *x, int len);
This page took 0.024571 seconds and 4 git commands to generate.