This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
RE: java testsuite results from irix 6.5
- From: "Boehm, Hans" <hans_boehm at hp dot com>
- To: "'Billinghurst, David (CRTS)'" <David dot Billinghurst at riotinto dot com>, "Boehm, Hans" <hans_boehm at hp dot com>
- Cc: java at gcc dot gnu dot org
- Date: Thu, 28 Feb 2002 09:45:28 -0800
- Subject: RE: java testsuite results from irix 6.5
Sorry. Bad choice of terminology. The .S files need to be run through the
preprocessor before as. The .s files don't. As you point out,
mips_sgi_mach_dep clearly needs to be run through the preprocessor, and
hence should end in .S . Gcc by default invokes the preprocessor on .S
files, but not on .s files, though there is a flag to override that.
Hans
> -----Original Message-----
> From: Billinghurst, David (CRTS)
> [mailto:David.Billinghurst@riotinto.com]
> Sent: Wednesday, February 27, 2002 8:11 PM
> To: Boehm, Hans
> Cc: java@gcc.gnu.org
> Subject: RE: java testsuite results from irix 6.5
>
>
> mips_sgi_mach_dep.S isn't preprocessed. It starts with
>
> #include <sys/regdef.h>
> #include <sys/asm.h>
>
>
> -----Original Message-----
> From: Boehm, Hans [mailto:hans_boehm@hp.com]
> Sent: Thursday, 28 February 2002 1:24
> To: Billinghurst, David (CRTS)
> Cc: 'java@gcc.gnu.org'
> Subject: RE: java testsuite results from irix 6.5
>
>
> > -----Original Message-----
> > From: Billinghurst, David (CRTS)
> > - rename boehm-gc/mips_sgi_mach_dep.S to .s
>
> Was that because a tool doesn't handle .S, or because a Makefile still
> referred to it as .s?
>
> The goal was to try to consistently rename all preprocessed
> asssembly files
> to .S, a convention that gcc has long understood. Thus I
> would much rather
> switch to a consistent use of .S, if that's possible.
>
> Hans
>