-
- Downloads
re PR other/4372 (#pragma weak pthread* inclusion causes applications to crash...
re PR other/4372 (#pragma weak pthread* inclusion causes applications to crash without a linker error when one forgets to link with -lpthread) gcc/ChangeLog: PR other/4372 * gthr-dce.h, gthr-posix.h, gthr-posix95.h, gthr-solaris.h, gthr-tpf.h: Define __gthrw. For all identifiers that might be weak, introduce weakrefs or non-weak aliases with __gthrw, and prefix all uses with __ghtrw. libobjc/ChangeLog: PR other/4372 * thr-objc.c (_XOPEN_SOURCE): Define. From-SVN: r106704
Showing
- gcc/ChangeLog 8 additions, 0 deletionsgcc/ChangeLog
- gcc/gthr-dce.h 67 additions, 55 deletionsgcc/gthr-dce.h
- gcc/gthr-posix.h 83 additions, 72 deletionsgcc/gthr-posix.h
- gcc/gthr-posix95.h 86 additions, 75 deletionsgcc/gthr-posix95.h
- gcc/gthr-solaris.h 69 additions, 57 deletionsgcc/gthr-solaris.h
- gcc/gthr-tpf.h 27 additions, 20 deletionsgcc/gthr-tpf.h
- libobjc/ChangeLog 5 additions, 0 deletionslibobjc/ChangeLog
- libobjc/thr-objc.c 4 additions, 0 deletionslibobjc/thr-objc.c
Loading
Please register or sign in to comment