source: rtems/doc/cpu_supplement/cpu_supplement.texi @ f6a8663e

5
Last change on this file since f6a8663e was f6a8663e, checked in by Joel Sherrill <joel.sherrill@…>, on 12/26/15 at 16:58:25

Remove H8300 port

updates #2452.

  • Property mode set to 100644
File size: 2.6 KB
Line 
1\input texinfo   @c -*-texinfo-*-
2@c %**start of header
3@setfilename cpu_supplement.info
4@setcontentsaftertitlepage
5@syncodeindex vr fn
6@synindex ky cp
7@paragraphindent 0
8@c %**end of header
9
10@c
11@c  COPYRIGHT (c) 1989-2013.
12@c  On-Line Applications Research Corporation (OAR).
13@c  All rights reserved.
14
15@c
16@c   Master file for the CPU Supplement
17@c
18
19@include version.texi
20@include common/setup.texi
21@include common/rtems.texi
22
23@ifset use-ascii
24@dircategory RTEMS Target Supplement
25@direntry
26* RTEMS CPU Architecture Supplement: (cpu_supplement).
27@end direntry
28@end ifset
29
30@c
31@c  Title Page Stuff
32@c
33
34@c
35@c  I don't really like having a short title page.  --joel
36@c
37@c @shorttitlepage RTEMS CPU Architecture Supplement
38
39@setchapternewpage odd
40@settitle RTEMS CPU Architecture Supplement
41@titlepage
42@finalout
43
44@title RTEMS CPU Architecture Supplement
45@subtitle Edition @value{EDITION}, for RTEMS @value{VERSION}
46@sp 1
47@subtitle @value{UPDATED}
48@author On-Line Applications Research Corporation
49@page
50@include common/cpright.texi
51@end titlepage
52
53@c  This prevents a black box from being printed on "overflow" lines.
54@c  The alternative is to rework a sentence to avoid this problem.
55
56@contents
57
58@ifnottex
59@node Top, Preface, (dir), (dir)
60@top RTEMS CPU Architecture Supplement
61
62@menu
63* Preface::
64* Port Specific Information::
65* ARM Specific Information::
66* Atmel AVR Specific Information::
67* Blackfin Specific Information::
68* Epiphany Specific Information::
69* Intel/AMD x86 Specific Information::
70* Lattice Mico32 Specific Information::
71* Renesas M32C Specific Information::
72* M68xxx and Coldfire Specific Information::
73* Xilinx MicroBlaze Specific Information::
74* MIPS Specific Information::
75* OpenRISC 1000 Specific Information::
76* Altera Nios II Specific Information::
77* PowerPC Specific Information::
78* SuperH Specific Information::
79* SPARC Specific Information::
80* SPARC-64 Specific Information::
81* Command and Variable Index::
82* Concept Index::
83@end menu
84@end ifnottex
85
86@include preface.texi
87@include general.texi
88@include arm.texi
89@include avr.texi
90@include bfin.texi
91@include epiphany.texi
92@include i386.texi
93@include lm32.texi
94@include m32c.texi
95@include m68k.texi
96@include microblaze.texi
97@include mips.texi
98@include nios2.texi
99@include or1k.texi
100@include powerpc.texi
101@include sh.texi
102@include sparc.texi
103@include sparc64.texi
104
105@node Command and Variable Index, Concept Index, , Top
106@unnumbered Command and Variable Index
107
108There are currently no Command and Variable Index entries.
109
110@c @printindex fn
111
112@node Concept Index, , Command and Variable Index, Top
113@unnumbered Concept Index
114
115There are currently no Concept Index entries.
116@c @printindex cp
117
118@bye
119
Note: See TracBrowser for help on using the repository browser.