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]

PATCH: Update gcc 4.3 changes


Hi,

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.


H.J.
---
Index: gcc-4.3/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
--- gcc-4.3/changes.html        26 Mar 2008 07:18:39 -0000      1.107
+++ gcc-4.3/changes.html        27 Mar 2008 19:17:50 -0000
@@ -12,6 +12,13 @@
 <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 is aligned to
+    its natural boundary when it is passed on stack for i386.</li>
+  </ul>
+
 <h2>Caveats</h2>

   <ul>


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