This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: Patch: jcf-io.c and Win32 case-insensitive filename handling (updated)


Hi Andrew,

> > ChangeLog
> > 2003-03-16  Mohan Embar  <gnustuff@thisiscool.com>
> > 
> > 	* Make-lang.in: added win32-host.c
> > 	* jcf.h: defined macro JCF_OPEN_EXACT_CASE which
> > 	resolves to open() on non-Win32 platforms and
> > 	Win32-specific jcf_open_exact_case() on Win32
> > 	* jcf-io.c (find_class): use JCF_OPEN_EXACT_CASE
> > 	when trying .java and .class files
> > 	* win32-host.c: added to repository. Defines
> > 	Win32-specific jcf_open_exact_case()
>
>OK.

This didn't seem to get applied correctly in 3.4. java/win32-host.o
isn't showing up in Make-lang.in for JAVA_OBJS, GCJH_OBJS and
JCFDUMP_OBJS. It is showing up as a target, though.

-- Mohan
http://www.thisiscool.com/
http://www.animalsong.org/





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