This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: libiberty patch for gdb cross-debugging support
> I'm implementing your comments. This one is odd : the ISALPHA is there
> in the current sources (I'm looking at revision 1.8 of lbasename.c).
>
> Is it a good idea for me to remove it with this patch ?
If it's there, I suppose you can keep it. However, a fluke of DOS is
that it supports drive letters beyond Z:. Fortunately, the test for
the colon in path[1] is sufficient by itself.