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: introducing mips64{,le}-linux-gnu


On 15 Jan 2003, Alexandre Oliva wrote:

> Index: gcc/ChangeLog

I think there should be some changes in install.texi as well, to list
these targets, the requirements for them (any particular binutils etc.  
versions?) and something about the ABI issues described.

> Index: gcc/doc/fragments.texi
> ===================================================================
> RCS file: /cvs/gcc/gcc/gcc/doc/fragments.texi,v
> retrieving revision 1.3
> diff -u -p -r1.3 fragments.texi
> --- gcc/doc/fragments.texi 23 Jan 2002 17:30:28 -0000 1.3
> +++ gcc/doc/fragments.texi 16 Jan 2003 00:55:10 -0000
> @@ -1,5 +1,5 @@
>  @c Copyright (C) 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
> -@c 1999, 2000, 2001 Free Software Foundation, Inc.
> +@c 1999, 2000, 2001, 2003 Free Software Foundation, Inc.

Are you really sure the changes to this file in 2002 were not
copyright-significant?  (It's standard to check that, if adding the
current year would create a gap.)

> +What?  You're still here?  Oh, well...  Ok, here's the deal.  GCC

Ellipsis at the end of a sentence is @enddots{} (which produces four
dots).

> +with @samp{mips-linux-gnu} if you stick to the O32 ABI.  Being

"ABI@." (capital letter followed by . at end of sentence).

> Index: gcc/config/mips/linux64.h
> ===================================================================
> RCS file: gcc/config/mips/linux64.h
> diff -N gcc/config/mips/linux64.h
> --- /dev/null	1 Jan 1970 00:00:00 -0000
> +++ gcc/config/mips/linux64.h 16 Jan 2003 00:55:29 -0000
> @@ -0,0 +1,99 @@
> +/* Definitions for MIPS running Linux-based GNU systems with ELF format
> +   using n32/64 abi.
> +   Copyright 2002, 2003 Free Software Foundation, Inc.
> +
> +This file is part of GNU CC.

Do not introduce new files referencing "GNU CC".

-- 
Joseph S. Myers
jsm28@cam.ac.uk


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