summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/binutils/binutils-2.23.2/backport/0001-doc-binutils.texi-elfedit-Fix-use-of-itemx-in-table.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/binutils/binutils-2.23.2/backport/0001-doc-binutils.texi-elfedit-Fix-use-of-itemx-in-table.patch')
-rw-r--r--meta/recipes-devtools/binutils/binutils-2.23.2/backport/0001-doc-binutils.texi-elfedit-Fix-use-of-itemx-in-table.patch68
1 files changed, 68 insertions, 0 deletions
diff --git a/meta/recipes-devtools/binutils/binutils-2.23.2/backport/0001-doc-binutils.texi-elfedit-Fix-use-of-itemx-in-table.patch b/meta/recipes-devtools/binutils/binutils-2.23.2/backport/0001-doc-binutils.texi-elfedit-Fix-use-of-itemx-in-table.patch
new file mode 100644
index 0000000000..97a40a2a42
--- /dev/null
+++ b/meta/recipes-devtools/binutils/binutils-2.23.2/backport/0001-doc-binutils.texi-elfedit-Fix-use-of-itemx-in-table.patch
@@ -0,0 +1,68 @@
1From e02bf9359f6ef7fe4d341aa5ac4f397f541b9ac3 Mon Sep 17 00:00:00 2001
2From: Andreas Schwab <schwab@linux-m68k.org>
3Date: Fri, 4 Jan 2013 22:27:57 +0000
4Subject: [PATCH] * doc/binutils.texi (elfedit): Fix use of @itemx in @table.
5
6---
7 binutils/ChangeLog | 4 ++++
8 binutils/doc/binutils.texi | 14 +++++++-------
9 2 files changed, 11 insertions(+), 7 deletions(-)
10
11Upstream-Status: Backport
12Index: binutils-2.23.1/binutils/doc/binutils.texi
13===================================================================
14--- binutils-2.23.1.orig/binutils/doc/binutils.texi 2012-05-11 11:18:34.000000000 -0700
15+++ binutils-2.23.1/binutils/doc/binutils.texi 2013-02-26 12:41:51.785114224 -0800
16@@ -12,7 +12,7 @@
17 @c man begin COPYRIGHT
18 Copyright @copyright{} 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
19 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
20-2010, 2011, 2012
21+2010, 2011, 2012, 2013
22 Free Software Foundation, Inc.
23
24 Permission is granted to copy, distribute and/or modify this document
25@@ -4375,7 +4375,7 @@
26
27 @table @env
28
29-@itemx --input-mach=@var{machine}
30+@item --input-mach=@var{machine}
31 Set the matching input ELF machine type to @var{machine}. If
32 @option{--input-mach} isn't specified, it will match any ELF
33 machine types.
34@@ -4383,21 +4383,21 @@
35 The supported ELF machine types are, @var{L1OM}, @var{K1OM} and
36 @var{x86-64}.
37
38-@itemx --output-mach=@var{machine}
39+@item --output-mach=@var{machine}
40 Change the ELF machine type in the ELF header to @var{machine}. The
41 supported ELF machine types are the same as @option{--input-mach}.
42
43-@itemx --input-type=@var{type}
44+@item --input-type=@var{type}
45 Set the matching input ELF file type to @var{type}. If
46 @option{--input-type} isn't specified, it will match any ELF file types.
47
48 The supported ELF file types are, @var{rel}, @var{exec} and @var{dyn}.
49
50-@itemx --output-type=@var{type}
51+@item --output-type=@var{type}
52 Change the ELF file type in the ELF header to @var{type}. The
53 supported ELF types are the same as @option{--input-type}.
54
55-@itemx --input-osabi=@var{osabi}
56+@item --input-osabi=@var{osabi}
57 Set the matching input ELF file OSABI to @var{osabi}. If
58 @option{--input-osabi} isn't specified, it will match any ELF OSABIs.
59
60@@ -4407,7 +4407,7 @@
61 @var{FreeBSD}, @var{TRU64}, @var{Modesto}, @var{OpenBSD}, @var{OpenVMS},
62 @var{NSK}, @var{AROS} and @var{FenixOS}.
63
64-@itemx --output-osabi=@var{osabi}
65+@item --output-osabi=@var{osabi}
66 Change the ELF OSABI in the ELF header to @var{osabi}. The
67 supported ELF OSABI are the same as @option{--input-osabi}.
68