public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [wwwdocs] Document SPARC changes for 4.6
@ 2011-02-03 13:41 Eric Botcazou
  2011-02-03 16:54 ` Gerald Pfeifer
  0 siblings, 1 reply; 3+ messages in thread
From: Eric Botcazou @ 2011-02-03 13:41 UTC (permalink / raw)
  To: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 68 bytes --]

Patch for changes.html attached.  OK to install?

-- 
Eric Botcazou

[-- Attachment #2: p.diff --]
[-- Type: text/x-diff, Size: 1127 bytes --]

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/changes.html,v
retrieving revision 1.102
diff -u -r1.102 changes.html
--- changes.html	2 Feb 2011 22:33:50 -0000	1.102
+++ changes.html	3 Feb 2011 13:38:02 -0000
@@ -798,6 +798,19 @@
       using <code>-O3</code>.</li>
   </ul>
 
+<h3>SPARC</h3>
+  <ul>
+    <li>GCC now supports the LEON series of SPARC V8 processors.  The code
+    generated by the compiler can either be tuned to it by means of the
+    <code>--with-tune=leon</code> and <code>-mtune=leon</code> options, or
+    the compiler can be built for the <code>sparc-leon-{elf,linux}</code>
+    and <code>sparc-leon3-{elf,linux}</code> targets directly.</li>
+    <li>GCC has stopped sign/zero-extending parameter registers in the callee,
+    for functions taking parameters with sub-word size, in 32-bit mode since
+    this is redundant with the specification of the ABI.  GCC has never done
+    so in 64-bit mode since this is also redundant.</li>
+  </ul>
+
 <h2 id="os">Operating Systems</h2>
 
 <h3 id="android">Android</h3>

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

* Re: [wwwdocs] Document SPARC changes for 4.6
  2011-02-03 13:41 [wwwdocs] Document SPARC changes for 4.6 Eric Botcazou
@ 2011-02-03 16:54 ` Gerald Pfeifer
  2011-02-07 10:22   ` Eric Botcazou
  0 siblings, 1 reply; 3+ messages in thread
From: Gerald Pfeifer @ 2011-02-03 16:54 UTC (permalink / raw)
  To: Eric Botcazou; +Cc: gcc-patches

On Thu, 3 Feb 2011, Eric Botcazou wrote:
> Patch for changes.html attached.  OK to install?

You'd need to ask a SPARC maintainer. :-)

Seriously, it does look good to my eyes, thanks, Eric!  The only question 
I have is this:  I assume <code>--with-tune=leon</code> is a configure
option, whereas <code>-mtune=leon</code> is a GCC option?  For those not
so familiar with GNU tools or GCC, it might be helpful to make this
explicit in the description.

Gerald

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

* Re: [wwwdocs] Document SPARC changes for 4.6
  2011-02-03 16:54 ` Gerald Pfeifer
@ 2011-02-07 10:22   ` Eric Botcazou
  0 siblings, 0 replies; 3+ messages in thread
From: Eric Botcazou @ 2011-02-07 10:22 UTC (permalink / raw)
  To: Gerald Pfeifer; +Cc: gcc-patches

> Seriously, it does look good to my eyes, thanks, Eric!  The only question
> I have is this:  I assume <code>--with-tune=leon</code> is a configure
> option, whereas <code>-mtune=leon</code> is a GCC option?  For those not
> so familiar with GNU tools or GCC, it might be helpful to make this
> explicit in the description.

OK, adjusted and commited, thanks.

-- 
Eric Botcazou

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

end of thread, other threads:[~2011-02-07 10:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-03 13:41 [wwwdocs] Document SPARC changes for 4.6 Eric Botcazou
2011-02-03 16:54 ` Gerald Pfeifer
2011-02-07 10:22   ` Eric Botcazou

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).