diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2011-07-01 11:35:21 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2011-07-01 11:35:21 +0000 |
commit | f6d3fbaf4e93cd03090b28dc3673b72f4c82afca (patch) | |
tree | f05eb7ee4a959535d24dbf2aaae0d03861cee5b3 /toolchain/gcc/patches/4.4.5/305-libmudflap-susv3-legacy.patch | |
parent | 161b3250066a4e60b4dc808c1cc41e16f5ff1f0e (diff) | |
download | master-187ad058-f6d3fbaf4e93cd03090b28dc3673b72f4c82afca.tar.gz master-187ad058-f6d3fbaf4e93cd03090b28dc3673b72f4c82afca.tar.bz2 master-187ad058-f6d3fbaf4e93cd03090b28dc3673b72f4c82afca.zip |
[toolchain]: add the latest avr32 toolchain patches (with additional fixes)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27332 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/gcc/patches/4.4.5/305-libmudflap-susv3-legacy.patch')
-rw-r--r-- | toolchain/gcc/patches/4.4.5/305-libmudflap-susv3-legacy.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/patches/4.4.5/305-libmudflap-susv3-legacy.patch b/toolchain/gcc/patches/4.4.5/305-libmudflap-susv3-legacy.patch index c5653bc4d4..8e2d15f81a 100644 --- a/toolchain/gcc/patches/4.4.5/305-libmudflap-susv3-legacy.patch +++ b/toolchain/gcc/patches/4.4.5/305-libmudflap-susv3-legacy.patch @@ -36,7 +36,7 @@ } -@@ -459,7 +459,7 @@ WRAPPER2(char *, rindex, const char *s, +@@ -459,7 +459,7 @@ WRAPPER2(char *, rindex, const char *s, size_t n = strlen (s); TRACE ("%s\n", __PRETTY_FUNCTION__); MF_VALIDATE_EXTENT(s, CLAMPADD(n, 1), __MF_CHECK_READ, "rindex region"); |