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: additions to 3.1 changes.html


On Sun, 12 May 2002, Dan Nicolaescu wrote:
> Some additions to the 3.1 changes file.

Thanks, I installed the slight variation below.

Gerald


Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.1/changes.html,v
retrieving revision 1.38
diff -u -3 -p -r1.38 changes.html
--- changes.html	7 May 2002 04:15:58 -0000	1.38
+++ changes.html	13 May 2002 13:21:22 -0000
@@ -66,6 +66,10 @@
     experimental support for loop array prefetching has been added (see
     <code>-fprefetch-loop-array</code> documentation).
 </li>
+
+<li>Support for emitting debugging information for macros has been
+    added for DWARF2. It is activated using <code>-g3</code>.
+</li>
 </ul>


@@ -224,6 +228,9 @@ progress.

 <li>UltraSPARC is fully supported in 64-bit mode.  The option
     <code>-m64</code> enables it.</li>
+
+<li>For compatibility with the Sun compiler <code>#pragma
+    redefine_extname</code> has been implemented on Solaris.</li>

 <li>The x86 back end has had some noticeable work done to it.
     <ul>


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