buildgcc: Update the toolchain patches version
acpica 20120420, acpica-unix-20110922_no_unused_variables.patch is not used anymore. binutils 2.22. Change-Id: I58459bd2eba2ad752fc033e51ee0892e2e069a02 Signed-off-by: Zheng Bao <zheng.bao@amd.com> Signed-off-by: zbao <fishbaozi@gmail.com> Reviewed-on: http://review.coreboot.org/1424 Tested-by: build bot (Jenkins) Reviewed-by: Anton Kochkov <anton.kochkov@gmail.com>
This commit is contained in:
parent
7598beac63
commit
844e01357b
|
@ -1,48 +0,0 @@
|
||||||
diff -x '*.o' -ur acpica-unix-20110922.orig//compiler/aslcompiler.l acpica-unix-20110922/compiler/aslcompiler.l
|
|
||||||
--- acpica-unix-20110922.orig//compiler/aslcompiler.l 2011-10-28 23:24:17.333274002 +0200
|
|
||||||
+++ acpica-unix-20110922/compiler/aslcompiler.l 2011-10-28 23:24:56.669274001 +0200
|
|
||||||
@@ -550,7 +550,6 @@
|
|
||||||
void)
|
|
||||||
{
|
|
||||||
ASL_FILE_NODE *Fnode;
|
|
||||||
- FILE *InputFile = NULL;
|
|
||||||
|
|
||||||
|
|
||||||
Fnode = InputStack;
|
|
||||||
@@ -569,7 +568,6 @@
|
|
||||||
/* Update the top-of-stack */
|
|
||||||
|
|
||||||
InputStack = Fnode->Next;
|
|
||||||
- InputFile = Fnode->File;
|
|
||||||
|
|
||||||
/* Reset global line counter and filename */
|
|
||||||
|
|
||||||
diff -x '*.o' -ur acpica-unix-20110922.orig//os_specific/service_layers/osunixxf.c acpica-unix-20110922/os_specific/service_layers/osunixxf.c
|
|
||||||
--- acpica-unix-20110922.orig//os_specific/service_layers/osunixxf.c 2011-10-28 23:24:17.345274002 +0200
|
|
||||||
+++ acpica-unix-20110922/os_specific/service_layers/osunixxf.c 2011-10-28 23:56:13.629274002 +0200
|
|
||||||
@@ -349,7 +349,6 @@
|
|
||||||
const char *Fmt,
|
|
||||||
va_list Args)
|
|
||||||
{
|
|
||||||
- INT32 Count = 0;
|
|
||||||
UINT8 Flags;
|
|
||||||
|
|
||||||
|
|
||||||
@@ -362,7 +361,7 @@
|
|
||||||
{
|
|
||||||
/* Output file is open, send the output there */
|
|
||||||
|
|
||||||
- Count = vfprintf (AcpiGbl_DebugFile, Fmt, Args);
|
|
||||||
+ vfprintf (AcpiGbl_DebugFile, Fmt, Args);
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
@@ -374,7 +373,7 @@
|
|
||||||
|
|
||||||
if (Flags & ACPI_DB_CONSOLE_OUTPUT)
|
|
||||||
{
|
|
||||||
- Count = vfprintf (AcpiGbl_OutputFile, Fmt, Args);
|
|
||||||
+ vfprintf (AcpiGbl_OutputFile, Fmt, Args);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- acpica-unix-20110922/compiler/Makefile 2011-09-22 08:59:34.000000000 -0700
|
--- acpica-unix-20120420/source/compiler/Makefile 2012-04-21 04:02:33.000000000 +0800
|
||||||
+++ acpica-unix-20110922/compiler/Makefile 2011-10-11 23:47:29.000000000 -0700
|
+++ acpica-unix-20120420/source/compiler/Makefile 2012-08-08 16:30:14.000000000 +0800
|
||||||
@@ -245,15 +245,11 @@
|
@@ -261,15 +261,11 @@
|
||||||
-Waggregate-return \
|
-Waggregate-return \
|
||||||
-Wchar-subscripts \
|
-Wchar-subscripts \
|
||||||
-Wempty-body \
|
-Wempty-body \
|
|
@ -1,5 +1,5 @@
|
||||||
--- binutils-2.21.1/bfd/Makefile.in 2011-06-27 01:57:12.000000000 -0700
|
--- binutils-2.22/bfd/Makefile.in 2011-06-27 01:57:12.000000000 -0700
|
||||||
+++ binutils-2.21.1/bfd/Makefile.in 2011-10-11 21:59:15.000000000 -0700
|
+++ binutils-2.22/bfd/Makefile.in 2011-10-11 21:59:15.000000000 -0700
|
||||||
@@ -323,7 +323,7 @@
|
@@ -323,7 +323,7 @@
|
||||||
RELEASE = y
|
RELEASE = y
|
||||||
INCDIR = $(srcdir)/../include
|
INCDIR = $(srcdir)/../include
|
Loading…
Reference in New Issue