This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [PATCH] Add solib-aix5.c for AIX5 shared library support


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]