Add field ``name'' to floatformat.

This commit is contained in:
Andrew Cagney
2000-05-31 10:55:00 +00:00
parent 1bf0ae9615
commit f03aa80df2
4 changed files with 41 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
/* IEEE floating point support declarations, for GDB, the GNU Debugger.
Copyright (C) 1991 Free Software Foundation, Inc.
Copyright (C) 1991, 2000 Free Software Foundation, Inc.
This file is part of GDB.
@@ -73,6 +73,9 @@ struct floatformat
/* Is the integer bit explicit or implicit? */
enum floatformat_intbit intbit;
/* Internal name for debugging. */
const char *name;
};
/* floatformats for IEEE single and double, big and little endian. */