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: other/2620: Filenames differ only in case - irix issue


http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=2620

I would like to resolve this issue before 3.1 is released.  It has 
been hanging around for a year, it messes up tarballs on windows and 
casue me cvs warnings every day on cygwin.

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

The *.S are used when building libffi (for mips) using gcc.  The *.s are
supposed to be used when building libffi with MIPSPro cc, but doesn't work
due to Makefile bitrot - MIPSPro cc does not accept gcc flags.

I propose removing libffi/src/mips/n32.s and libffi/src/mips/o32.s from the CVS tree.


2002-03-28  David Billinghurst <David.Billinghurst@riotinto.com>

	PR other/2620
	* src/mips/n32.s: Delete
	* src/mips/o32.s: Delete




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