From b5495c1d8111073660a316c8630a4132038c603f Mon Sep 17 00:00:00 2001 From: cagney Date: Wed, 31 May 2000 11:00:54 +0000 Subject: Add field ``name'' to floatformat. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34292 138bc75d-0d04-0410-961f-82ee72b054a4 --- include/ChangeLog | 4 ++++ include/floatformat.h | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/ChangeLog b/include/ChangeLog index 5a0ddf5854a..2bd3e6574a2 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +Tue May 30 16:53:34 2000 Andrew Cagney + + * floatformat.h (struct floatformat): Add field name. + 2000-05-23 Kaveh R. Ghazi * getopt.h (getopt): Also check HAVE_DECL_* when prototyping. 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. */ -- cgit v1.2.1