summaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2010-10-28 11:40:25 +0000
committerAlan Modra <amodra@bigpond.net.au>2010-10-28 11:40:25 +0000
commit45676ca62ff62bdc9a922d139e2f87128bf60fa3 (patch)
tree1cec3f270437dca483d16f5b8854d8ee40d279cb /ld
parentfd92991c013d6fabcd8b75bdddd7b311427c764d (diff)
downloadbinutils-redhat-45676ca62ff62bdc9a922d139e2f87128bf60fa3.tar.gz
Add directory section for info document.
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog5
-rw-r--r--ld/ld.texinfo11
-rw-r--r--ld/ldint.texinfo11
3 files changed, 15 insertions, 12 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index fef8d80604..0ee2ed7fc9 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,8 @@
+2010-10-28 Matthias Klose <doko@ubuntu.com>
+
+ * ld.texinfo: Add directory section for info document.
+ * ldint.texinfo: Likewise.
+
2010-10-28 Alan Modra <amodra@gmail.com>
* emultempl/ppc64elf.em (gld${EMULATION_NAME}_new_vers_pattern): For
diff --git a/ld/ld.texinfo b/ld/ld.texinfo
index 36e24601a5..4c58e4855c 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 9b5182b16a..19272c5dc8 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.