This is the mail archive of the gdb-patches@sourceware.org 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]
Other format: [Raw text]

Re: [RFA] Handle solaris dynamic linker name change.


On Thu, Jan 03, 2008 at 09:49:51PM -0800, Joel Brobecker wrote:
> Within the same idea, how about making this a gdbarch method/function?
> The default value would be a function that does a *filename_cmp*
> (first improvement introduced by your patch ;-), and on solaris,
> we would provide a function that first does a filename_cmp, and
> if that fails, then looks at the specific name.
> 
> I'd like the feedback from other maintainers about this.

I think it's fine with that improvement or without it; I really doubt
the code will trigger anywhere else.  My two cents.

-- 
Daniel Jacobowitz
CodeSourcery


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