OSDN Git Service

2010-03-03 Benjamin Kosnik <bkoz@redhat.com>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / doc / xml / manual / appendix_porting.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"
4 [ ]>
5
6 <appendix id="appendix.porting" xreflabel="Porting">
7 <?dbhtml filename="appendix_porting.html"?>
8
9 <appendixinfo>
10   <keywordset>
11     <keyword>
12       ISO C++
13     </keyword>
14     <keyword>
15       library
16     </keyword>
17   </keywordset>
18 </appendixinfo>
19
20 <title>
21   Porting and Maintenance
22   <indexterm>
23     <primary>Appendix</primary>
24     <secondary>Porting and Maintenance</secondary>
25   </indexterm>
26 </title>
27
28   <!-- Hacking the Build System -->
29   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
30               parse="xml" href="build_hacking.xml">
31   </xi:include>
32
33   <!-- Internals: Porting to New Hardware or Operating Systems -->
34   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
35               parse="xml" href="internals.xml">
36   </xi:include>
37
38   <!-- Test -->
39   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
40               parse="xml" href="test.xml">
41   </xi:include>
42
43   <!-- ABI Policy and Guidelines -->
44   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
45               parse="xml" href="abi.xml">
46   </xi:include>
47
48   <!-- API Evolution and Deprecation History -->
49   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
50               parse="xml" href="evolution.xml">
51   </xi:include>
52
53   <!-- Backwards Compatibility -->
54   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
55               parse="xml" href="backwards_compatibility.xml">
56   </xi:include>
57
58 </appendix>