From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Duffek To: kevinb@cygnus.com Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] osfsolib.c: support Tru64 5.x Date: Fri, 25 May 2001 17:37:00 -0000 Message-id: <200105260047.f4Q0lLj05756@rtl.cygnus.com> References: <1010525224132.ZM16493@ocotillo.lan> X-SW-Source: 2001-05/msg00470.html On 25-May-2001, Kevin Buettner wrote: >I think this is slightly less efficient You're talking about the repeated calls to target_resize_to_sections, right? I agree. It wouldn't be too hard to pre-widen the section array before entering the loop and then narrow it afterward. If you think it's worth doing, let me know and I'll post a follow-on patch. Nick