gcc-4.5.inc: Update to latest SVN revision on 4.5 branch
authorKhem Raj <raj.khem@gmail.com>
Tue, 26 Oct 2010 19:14:42 +0000 (12:14 -0700)
committerKhem Raj <raj.khem@gmail.com>
Tue, 26 Oct 2010 19:14:42 +0000 (12:14 -0700)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/gcc/gcc-4.5.inc
recipes/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99362.patch [deleted file]

index 900804c..b35ee92 100644 (file)
@@ -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 (file)
index fd825a1..0000000
+++ /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>
-