diff options
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. |