public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [GCC 4.8 changes] PATCH: Mention -maddress-mode=[short|long]
@ 2013-02-11 18:05 H.J. Lu
  2013-02-12 11:16 ` Richard Biener
  2013-02-17 19:24 ` Gerald Pfeifer
  0 siblings, 2 replies; 3+ messages in thread
From: H.J. Lu @ 2013-02-11 18:05 UTC (permalink / raw)
  To: gcc-patches

Hi,

This patch updates GCC 4.8 changes.html to mention
-maddress-mode=[short|long] for x32.  OK to install?


H.J.
---
Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.8/changes.html,v
retrieving revision 1.95
diff -u -p -r1.95 changes.html
--- changes.html	11 Feb 2013 15:12:58 -0000	1.95
+++ changes.html	11 Feb 2013 18:03:31 -0000
@@ -460,6 +460,10 @@ B b(42); // OK
     wrong results.  You must build all
     modules with <code>-mpreferred-stack-boundary=3</code>, including any
     libraries.  This includes the system libraries and startup modules.</li>
+    <li>New <code>-maddress-mode=[short|long]</code> option for x32.
+    <code>-maddress-mode=short</code> overrides default 64-bit addresses to
+    32-bit by emitting 0x67 size prefix. This is the default address mode for
+    x32.</li>
     <li> New built-in functions to detect run-time CPU type and ISA:
     <ul>
       <li>A built-in function <code>__builtin_cpu_is</code> has been added to

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

* Re: [GCC 4.8 changes] PATCH: Mention -maddress-mode=[short|long]
  2013-02-11 18:05 [GCC 4.8 changes] PATCH: Mention -maddress-mode=[short|long] H.J. Lu
@ 2013-02-12 11:16 ` Richard Biener
  2013-02-17 19:24 ` Gerald Pfeifer
  1 sibling, 0 replies; 3+ messages in thread
From: Richard Biener @ 2013-02-12 11:16 UTC (permalink / raw)
  To: H.J. Lu; +Cc: gcc-patches

On Mon, Feb 11, 2013 at 7:05 PM, H.J. Lu <hongjiu.lu@intel.com> wrote:
> Hi,
>
> This patch updates GCC 4.8 changes.html to mention
> -maddress-mode=[short|long] for x32.  OK to install?
>
>
> H.J.
> ---
> Index: changes.html
> ===================================================================
> RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.8/changes.html,v
> retrieving revision 1.95
> diff -u -p -r1.95 changes.html
> --- changes.html        11 Feb 2013 15:12:58 -0000      1.95
> +++ changes.html        11 Feb 2013 18:03:31 -0000
> @@ -460,6 +460,10 @@ B b(42); // OK
>      wrong results.  You must build all
>      modules with <code>-mpreferred-stack-boundary=3</code>, including any
>      libraries.  This includes the system libraries and startup modules.</li>
> +    <li>New <code>-maddress-mode=[short|long]</code> option for x32.
> +    <code>-maddress-mode=short</code> overrides default 64-bit addresses to
> +    32-bit by emitting 0x67 size prefix. This is the default address mode for

Use <code>0x67</code>, otherwise ok.

Thanks,
Richard.

> +    x32.</li>
>      <li> New built-in functions to detect run-time CPU type and ISA:
>      <ul>
>        <li>A built-in function <code>__builtin_cpu_is</code> has been added to

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

* Re: [GCC 4.8 changes] PATCH: Mention -maddress-mode=[short|long]
  2013-02-11 18:05 [GCC 4.8 changes] PATCH: Mention -maddress-mode=[short|long] H.J. Lu
  2013-02-12 11:16 ` Richard Biener
@ 2013-02-17 19:24 ` Gerald Pfeifer
  1 sibling, 0 replies; 3+ messages in thread
From: Gerald Pfeifer @ 2013-02-17 19:24 UTC (permalink / raw)
  To: H.J. Lu; +Cc: gcc-patches

On Mon, 11 Feb 2013, H.J. Lu wrote:
> This patch updates GCC 4.8 changes.html to mention
> -maddress-mode=[short|long] for x32.  OK to install?

I made two tweaks on top.  If you can get a colleague who is a
native speaker to have a look, there may be more clarifications/
improvements to make.

Gerald

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.8/changes.html,v
retrieving revision 1.101
diff -u -3 -p -r1.101 changes.html
--- changes.html	17 Feb 2013 12:40:57 -0000	1.101
+++ changes.html	17 Feb 2013 19:05:55 -0000
@@ -465,10 +465,10 @@ B b(42); // OK
     wrong results.  You must build all
     modules with <code>-mpreferred-stack-boundary=3</code>, including any
     libraries.  This includes the system libraries and startup modules.</li>
-    <li>New <code>-maddress-mode=[short|long]</code> option for x32.
+    <li>New <code>-maddress-mode=[short|long]</code> options for x32.
     <code>-maddress-mode=short</code> overrides default 64-bit addresses to
-    32-bit by emitting <code>0x67</code> address-size override prefix. This
-    is the default address mode for x32.</li>
+    32-bit by emitting the <code>0x67</code> address-size override prefix.
+    This is the default address mode for x32.</li>
     <li> New built-in functions to detect run-time CPU type and ISA:
     <ul>
       <li>A built-in function <code>__builtin_cpu_is</code> has been added to

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

end of thread, other threads:[~2013-02-17 19:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-11 18:05 [GCC 4.8 changes] PATCH: Mention -maddress-mode=[short|long] H.J. Lu
2013-02-12 11:16 ` Richard Biener
2013-02-17 19:24 ` Gerald Pfeifer

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