misc patches: fix patch headers

These patches were marked by "UpstreamStatus:" line, fix it to use
"Upstream-Status:" instead.

(From OE-Core rev: b33b373c9a33fe0ff51104c96d1e5b105efc63ed)

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Nitin A Kamble 2011-12-28 12:21:52 -08:00 committed by Richard Purdie
parent 5b5914f143
commit 8939bdd1e4
10 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
UpstreamStatus: Pending Upstream-Status: Pending
Fix libacpi for x32 Fix libacpi for x32

View File

@ -1,4 +1,4 @@
UpstreamStatus: Pending Upstream-Status: Pending
Received from H J Liu @ Intel Received from H J Liu @ Intel
Make the assembly syntax compatible with x32 gcc. Othewise x32 gcc throws errors. Make the assembly syntax compatible with x32 gcc. Othewise x32 gcc throws errors.

View File

@ -1,4 +1,4 @@
UpstreamStatus: Pending Upstream-Status: Pending
Pass CC & CFLAGS vars so that tune parameters get used. Pass CC & CFLAGS vars so that tune parameters get used.
This fixes compilation with x32 toolchain. This fixes compilation with x32 toolchain.

View File

@ -1,4 +1,4 @@
UpstreamStatus: Pending Upstream-Status: Pending
Author: H.J. Lu <hjl.tools@gmail.com> Author: H.J. Lu <hjl.tools@gmail.com>

View File

@ -1,4 +1,4 @@
UpstreamStatus: pending Upstream-Status: pending
By hardcoding CC's definition in the Makefile, all the gcc parameters By hardcoding CC's definition in the Makefile, all the gcc parameters
set by tune settings are lost. Causing compile failure with x32 toolchain set by tune settings are lost. Causing compile failure with x32 toolchain

View File

@ -1,4 +1,4 @@
UpstreamStatus: Pending Upstream-Status: Pending
Author: H.J. Lu <hjl.tools@gmail.com> Author: H.J. Lu <hjl.tools@gmail.com>
Date: Tue Dec 6 10:34:53 2011 -0800 Date: Tue Dec 6 10:34:53 2011 -0800

View File

@ -1,4 +1,4 @@
UpstreamStatus: Pending Upstream-Status: Pending
get correct compiler options for x32 gcc. get correct compiler options for x32 gcc.

View File

@ -1,4 +1,4 @@
UpstreamStatus: Pending Upstream-Status: Pending
This fixes compilation with x32 toolchain. This fixes compilation with x32 toolchain.

View File

@ -1,4 +1,4 @@
UpstreamStatus: Pending Upstream-Status: Pending
Don't always define LONG64 for AMD64 Don't always define LONG64 for AMD64

View File

@ -1,4 +1,4 @@
UpstreamStatus: Pending Upstream-Status: Pending
This patch makes assembly syntax compatible to the x32 toolchain. This patch makes assembly syntax compatible to the x32 toolchain.