* [PATCH] Add floating-point type to builtin_type_i387_ext
@ 2001-10-28 4:43 Mark Kettenis
0 siblings, 0 replies; only message in thread
From: Mark Kettenis @ 2001-10-28 4:43 UTC (permalink / raw)
To: gdb-patches
Checked in.
Mark
Index: ChangeLog
from Mark Kettenis <kettenis@gnu.org>
* gdbtypes.c (_initialize_gdbtypes): Set floating-point type for
builtin_type_i387_ext to floatformat_i387_ext.
Index: gdbtypes.c
===================================================================
RCS file: /cvs/src/src/gdb/gdbtypes.c,v
retrieving revision 1.25
diff -u -p -r1.25 gdbtypes.c
--- gdbtypes.c 2001/08/24 04:46:43 1.25
+++ gdbtypes.c 2001/10/28 12:41:34
@@ -3067,6 +3067,7 @@ _initialize_gdbtypes (void)
builtin_type_i387_ext =
init_type (TYPE_CODE_FLT, floatformat_i387_ext.totalsize / 8,
0, "builtin_type_i387_ext", NULL);
+ TYPE_FLOATFORMAT (builtin_type_i387_ext) = &floatformat_i387_ext;
builtin_type_m68881_ext =
init_type (TYPE_CODE_FLT, floatformat_m68881_ext.totalsize / 8,
0, "builtin_type_m68881_ext", NULL);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2001-10-28 4:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-28 4:43 [PATCH] Add floating-point type to builtin_type_i387_ext Mark Kettenis
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox