From 45676ca62ff62bdc9a922d139e2f87128bf60fa3 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Thu, 28 Oct 2010 11:40:25 +0000 Subject: [PATCH] Add directory section for info document. --- bfd/doc/ChangeLog | 4 ++++ bfd/doc/bfd.texinfo | 11 +++++------ gas/ChangeLog | 4 ++++ gas/doc/as.texinfo | 11 +++++------ gprof/ChangeLog | 4 ++++ gprof/gprof.texi | 11 +++++------ ld/ChangeLog | 5 +++++ ld/ld.texinfo | 11 +++++------ ld/ldint.texinfo | 11 +++++------ 9 files changed, 42 insertions(+), 30 deletions(-) diff --git a/bfd/doc/ChangeLog b/bfd/doc/ChangeLog index 93835c741..87e2a2e2a 100644 --- a/bfd/doc/ChangeLog +++ b/bfd/doc/ChangeLog @@ -1,3 +1,7 @@ +2010-10-28 Matthias Klose + + * bfd.texinfo: Add directory section for info document. + 2010-05-07 Tristan Gingold * Makefile.in: Regenerate with automake 1.11.1. diff --git a/bfd/doc/bfd.texinfo b/bfd/doc/bfd.texinfo index ce1c5afc8..45ffa7324 100644 --- a/bfd/doc/bfd.texinfo +++ b/bfd/doc/bfd.texinfo @@ -6,13 +6,12 @@ @c @synindex fn cp -@ifinfo -@format -START-INFO-DIR-ENTRY +@ifnottex +@dircategory Software development +@direntry * Bfd: (bfd). The Binary File Descriptor library. -END-INFO-DIR-ENTRY -@end format -@end ifinfo +@end direntry +@end ifnottex @copying This file documents the BFD library. diff --git a/gas/ChangeLog b/gas/ChangeLog index 5ac943a3f..c328e8824 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2010-10-28 Matthias Klose + + * doc/as.texinfo: Add directory section for info document. + 2010-10-28 Andreas Krebbel * config/tc-s390.c (md_begin): Only add to hash table if cpu and diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index a0776e722..3b78dc66e 100644 --- a/gas/doc/as.texinfo +++ b/gas/doc/as.texinfo @@ -87,14 +87,13 @@ @c might as well show 'em anyways. @end ifinfo -@ifinfo -@format -START-INFO-DIR-ENTRY +@ifnottex +@dircategory Software development +@direntry * As: (as). The GNU assembler. * Gas: (as). The GNU assembler. -END-INFO-DIR-ENTRY -@end format -@end ifinfo +@end direntry +@end ifnottex @finalout @syncodeindex ky cp diff --git a/gprof/ChangeLog b/gprof/ChangeLog index 58b02c1cb..a97a571ca 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,3 +1,7 @@ +2010-10-28 Matthias Klose + + * gprof.texi: Add directory section for info document. + 2010-09-27 Ralf Wildenhues * configure: Regenerate. diff --git a/gprof/gprof.texi b/gprof/gprof.texi index 70c4f88dd..7485687e3 100644 --- a/gprof/gprof.texi +++ b/gprof/gprof.texi @@ -10,15 +10,14 @@ @include bfdver.texi @c man end -@ifinfo +@ifnottex @c This is a dir.info fragment to support semi-automated addition of @c manuals to an info tree. zoo@cygnus.com is developing this facility. -@format -START-INFO-DIR-ENTRY +@dircategory Software development +@direntry * gprof: (gprof). Profiling your program's execution -END-INFO-DIR-ENTRY -@end format -@end ifinfo +@end direntry +@end ifnottex @copying This file documents the gprof profiler of the GNU system. diff --git a/ld/ChangeLog b/ld/ChangeLog index fef8d8060..0ee2ed7fc 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2010-10-28 Matthias Klose + + * ld.texinfo: Add directory section for info document. + * ldint.texinfo: Likewise. + 2010-10-28 Alan Modra * emultempl/ppc64elf.em (gld${EMULATION_NAME}_new_vers_pattern): For diff --git a/ld/ld.texinfo b/ld/ld.texinfo index 36e24601a..4c58e4855 100644 --- a/ld/ld.texinfo +++ b/ld/ld.texinfo @@ -39,13 +39,12 @@ @end ifset @c man end -@ifinfo -@format -START-INFO-DIR-ENTRY +@ifnottex +@dircategory Software development +@direntry * Ld: (ld). The GNU linker. -END-INFO-DIR-ENTRY -@end format -@end ifinfo +@end direntry +@end ifnottex @copying This file documents the @sc{gnu} linker LD diff --git a/ld/ldint.texinfo b/ld/ldint.texinfo index 9b5182b16..19272c5dc 100644 --- a/ld/ldint.texinfo +++ b/ld/ldint.texinfo @@ -4,13 +4,12 @@ @c 2003, 2005, 2006, 2007 @c Free Software Foundation, Inc. -@ifinfo -@format -START-INFO-DIR-ENTRY +@ifnottex +@dircategory Software development +@direntry * Ld-Internals: (ldint). The GNU linker internals. -END-INFO-DIR-ENTRY -@end format -@end ifinfo +@end direntry +@end ifnottex @copying This file documents the internals of the GNU linker ld. -- 2.11.4.GIT