From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Mark Kettenis Cc: gdb-patches@sources.redhat.com Subject: Re: [rfc/patch] extract/store typed floating () Date: Mon, 24 Sep 2001 10:21:00 -0000 Message-id: <3BAF6B7A.1000502@cygnus.com> References: <3BAA6F4A.1000508@cygnus.com> X-SW-Source: 2001-09/msg00314.html > Andrew Cagney writes: > > >> Hello, >> >> This patch introduces two new functions: >> >> extract_typed_floating() >> store_typed_floating() >> >> The new functions take a ``struct type'' that exactly describes the >> floating point number to be extracted / stored. > > > The new names sound a lot better than the extract_doublest() you > proposed earlier. I'd say, go for it [:-)] . It is in. (Some times I think the hardest thing about hacking on GDB is comming up with reasonable names for files and functional interfaces :-) Andrew