From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Kevin Buettner , Mark Kettenis Cc: gdb-patches@sources.redhat.com Subject: Re: [rfc] Add some more floatformat types .... Date: Sat, 18 Aug 2001 12:04:00 -0000 Message-id: <3B7EBC2C.90803@cygnus.com> References: <3B76164B.9060908@cygnus.com> <3B7C1287.9080906@cygnus.com> <3B7C8AFA.1080504@cygnus.com> <200108171308.f7HD8Q325622@delius.kettenis.local> <3B7D4280.8010005@cygnus.com> <1010817163956.ZM4083@ocotillo.lan> <3B7D507D.4010801@cygnus.com> <1010817181153.ZM4294@ocotillo.lan> <200108171919.f7HJJWF00447@delius.kettenis.local> <3B7D71CC.3020508@cygnus.com> <1010817195114.ZM4516@ocotillo.lan> X-SW-Source: 2001-08/msg00219.html > On Aug 17, 3:34pm, Andrew Cagney wrote: > > >> > ia64_reg - 82-bit fp register > > [...] > >> To narrow down my reservation here ``reg'' makes me think of a register, >> and part of the original was over floatformat describing how a register >> is stored in memory and not what a register looks like. >> >> Another would be ia64_spill. > > > ia64_spill is okay with me. > > Kevin I should probably also include the big endian case, the below adds: m88110_harris_ext arm_ext_big arm_ext_littlebyte_bigword ia64_spill_big ia64_spill_little ia64_quad_big ia64_quad_little No promises on the last two being correct - I think I read the manual right :-) Someone else can add i387_ext_big .... Ok? Andrew