On 28/05/16 21:04, Gerald Pfeifer wrote:
Hi Kyrill,

On Thu, 19 May 2016, Kyrill Tkachov wrote:
I noticed that we have a readings.html page that has pointers to
documentation of various backends that GCC supports. The info on arm
seems a bit out of date and somewhat confusing, and there is no entry
for aarch64. This patch tries to address that.
I see you have not applied this yet.  In case you were waiting
for any further approvals beyond James': (a) His is sufficient
for doc and web pages around AArch64, and (b) I agree, too. :-)

I have committed the attached patch.

Thanks for the feedback.
Kyrill

Gerald

Index: htdocs/readings.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/readings.html,v
retrieving revision 1.251
diff -U 3 -r1.251 readings.html
--- htdocs/readings.html	29 May 2016 10:16:01 -0000	1.251
+++ htdocs/readings.html	2 Jun 2016 09:28:32 -0000
@@ -59,6 +59,12 @@
 </p>
 
 <ul>
+ <li>AArch64
+  <br />The 64-bit execution state introduced in the ARMv8-A architecture profile.
+  <br /><a href="http://infocenter.arm.com/help/index.jsp";>
+	ARM Documentation</a>
+ </li>
+
  <li>alpha
    <br />Manufacturer: Compaq (DEC)
    <br /><a href="http://www.tru64unix.compaq.com/docs/base_doc/DOCUMENTATION/V51A_HTML/ARH9MBTE/TITLE.HTM";>Calling
@@ -81,12 +87,12 @@
   <br /><a href="http://www.synopsys.com/IP/PROCESSORIP/ARCPROCESSORS/Pages/default.aspx";>ARC Documentation</a>
  </li>
 
- <li>arm (armv2, thumb)
-  <br />Manufacturer: Various, by license from ARM
+ <li>ARM
+  <br />Manufacturer: Various, by license from ARM.
   <br />CPUs include: ARM7 and ARM7T series (eg. ARM7TDMI), ARM9 and StrongARM
   <br /><a href="http://infocenter.arm.com/help/index.jsp";>ARM Documentation</a>
  </li>
- 
+
  <li>AVR
   <br />Manufacturer: Atmel
   <br /><a href="http://www.atmel.com/products/microcontrollers/avr/";>AVR Documentation</a>

Reply via email to