~ubuntu-branches/ubuntu/raring/binutils/raring-proposed

« back to all changes in this revision

Viewing changes to debian/patches/binutils-texi.diff

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-01-05 14:20:15 UTC
  • Revision ID: package-import@ubuntu.com-20130105142015-oqyqrjhrzrczin7f
Tags: 2.23.1-0ubuntu6
* Fix PR ld/14918: linking with -flto always links in libgcc_s.so.
  Closes: #650145.
* Fix build failure with texinfo 4.14. Closes: #697353.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Subject: Fix use of @itemx in binutils doc
 
2
 
 
3
        * doc/binutils.texi (elfedit): Fix use of @itemx in @table.
 
4
 
 
5
--- a/binutils/doc/binutils.texi
 
6
+++ b/binutils/doc/binutils.texi
 
7
@@ -12,7 +12,7 @@
 
8
 @c man begin COPYRIGHT
 
9
 Copyright @copyright{} 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
 
10
 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
 
11
-2010, 2011, 2012
 
12
+2010, 2011, 2012, 2013
 
13
 Free Software Foundation, Inc.
 
14
 
 
15
 Permission is granted to copy, distribute and/or modify this document
 
16
@@ -4384,7 +4384,7 @@ equivalent. At least one of the @option{--output-mach},
 
17
 
 
18
 @table @env
 
19
 
 
20
-@itemx --input-mach=@var{machine}
 
21
+@item --input-mach=@var{machine}
 
22
 Set the matching input ELF machine type to @var{machine}.  If
 
23
 @option{--input-mach} isn't specified, it will match any ELF
 
24
 machine types.
 
25
@@ -4392,21 +4392,21 @@ machine types.
 
26
 The supported ELF machine types are, @var{L1OM}, @var{K1OM} and
 
27
 @var{x86-64}.
 
28
 
 
29
-@itemx --output-mach=@var{machine}
 
30
+@item --output-mach=@var{machine}
 
31
 Change the ELF machine type in the ELF header to @var{machine}.  The
 
32
 supported ELF machine types are the same as @option{--input-mach}.
 
33
 
 
34
-@itemx --input-type=@var{type}
 
35
+@item --input-type=@var{type}
 
36
 Set the matching input ELF file type to @var{type}.  If
 
37
 @option{--input-type} isn't specified, it will match any ELF file types.
 
38
 
 
39
 The supported ELF file types are, @var{rel}, @var{exec} and @var{dyn}.
 
40
 
 
41
-@itemx --output-type=@var{type}
 
42
+@item --output-type=@var{type}
 
43
 Change the ELF file type in the ELF header to @var{type}.  The
 
44
 supported ELF types are the same as @option{--input-type}.
 
45
 
 
46
-@itemx --input-osabi=@var{osabi}
 
47
+@item --input-osabi=@var{osabi}
 
48
 Set the matching input ELF file OSABI to @var{osabi}.  If
 
49
 @option{--input-osabi} isn't specified, it will match any ELF OSABIs.
 
50
 
 
51
@@ -4416,7 +4416,7 @@ The supported ELF OSABIs are, @var{none}, @var{HPUX}, @var{NetBSD},
 
52
 @var{FreeBSD}, @var{TRU64}, @var{Modesto}, @var{OpenBSD}, @var{OpenVMS},
 
53
 @var{NSK}, @var{AROS} and @var{FenixOS}.
 
54
 
 
55
-@itemx --output-osabi=@var{osabi}
 
56
+@item --output-osabi=@var{osabi}
 
57
 Change the ELF OSABI in the ELF header to @var{osabi}.  The
 
58
 supported ELF OSABI are the same as @option{--input-osabi}.
 
59