From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: gcc-patches@gcc.gnu.org Cc: gdb-patches@sources.redhat.com, binutils@sources.redhat.com Subject: [rfa] Change lbasename() to return ``const char *'' Date: Tue, 07 Aug 2001 18:06:00 -0000 Message-id: <3B709080.7040508@cygnus.com> X-SW-Source: 2001-08/msg00073.html Hello, The attached patch changes the liberty function lbasename() so that it returns ``const char *''. Ok? I think I've updated/fixed all uses to reflect this. Andrew >From ac131313@cygnus.com Tue Aug 07 20:46:00 2001 From: Andrew Cagney To: gdb-patches@sources.redhat.com Subject: [rfc[ multi-arch TARGET_VIRTUAL_FRAME_POINTER Date: Tue, 07 Aug 2001 20:46:00 -0000 Message-id: <3B70B5F1.9060900@cygnus.com> X-SW-Source: 2001-08/msg00074.html Content-length: 375 This multi-arches the method TARGET_VIRTUAL_FRAME_POINTER. tracepoint people may want to take a quick look. I'll check it in, in a few days. Anyway, I think the comment: - /* Macro for getting target's idea of a frame pointer. - FIXME: GDB's whole scheme for dealing with "frames" and - "frame pointers" needs a serious shakedown. */ says it all. enjoy, Andrew >From ac131313@cygnus.com Tue Aug 07 21:09:00 2001 From: Andrew Cagney To: gdb-patches@sources.redhat.com Subject: [rfc] revamp floatformat_{to,from}_doublest() {fetch,store}_floating() Date: Tue, 07 Aug 2001 21:09:00 -0000 Message-id: <3B70BB80.6090203@cygnus.com> X-SW-Source: 2001-08/msg00075.html Content-length: 344 Hello, Per my posts on gdb@, this patch revamps the functions floatformat_to_doublest() floatformat_from_doublest() and fetch_floating() store_floating() so that they all consistently try to use host and then software when performing FP conversions. I'll check this in in a few days (after I've also tried it on an x86 host). Andrew >From ac131313@cygnus.com Tue Aug 07 21:20:00 2001 From: Andrew Cagney To: Jiri Smid Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA]: x86_64 target files Date: Tue, 07 Aug 2001 21:20:00 -0000 Message-id: <3B70BDF4.8070807@cygnus.com> References: X-SW-Source: 2001-08/msg00076.html Content-length: 145 Jiri, Can I suggest as a first step, adding your self to the MAINTAINERS file under write-after-approval. Sorry to sit on this one. Andrew