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

Re: gfortran - gdb problem


On Sat, Jul 23, 2005 at 04:47:11AM +0800, Wu Zhou wrote:
> IMHO, the case insensitive lookup might be the long-term resolution.  What 
> about define "strcmp" as an macro of "strcasecmp" if case_sensitive is 
> false?  This might seems ugly, but it should help here.

You should take a look at the symbol table structures first - it's not
that simple.  Most of it is hashed case-sensitively.

-- 
Daniel Jacobowitz
CodeSourcery, LLC


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