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: RFC: gcc-4.3/changes.html for MIPS


Gerald Pfeifer wrote:
> 
> I have to admit that I do not have a preference either way.  Richard
> intentionally left this out of the MIPS section and wanted to see it
> in the C section.  If you don't feel strongly, either, let's follow
> that train of thought.  Otherwise no objections if you put it into
> the MIPS section.
> 
> Gerald
> 

  Ok.  I can put the change to the C section.  Is this patch ok?
Thanks a lot!

Regards,
Chao-ying

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.3/changes.html,v
retrieving revision 1.80
diff -c -3 -p -r1.80 changes.html
*** changes.html        18 Oct 2007 22:58:25 -0000      1.80
--- changes.html        30 Oct 2007 01:36:17 -0000
***************
*** 243,248 ****
--- 243,254 ----
      performance of applications like distcc and ccache.
      </li>

+     <li>
+     Fixed-point data types and operators have been added.
+     They are based on Chapter 4 of the Embedded-C specification (n1169.pdf).
+     Currently, only MIPS targets are supported.
+     </li>
+
    </ul>

  <h3>C++</h3>


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