This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
It has nothing to do with libgfortran actually, libgfortran only ever uses the weak pthread function aliases within libgfortran. The reason why weakref attribute has been added is primarily libstdc++, see PR4372, because unlike libgfortran or libobjc, libstdc++ installed headers were using #pragma weak on all pthread_* functions it wanted to use.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |