------- Comment #8 from jakub at gcc dot gnu dot org  2005-11-23 20:24 -------
touch libgfortran/runtime/environ.c
make all-target-libgfortran > LOG
then either cut'n'paste the line that compiled environ.c and replace -c with
-E -dD and -o ..../environ.o with -o /tmp/environ.i and run that command,
or do the same with sed or something similar and pipe it to shell.

__gthrw_* routines are recently introduced routines in gthr*.h, which either
have the new weakref attribute or through __asm () are redirected to the real
routines.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24991

Reply via email to