This commit is contained in:
Jakub Jelinek 2006-08-02 21:29:50 +00:00
parent a95436ce1e
commit 8b4105bed9
4 changed files with 4 additions and 6 deletions

View File

@ -1 +1 @@
gcc-4.1.1-20060721.tar.bz2
gcc-4.1.1-20060802.tar.bz2

View File

@ -22,7 +22,7 @@
-extern void* memcpy (void *, const void *, __SIZE_TYPE__);
-#pragma GCC visibility pop
-
-struct a { int a[10]; };
-struct a { int a[1024]; };
-
-extern void *bar (struct a *, struct a *, int);
-
@ -50,7 +50,7 @@
+extern void* memcpy (void *, const void *, __SIZE_TYPE__);
+#pragma GCC visibility pop
+
+struct a { int a[10]; };
+struct a { int a[1024]; };
+
+extern void *bar (struct a *, struct a *, int);
+

View File

@ -452,8 +452,6 @@ which are required to run programs compiled with the GNAT.
sed -i -e 's/4\.1\.2/4.1.1/' gcc/BASE-VER gcc/version.c
sed -i -e 's/" (Red Hat[^)]*)"/" (Red Hat %{version}-%{gcc_release})"/' gcc/version.c
find . -name \*.java-backport~ | xargs rm
cp -a libstdc++-v3/config/cpu/i{4,3}86/atomicity.h
# Hack to avoid building multilib libjava

View File

@ -1 +1 @@
e5945134c55627b8e8d40d02966607df gcc-4.1.1-20060721.tar.bz2
bea3fb5e55d9510ad89e03d521fe5744 gcc-4.1.1-20060802.tar.bz2