gcc: update to gcc-4.5-20101125

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-27 07:45:37 +01:00
parent b1137a9c43
commit de5eb5b0f0
7 changed files with 1 additions and 21 deletions

View File

@ -1,5 +1,5 @@
PKG_NAME="gcc"
PKG_VERSION="4.5-20101118"
PKG_VERSION="4.5-20101125"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"

View File

@ -1,24 +1,4 @@
diff -Naur gcc-4.5-20101118/gcc/ChangeLog gcc-4.5-20101118.patch/gcc/ChangeLog
--- gcc-4.5-20101118/gcc/ChangeLog 2010-11-17 11:46:36.000000000 +0100
+++ gcc-4.5-20101118.patch/gcc/ChangeLog 2010-11-26 03:06:24.441101626 +0100
@@ -1,3 +1,17 @@
+2010-11-23 Dave Korn <dave.korn.cygwin@gmail.com>
+
+ PR driver/42690
+ * gcc.c (LINK_COMMAND_SPEC): Remove hard-coded pass-through plugin
+ options, replace by call of pass-through-libs spec function to process
+ link_gcc_c_sequence spec.
+ (lto_libgcc_spec): Delete variable.
+ (static_specs[]): Remove related entry.
+ (static_spec_functions[]): Add new entry for pass-through-libs.
+ (main): Don't generate deleted lto_libgcc_spec.
+ (pass_through_libs_spec_func): New function to implement the new
+ pass-through-libs spec function.
+ * doc/invoke.texi (pass-through-libs): Document new spec function.
+
2010-11-17 Richard Guenther <rguenther@suse.de>
PR tree-optimization/46498
diff -Naur gcc-4.5-20101118/gcc/doc/invoke.texi gcc-4.5-20101118.patch/gcc/doc/invoke.texi
--- gcc-4.5-20101118/gcc/doc/invoke.texi 2010-09-08 19:36:40.000000000 +0200
+++ gcc-4.5-20101118.patch/gcc/doc/invoke.texi 2010-11-26 03:05:14.029157093 +0100