4.1.1-14
This commit is contained in:
parent
a95436ce1e
commit
8b4105bed9
@ -1 +1 @@
|
||||
gcc-4.1.1-20060721.tar.bz2
|
||||
gcc-4.1.1-20060802.tar.bz2
|
||||
|
@ -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);
|
||||
+
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user