public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: other/2620: Filenames differ only in case
@ 2002-03-28 16:55 billingd
  0 siblings, 0 replies; 2+ messages in thread
From: billingd @ 2002-03-28 16:55 UTC (permalink / raw)
  To: David.Billinghurst, billingd, gcc-bugs, gcc-prs, nobody

Synopsis: Filenames differ only in case

Responsible-Changed-From-To: unassigned->billingd
Responsible-Changed-By: billingd
Responsible-Changed-When: Thu Mar 28 16:55:16 2002
Responsible-Changed-Why:
    Mine
State-Changed-From-To: open->closed
State-Changed-By: billingd
State-Changed-When: Thu Mar 28 16:55:16 2002
State-Changed-Why:
    Fixed in 3.1 and trunk.  See audit trail.

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* other/2620: Filenames differ only in case
@ 2001-04-23 21:26 David.Billinghurst
  0 siblings, 0 replies; 2+ messages in thread
From: David.Billinghurst @ 2001-04-23 21:26 UTC (permalink / raw)
  To: gcc-gnats

>Number:         2620
>Category:       other
>Synopsis:       Filenames differ only in case
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    unassigned
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Mon Apr 23 21:26:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     David Billinghurst
>Release:        gcc 3.x
>Organization:
>Environment:
all
>Description:
This summarizes discussion on gcc@gcc.gnu.org on/about 11 April 2001.  It is a minor annoyance that should be fixed one day.

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

This causes some warnings when using CVS on cygwin, but fortunately the files aren't used on cygwin.  There is the potential to cause problems building a cross compiler, etc.

Tom Tromey suggested a fix

>How-To-Repeat:

>Fix:
>From Tom Tromey <tromey@redhat.com>:

My suggestion is to copy *.S to *.s (if you look at the .s files you'll see they are just #include <> anyway), update Makefile.am, and make sure to pass `-x assembler-with-cpp' to the gcc invocation (we know only gcc will be used to build libffi) somehow.  (You might think we could just use *.S but I think that is unreliable.  I've found in practice that sometimes the case of a file can seemingly randomly be
changed on NT at least.)

I would do this but as it turns out I don't immediately have a convenient way to test this.  Maybe eventually I'll build a cross toolchain to try it.  I'd rather someone who builds on the right sort of machine regularly do it though.

Tom
>Release-Note:
>Audit-Trail:
>Unformatted:


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-03-29  0:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-03-28 16:55 other/2620: Filenames differ only in case billingd
  -- strict thread matches above, loose matches on Subject: below --
2001-04-23 21:26 David.Billinghurst

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).