2001-03-26 Andreas Jaeger <aj@suse.de>
authorAndreas Jaeger <aj@suse.de>
Mon, 26 Mar 2001 07:02:59 +0000 (07:02 +0000)
committerAndreas Jaeger <aj@suse.de>
Mon, 26 Mar 2001 07:02:59 +0000 (07:02 +0000)
* binutils.texi (nm): Fix texi syntax.

2001-03-26  Andreas Jaeger  <aj@suse.de>

* ld.texinfo (Overview): Fix syntax in texi code.

binutils/ChangeLog
binutils/binutils.texi
ld/ChangeLog
ld/ld.texinfo

index 6c9f3115eea075fe207d57c681a69422ecf05a47..27a734af44e129fc3ec4cab712d514018bf479fd 100644 (file)
@@ -1,3 +1,7 @@
+2001-03-26  Andreas Jaeger  <aj@suse.de>
+
+       * binutils.texi (nm): Fix texi syntax.
+
 2001-03-25  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
 
        * binutils.texi: Put @c man begin and @c man end indications
@@ -23,7 +27,7 @@
        (copy_usage): Document -B/--binary-architecture.
        (copy_main): Support -B/--binary-architecture.  Set
        bfd_external_binary_architecture.
-       
+
 2001-03-11  Andreas Jaeger  <aj@suse.de>
 
        * readelf.c (guess_is_rela): Handle EM_S390_OLD.
index 2afe7c0482385939e04c08cc67ae2b6bfebe96bb..f6e5df1140744404bcb3baa4240facccbfea4988 100644 (file)
@@ -704,7 +704,7 @@ references.
 @ifclear man
 For more details on common symbols, see the discussion of
 --warn-common in @ref{Options,,Linker options,ld.info,The GNU linker}.
-@end man
+@end ifclear
 
 @item D
 The symbol is in the initialized data section.
index e09cdd0c086f3846ed549df915adbcb6571c4e07..af28e02056164a2c05eb765095b2efdde15fa2f7 100644 (file)
@@ -1,3 +1,7 @@
+2001-03-26  Andreas Jaeger  <aj@suse.de>
+
+       * ld.texinfo (Overview): Fix syntax in texi code.
+
 2001-03-25  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
 
        * ld.texinfo: Put @c man indications to generate the ld man page.
@@ -80,8 +84,8 @@
        * configure.tgt: Add ia64-*-aix* mapping.
        * emulparams/elf64_aix.sh: Add settings for elf64 on aix5.
        * testsuite/ld-bootstrap/bootstrap.exp: Exclude ia64 flavor from
-       AIX-specific test. 
-       
+       AIX-specific test.
+
 2001-02-20  H.J. Lu  <hjl@gnu.org>
 
        * ldfile.c (ldfile_open_file): Set entry->search_dirs_flag to
        * ldexp.h (node_type): Add etree_provided.
        * ldexp.c (exp_fold_tree): Handle etree_provided. Set the node
        type to etree_provided if defined by PROVIDE. Allow updating
-       for etree_provided. 
+       for etree_provided.
        (exp_print_tree): Handle etree_provided.
        * mpw-elfmips.c (gldelf32ebmip_find_exp_assignment): Handle
        etree_provided.
index 010b82ed3c18a39b680cc62b08c4f9698216b20c..f01c305382c846c4e24308a004dddab4d3fc6af6 100644 (file)
@@ -158,7 +158,7 @@ section entitled "GNU Free Documentation License".
 @cindex @sc{gnu} linker
 @cindex what is this?
 
-@ifsef man
+@ifset man
 @c man begin SYNOPSIS
 ld [ options ] objfile...
 @c man end