other/2620: Filenames differ only in case - irix issue
Billinghurst, David (CRTS)
David.Billinghurst@riotinto.com
Wed Mar 27 15:00:00 GMT 2002
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
More information about the Gcc-bugs
mailing list