aboutsummaryrefslogtreecommitdiff
path: root/include
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
commitf03aa80df24accf239c19ed318d5abc453bad449 (patch)
treeb9ae37010cd9d11dffdfcd2ffd0c187ca1b595e0 /include
parent1bf0ae9615adae11d46327427ae5753c2bb80af3 (diff)
downloadfsf-binutils-gdb-f03aa80df24accf239c19ed318d5abc453bad449.zip
fsf-binutils-gdb-f03aa80df24accf239c19ed318d5abc453bad449.tar.gz
fsf-binutils-gdb-f03aa80df24accf239c19ed318d5abc453bad449.tar.bz2
Add field ``name'' to floatformat.
Diffstat (limited to 'include')
-rw-r--r--include/ChangeLog4
-rw-r--r--include/floatformat.h5
2 files changed, 8 insertions, 1 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 1937bca..c304f8b 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,7 @@
+Tue May 30 16:53:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
+
+ * floatformat.h (struct floatformat): Add field name.
+
2000-05-26 Eli Zaretskii <eliz@is.elta.co.il>
* filenames.h: New file.
diff --git a/include/floatformat.h b/include/floatformat.h
index 90daca2..e4d1d15 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. */