Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@gnu.org>2000-05-31 14:55:00 +0400
committerAndrew Cagney <cagney@gnu.org>2000-05-31 14:55:00 +0400
commita57b2f2cc00bd05b00591aeff024364576b57ae9 (patch)
tree7449588d50366d9e66aaeda6bc9a8231253c88a2 /include/floatformat.h
parentd1c3f068976609a2e7eaf4a39a227c206bac6a14 (diff)
Add field ``name'' to floatformat.
Diffstat (limited to 'include/floatformat.h')
-rw-r--r--include/floatformat.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/floatformat.h b/include/floatformat.h
index 90daca21b..e4d1d150f 100644
--- a/include/floatformat.h
+++ b/include/floatformat.h
@@ -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. */