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]

[Irix patch] PR 2620 - Filenames differ only in case


This is a patch for PR 2620 - Filenames differ only in case.

In the source tree we have 
* libffi/src/mips/n32.S
* libffi/src/mips/n32.s
* libffi/src/mips/o32.S
* libffi/src/mips/o32.s

The *.s just include the *.S, and cause problems on cygwin.

Tom Tromey suggested renaming the *.S to *.s - see the PR - but after
investigation I have chosen a different solution

The *.s files just include the *.S files, and are not used if we build
libffi with gcc.  They were intended for use when building libffi with Irix
cc, but this work now due to other depencencies.  I have therefore deleted
the *.s files and all reference to them, as this is consistent with other
targets.

Bootstrapped on mips-sgi-irix6.5 with --enable-libgcj.  Successful build of
libffi but fails (as usual) in libjava.  

I have not included the diffs to Makefile.in, or the deleted files.  Please
apply if OK, and also consider for 3.0.2 branch

2001-08-28  David Billinghurst <David.Billinghurst@riotinto.com>

	Fix for PR other/2620
	* src/mips/n23.s: delete
	* src/mips/o23.s: delete
	* Makefile.am: Remove references to above files
	* Makefile.in: regenerate


 <<libffi.patch>> 

libffi.patch


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