From a57b2f2cc00bd05b00591aeff024364576b57ae9 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Wed, 31 May 2000 10:55:00 +0000 Subject: Add field ``name'' to floatformat. --- include/floatformat.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include/floatformat.h') 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. */ -- cgit v1.2.3