* floatformat.h (floatformat_is_valid): Add prototype.
This commit is contained in:
parent
de5227fb84
commit
fca63fe805
2 changed files with 10 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2003-09-15 Daniel Jacobowitz <drow@mvista.com>
|
||||||
|
|
||||||
|
* floatformat.h (floatformat_is_valid): Add prototype.
|
||||||
|
|
||||||
2003-08-27 Andrew Cagney <cagney@redhat.com>
|
2003-08-27 Andrew Cagney <cagney@redhat.com>
|
||||||
|
|
||||||
* dis-asm.h (init_disassemble_info): Declare.
|
* dis-asm.h (init_disassemble_info): Declare.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* IEEE floating point support declarations, for GDB, the GNU Debugger.
|
/* IEEE floating point support declarations, for GDB, the GNU Debugger.
|
||||||
Copyright 1991, 1994, 1995, 1997, 2000 Free Software Foundation, Inc.
|
Copyright 1991, 1994, 1995, 1997, 2000, 2003 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GDB.
|
This file is part of GDB.
|
||||||
|
|
||||||
|
@ -118,4 +118,9 @@ extern void
|
||||||
floatformat_from_double PARAMS ((const struct floatformat *,
|
floatformat_from_double PARAMS ((const struct floatformat *,
|
||||||
double *, char *));
|
double *, char *));
|
||||||
|
|
||||||
|
/* Return non-zero iff the data at FROM is a valid number in format FMT. */
|
||||||
|
|
||||||
|
extern int
|
||||||
|
floatformat_is_valid PARAMS ((const struct floatformat *fmt, char *from));
|
||||||
|
|
||||||
#endif /* defined (FLOATFORMAT_H) */
|
#endif /* defined (FLOATFORMAT_H) */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue