bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #34832] enable tls variable in windows code for newish gcc


From: Paul D. Smith
Subject: [bug #34832] enable tls variable in windows code for newish gcc
Date: Tue, 15 Nov 2011 20:21:28 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.23) Gecko/20110921 Ubuntu/10.10 (maverick) Firefox/3.6.23

Follow-up Comment #17, bug #34832 (project make):

It is used:

make-cvs$ grep map_windows32_error_to_string *.c
commands.c:                ierr, map_windows32_error_to_string (ierr));
job.c:              error_string = map_windows32_error_to_string (er);
job.c:                             e, map_windows32_error_to_string(e));
job.c:                          exit_code,
map_windows32_error_to_string(exit_code));
job.c:                 err, map_windows32_error_to_string(err));
job.c:                   err, map_windows32_error_to_string(err));
job.c:                  err, exit_code, map_windows32_error_to_string(err));
main.c:                 cp, err, map_windows32_error_to_string(err));
main.c:                 err, map_windows32_error_to_string(err));


And, note, not in ways in which it's easy to capture a returned dynamic buffer
and free it afterwards.  It would involve adding multiple lines of code for
each call.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?34832>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]