diff options
author | DJ Delorie <dj@redhat.com> | 2013-03-01 23:00:28 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2013-03-01 23:00:28 +0000 |
commit | 2fd2526eddaaae19b22deae59edee05fd1965d91 (patch) | |
tree | 323fecf0f5593f3b68ff9288ffac5a7af6ac3fa0 /libiberty | |
parent | daily update (diff) | |
download | binutils-gdb-2fd2526eddaaae19b22deae59edee05fd1965d91.tar.gz binutils-gdb-2fd2526eddaaae19b22deae59edee05fd1965d91.tar.bz2 binutils-gdb-2fd2526eddaaae19b22deae59edee05fd1965d91.zip |
merge from gcc
Diffstat (limited to 'libiberty')
-rw-r--r-- | libiberty/ChangeLog | 6 | ||||
-rw-r--r-- | libiberty/libiberty.texi | 6 | ||||
-rw-r--r-- | libiberty/obstacks.texi | 2 |
3 files changed, 11 insertions, 3 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 7935ad69f44..b4c61807b5e 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,9 @@ +2013-03-01 Andreas Schwab <schwab@linux-m68k.org> + + * obstacks.texi (Obstacks): Trim @node to only contain the + node name. + * libiberty.texi (Obstacks): Lower section. + 2013-02-14 Jason Merrill <jason@redhat.com> * cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_DEFAULT_ARG. diff --git a/libiberty/libiberty.texi b/libiberty/libiberty.texi index 74f70d2bd5a..f1e4bddaa84 100644 --- a/libiberty/libiberty.texi +++ b/libiberty/libiberty.texi @@ -82,8 +82,6 @@ License; for more information, see @ref{Library Copying}. * Functions:: Available functions, macros, and global variables. -* Obstacks:: Object Stacks. - * Licenses:: The various licenses under which libiberty sources are distributed. @@ -245,7 +243,11 @@ central location from which to use, maintain, and distribute them. @c This is generated from the glibc manual using a make-obstacks-texi.sh @c script of Phil's. Hope it's accurate. +@lowersections +@lowersections @include obstacks.texi +@raisesections +@raisesections @node Functions @chapter Function, Variable, and Macro Listing. diff --git a/libiberty/obstacks.texi b/libiberty/obstacks.texi index a1b1b478c38..67780aa1a65 100644 --- a/libiberty/obstacks.texi +++ b/libiberty/obstacks.texi @@ -1,4 +1,4 @@ -@node Obstacks,Licenses,Functions,Top +@node Obstacks @chapter Obstacks @cindex obstacks |