aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-03-26 07:02:59 +0000
committerAndreas Jaeger <aj@suse.de>2001-03-26 07:02:59 +0000
commit0879a67a8f08e0b520773356f890c3e7fc98ab1e (patch)
treed8826175949df0d8bc202400aa23e4c2d922e75a
parent8f3ee2aeae187531fd58be91c7102af4367b1bc5 (diff)
downloadgdb-0879a67a8f08e0b520773356f890c3e7fc98ab1e.zip
gdb-0879a67a8f08e0b520773356f890c3e7fc98ab1e.tar.gz
gdb-0879a67a8f08e0b520773356f890c3e7fc98ab1e.tar.bz2
2001-03-26 Andreas Jaeger <aj@suse.de>
* binutils.texi (nm): Fix texi syntax. 2001-03-26 Andreas Jaeger <aj@suse.de> * ld.texinfo (Overview): Fix syntax in texi code.
-rw-r--r--binutils/ChangeLog6
-rw-r--r--binutils/binutils.texi2
-rw-r--r--ld/ChangeLog10
-rw-r--r--ld/ld.texinfo2
4 files changed, 14 insertions, 6 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 6c9f311..27a734a 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -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.
diff --git a/binutils/binutils.texi b/binutils/binutils.texi
index 2afe7c0..f6e5df1 100644
--- a/binutils/binutils.texi
+++ b/binutils/binutils.texi
@@ -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.
diff --git a/ld/ChangeLog b/ld/ChangeLog
index e09cdd0..af28e02 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -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
@@ -116,7 +120,7 @@
* 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.
diff --git a/ld/ld.texinfo b/ld/ld.texinfo
index 010b82e..f01c305 100644
--- a/ld/ld.texinfo
+++ b/ld/ld.texinfo
@@ -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