From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Buettner To: jtc@redback.com Cc: gdb-patches@sourceware.cygnus.com Subject: Re: [PATCH] Add solib-aix5.c for AIX5 shared library support Date: Tue, 20 Feb 2001 14:01:00 -0000 Message-id: <1010220220129.ZM26406@ocotillo.lan> References: <1010220211458.ZM26261@ocotillo.lan> <5mr90t6n73.fsf@jtc.redback.com> X-SW-Source: 2001-02/msg00404.html On Feb 20, 1:48pm, J.T. Conklin wrote: > For example, AIX 5 probably doesn't have the plethora of symbol names > found in all the svr4 varients (c.f. solib_break_names, bkpt_names). > Also, in_svr4_dynsym_resolve_code() collides with a function of the > same name in solib-svr4.c (not that they'll be linked in the same GDB > now, but we shouldn't prelude the ability to do so in the future). > There is also a comment about FreeBSD stripping the dynamic linker, > which certainly sounds like it wouldn't be an issue on AIX. > > For a new file, I'd also get rid of all the STREQ() calls and replace > them with the corresponding strcmp(). JT, Thanks for your comments. I'll take care of these right away... Kevin