diff options
author | Nick Clifton <nickc@redhat.com> | 2013-01-07 12:11:13 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2013-01-07 12:11:13 +0000 |
commit | 7ca01ed925b6be550d5d46bd2f0a68bb3e63ff7b (patch) | |
tree | 4e5e5d4bc151118f333137c1c1d5c37de9060e4d /ld/ld.texinfo | |
parent | 4039cf45c25acfdfb362a14b518f48354abac920 (diff) | |
download | gdb-7ca01ed925b6be550d5d46bd2f0a68bb3e63ff7b.zip gdb-7ca01ed925b6be550d5d46bd2f0a68bb3e63ff7b.tar.gz gdb-7ca01ed925b6be550d5d46bd2f0a68bb3e63ff7b.tar.bz2 |
* ld.texinfo: Replace @ with @@ when it is part of the text.
Correct ordering of M68HC11 entry.
* doc/binutils.texi: Fix ordering of top level nodes.
Replace erroneous uses of @itemx with @item.
* bfd.texinfo: Replace @ with @@ when it is part of the text.
Diffstat (limited to 'ld/ld.texinfo')
-rw-r--r-- | ld/ld.texinfo | 26 |
1 files changed, 14 insertions, 12 deletions
diff --git a/ld/ld.texinfo b/ld/ld.texinfo index c7ae2a5..4777ad5 100644 --- a/ld/ld.texinfo +++ b/ld/ld.texinfo @@ -1,7 +1,8 @@ \input texinfo @setfilename ld.info @c Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, -@c 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 +@c 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, +@c 2012, 2013 @c Free Software Foundation, Inc. @syncodeindex ky cp @c man begin INCLUDE @@ -55,7 +56,8 @@ This file documents the @sc{gnu} linker LD version @value{VERSION}. Copyright @copyright{} 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, -2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2012 Free Software Foundation, Inc. +2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2012, 2013 +Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 @@ -93,8 +95,8 @@ section entitled ``GNU Free Documentation License''. @vskip 0pt plus 1filll @c man begin COPYRIGHT Copyright @copyright{} 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, -1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2012 Free -Software Foundation, Inc. +1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, +2012, 2013 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 @@ -142,12 +144,12 @@ in the section entitled ``GNU Free Documentation License''. @ifset ARM * ARM:: ld and the ARM family @end ifset -@ifset HPPA -* HPPA ELF32:: ld and HPPA 32-bit ELF -@end ifset @ifset M68HC11 * M68HC11/68HC12:: ld and the Motorola 68HC11 and 68HC12 families @end ifset +@ifset HPPA +* HPPA ELF32:: ld and HPPA 32-bit ELF +@end ifset @ifset M68K * M68K:: ld and Motorola 68K family @end ifset @@ -6012,6 +6014,9 @@ functionality are not listed. @ifset I960 * i960:: @command{ld} and the Intel 960 family @end ifset +@ifset M68HC11 +* M68HC11/68HC12:: @code{ld} and the Motorola 68HC11 and 68HC12 families +@end ifset @ifset ARM * ARM:: @command{ld} and the ARM family @end ifset @@ -6027,9 +6032,6 @@ functionality are not listed. @ifset MSP430 * MSP430:: @command{ld} and MSP430 @end ifset -@ifset M68HC11 -* M68HC11/68HC12:: @code{ld} and the Motorola 68HC11 and 68HC12 families -@end ifset @ifset POWERPC * PowerPC ELF32:: @command{ld} and PowerPC 32-bit ELF Support @end ifset @@ -7877,7 +7879,7 @@ If you have more than one @code{SECT} statement for the same @printindex cp @tex -% I think something like @colophon should be in texinfo. In the +% I think something like @@colophon should be in texinfo. In the % meantime: \long\def\colophon{\hbox to0pt{}\vfill \centerline{The body of this manual is set in} @@ -7888,7 +7890,7 @@ If you have more than one @code{SECT} statement for the same \centerline{{\sl\fontname\tensl\/}} \centerline{are used for emphasis.}\vfill} \page\colophon -% Blame: doc@cygnus.com, 28mar91. +% Blame: doc@@cygnus.com, 28mar91. @end tex @bye |