summaryrefslogtreecommitdiff
path: root/include/floatformat.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-05-31 10:55:00 +0000
committerAndrew Cagney <cagney@redhat.com>2000-05-31 10:55:00 +0000
commit0bb8f3092b775398b5f16a0a874439fa12412aef (patch)
treea98c715ca40e5242ae0d1549212bfcb217a151e5 /include/floatformat.h
parentb9c76a346f583b2965ca6101b4efda22a596660d (diff)
downloadgdb-0bb8f3092b775398b5f16a0a874439fa12412aef.tar.gz
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 90daca21bcb..e4d1d150f26 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. */