gfortran - gdb problem

Daniel Jacobowitz drow@false.org
Tue Jul 26 13:06:00 GMT 2005


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



More information about the Gdb mailing list