From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Jim Blandy Cc: gdb-patches@sources.redhat.com Subject: Re: [ob] symfile-mem cleanups Date: Wed, 26 May 2004 15:28:00 -0000 Message-id: <40B4B77C.9040302@gnu.org> References: <40B3C1C4.4010607@gnu.org> X-SW-Source: 2004-05/msg00743.html Andrew Cagney writes: This tidies up symfile-mem.[hc] a little. Of note is making symbol_file_add_from_memory static letting us delete _two_ extern symbol_file_add_from_memory declarations and a header! The ChangeLog lists the other tweaks. Eventually, GDB will automatically detect the syscall DSO, and that will eventually entail calling symfile_add_from_memory. Won't we need to just add back that header file when we reach that point? It was while integrating the automatic detection of syscall DSO that I stumbled across these cleanups. Andrew