comparison libiberty/libiberty.texi @ 67:f6334be47118

update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
author nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
date Tue, 22 Mar 2011 17:18:12 +0900
parents a06113de4d67
children 04ced10e8804
comparison
equal deleted inserted replaced
65:65488c3d617d 67:f6334be47118
19 19
20 @macro libib 20 @macro libib
21 @code{libiberty} 21 @code{libiberty}
22 @end macro 22 @end macro
23 23
24 @c The edition date is written in three locations. Search for 'thedate'.
25 @ifinfo 24 @ifinfo
26 This manual describes the GNU @libib library of utility subroutines. 25 This manual describes the GNU @libib library of utility subroutines.
27 This edition accompanies GCC 3, September 2001. 26
28 27 Copyright @copyright{} 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
29 Copyright @copyright{} 2001 Free Software Foundation, Inc. 28 2009, 2010 Free Software Foundation, Inc.
30 29
31 Permission is granted to copy, distribute and/or modify this document 30 Permission is granted to copy, distribute and/or modify this document
32 under the terms of the GNU Free Documentation License, Version 1.2 31 under the terms of the GNU Free Documentation License, Version 1.3
33 or any later version published by the Free Software Foundation; 32 or any later version published by the Free Software Foundation;
34 with no Invariant Sections, with no Front-Cover Texts, and with no 33 with no Invariant Sections, with no Front-Cover Texts, and with no
35 Back-Cover Texts. A copy of the license is included in the 34 Back-Cover Texts. A copy of the license is included in the
36 section entitled ``GNU Free Documentation License''. 35 section entitled ``GNU Free Documentation License''.
37 36
43 42
44 @end ignore 43 @end ignore
45 @end ifinfo 44 @end ifinfo
46 45
47 46
48 @c The edition date is written in three locations. Search for 'thedate'.
49 @titlepage 47 @titlepage
50 @title @sc{gnu} libiberty 48 @title @sc{gnu} libiberty
51 @subtitle September 2001
52 @subtitle for GCC 3
53 @author Phil Edwards et al. 49 @author Phil Edwards et al.
54 @page 50 @page
55 51
56 52
57 @vskip 0pt plus 1filll 53 @vskip 0pt plus 1filll
58 Copyright @copyright{} 2001 Free Software Foundation, Inc. 54 Copyright @copyright{} 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
55 2009, 2010 Free Software Foundation, Inc.
59 56
60 Permission is granted to copy, distribute and/or modify this document 57 Permission is granted to copy, distribute and/or modify this document
61 under the terms of the GNU Free Documentation License, Version 1.2 58 under the terms of the GNU Free Documentation License, Version 1.3
62 or any later version published by the Free Software Foundation; 59 or any later version published by the Free Software Foundation;
63 with no Invariant Sections, with no Front-Cover Texts, and with no 60 with no Invariant Sections, with no Front-Cover Texts, and with no
64 Back-Cover Texts. A copy of the license is included in the 61 Back-Cover Texts. A copy of the license is included in the
65 section entitled ``GNU Free Documentation License''. 62 section entitled ``GNU Free Documentation License''.
66 63
73 @top Introduction 70 @top Introduction
74 71
75 The @libib{} library is a collection of subroutines used by various 72 The @libib{} library is a collection of subroutines used by various
76 GNU programs. It is available under the Library General Public 73 GNU programs. It is available under the Library General Public
77 License; for more information, see @ref{Library Copying}. 74 License; for more information, see @ref{Library Copying}.
78
79 @c The edition date is written in three locations. Search for 'thedate'.
80 This edition accompanies GCC 3, September 2001.
81 75
82 @end ifnottex 76 @end ifnottex
83 77
84 @menu 78 @menu
85 * Using:: How to use libiberty in your code. 79 * Using:: How to use libiberty in your code.