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: PATCH: Update gcc 4.3 changes


On Fri, Mar 28, 2008 at 8:18 AM, Gerald Pfeifer <gerald@pfeifer.com> wrote:
> On Thu, 27 Mar 2008, H.J. Lu wrote:
>  > DFP alignment on stack for parameter passing for i386 has been changed
>  > to its natural boundary. Here is a patch for gcc 4.3 changes.
>
>  Please make it "GCC 4.3.1" (uppercase) and I assume something like
>  "...decimal floating point variables are aligned to their...when they
>  are..."?  Fine with these changes.
>
>  Gerald
>

This is what I checked in:

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.3/changes.html,v
retrieving revision 1.107
diff -u -p -r1.107 changes.html
--- changes.html        26 Mar 2008 07:18:39 -0000      1.107
+++ changes.html        28 Mar 2008 15:56:38 -0000
@@ -12,6 +12,14 @@
 <body>
 <h1>GCC 4.3 Release Series<br />Changes, New Features, and Fixes</h1>

+<h2>ABI Changes</h2>
+
+  <ul>
+    <li>Starting from GCC 4.3.1, decimal floating point variables are
+    aligned to their natural boundaries when they are passed on stack
+    for i386.</li>
+  </ul>
+
 <h2>Caveats</h2>

   <ul>

Thanks.

H.J.


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