|
|
Author: jakub
Update of /cvs/dist/rpms/gcc/FC-4
In directory cvs.devel.redhat.com:/tmp/cvs-serv17571
Modified Files:
gcc4-weakref.patch
Log Message:
4.0.2-7.fc4
gcc4-weakref.patch:
gcc/c-common.c | 42 +++++
gcc/config.in | 6
gcc/configure | 37 +++++
gcc/configure.ac | 5
gcc/defaults.h | 21 ++
gcc/doc/extend.texi | 32 ++++
gcc/gthr-dce.h | 119 ++++++++--------
gcc/gthr-posix.h | 157 +++++++++++----------
gcc/gthr-posix95.h | 163 +++++++++++-----------
gcc/gthr-solaris.h | 123 +++++++++-------
gcc/gthr-tpf.h | 49 +++---
gcc/testsuite/gcc.dg/attr-weakref-1.c | 228 +++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/attr-weakref-1a.c | 8 +
gcc/tree.h | 13 +
gcc/varasm.c | 241 +++++++++++++++++++++++++++++----
libobjc/thr-objc.c | 30 ++++
16 files changed, 963 insertions(+), 311 deletions(-)
Index: gcc4-weakref.patch
===================================================================
RCS file: /cvs/dist/rpms/gcc/FC-4/gcc4-weakref.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gcc4-weakref.patch 21 Nov 2005 10:43:31 -0000 1.1
+++ gcc4-weakref.patch 21 Nov 2005 10:52:19 -0000 1.2
@@ -818,7 +818,7 @@
assemble_name_raw (file, name);
}
-@@ -4330,35 +4355,121 @@ declare_weak (tree decl)
+@@ -4330,35 +4355,124 @@ declare_weak (tree decl)
mark_weak (decl);
}
--
fedora-cvs-commits mailing list
fedora-cvs-commits@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-cvs-commits
|
|