aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gcc')
-rw-r--r--recipes/gcc/gcc-4.5.inc3
-rw-r--r--recipes/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99362.patch25
2 files changed, 1 insertions, 27 deletions
diff --git a/recipes/gcc/gcc-4.5.inc b/recipes/gcc/gcc-4.5.inc
index 900804cfd0..b35ee92c9d 100644
--- a/recipes/gcc/gcc-4.5.inc
+++ b/recipes/gcc/gcc-4.5.inc
@@ -10,7 +10,7 @@ NATIVEDEPS = "mpfr-native gmp-native libmpc-native"
INC_PR = "r15"
-SRCREV = "164562"
+SRCREV = "165931"
PV = "4.5"
# BINV should be incremented after updating to a revision
# after a minor gcc release (e.g. 4.5.1 or 4.5.2) has been made
@@ -87,7 +87,6 @@ SRC_URI = "svn://gcc.gnu.org/svn/gcc/branches;module=${BRANCH} \
file://linaro/gcc-4.5-linaro-r99359.patch \
file://linaro/gcc-4.5-linaro-r99360.patch \
file://linaro/gcc-4.5-linaro-r99361.patch \
- file://linaro/gcc-4.5-linaro-r99362.patch \
file://linaro/gcc-4.5-linaro-r99363.patch \
file://linaro/gcc-4.5-linaro-r99364.patch \
file://linaro/gcc-4.5-linaro-r99365.patch \
diff --git a/recipes/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99362.patch b/recipes/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99362.patch
deleted file mode 100644
index fd825a1cea..0000000000
--- a/recipes/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99362.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-2010-08-04 Mark Mitchell <mark@codesourcery.com>
-
- Backport from mainline:
-
- gcc/testsuite/
- 2010-08-04 Daniel Gutson <dgutson@codesourcery.com>
- * g++.dg/warn/miss-format-1.C: Update line number.
-
- 2010-08-04 Julian Brown <julian@codesourcery.com>
-
- gcc/
-
-=== modified file 'gcc/testsuite/g++.dg/warn/miss-format-1.C'
---- old/gcc/testsuite/g++.dg/warn/miss-format-1.C 2010-05-03 17:32:50 +0000
-+++ new/gcc/testsuite/g++.dg/warn/miss-format-1.C 2010-08-20 15:08:29 +0000
-@@ -4,7 +4,7 @@
- /* { dg-options "-Wmissing-format-attribute" } */
- /* { dg-options "-Wmissing-format-attribute -Wno-abi" { target arm_eabi } } */
- /* VxWorks does not provide vscanf, either in kernel or RTP mode. */
--/* { dg-error "not declared" "" { target *-*-solaris2.[7-8] *-*-vxworks* } 25 } */
-+/* { dg-error "not declared" "" { target *-*-solaris2.[7-8] *-*-vxworks* } 26 } */
-
- #include <stdio.h>
- #include <stdarg.h>
-