]> git.pld-linux.org Git - packages/glibc.git/blob - glibc-sparc_comdat.patch
- updated for 20041122
[packages/glibc.git] / glibc-sparc_comdat.patch
1 --- libc/sysdeps/sparc/sparc32/bits/atomic.h~   2004-03-20 22:24:26.000000000 +0000
2 +++ libc/sysdeps/sparc/sparc32/bits/atomic.h    2004-10-30 16:09:39.606704683 +0000
3 @@ -26,12 +26,8 @@
4     per library and assumes no variable will be accessed using atomic.h
5     macros from two different libraries.  */
6  
7 -__make_section_unallocated
8 -  (".gnu.linkonce.b.__sparc32_atomic_locks, \"aw\", %nobits");
9 -
10  volatile unsigned char __sparc32_atomic_locks[64]
11 -  __attribute__ ((nocommon, section (".gnu.linkonce.b.__sparc32_atomic_locks"
12 -                                    __sec_comment),
13 +  __attribute__ ((nocommon, section (".gnu.linkonce.b.__sparc32_atomic_locks"),
14                   visibility ("hidden")));
15  
16  #define __sparc32_atomic_do_lock(addr) \
This page took 0.021661 seconds and 3 git commands to generate.