diff options
author | Andreas Jaeger <aj@suse.de> | 2001-03-26 07:02:59 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-03-26 07:02:59 +0000 |
commit | 0879a67a8f08e0b520773356f890c3e7fc98ab1e (patch) | |
tree | d8826175949df0d8bc202400aa23e4c2d922e75a /binutils | |
parent | 8f3ee2aeae187531fd58be91c7102af4367b1bc5 (diff) | |
download | gdb-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.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 6 | ||||
-rw-r--r-- | binutils/binutils.texi | 2 |
2 files changed, 6 insertions, 2 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. |