Re: Ada Broken with h_errno change

2005-11-17 Thread Thomas Quinot
o commit? I'd first like to understand what exactly the situation is. -- Thomas Quinot, Ph.D. ** [EMAIL PROTECTED] ** Senior Software Engineer AdaCore -- Paris, France -- New York, USA

Re: Ada Broken with h_errno change

2005-11-18 Thread Thomas Quinot
hat it is necessary because of the way the bootstrap procedure is organized. -- Thomas Quinot, Ph.D. ** [EMAIL PROTECTED] ** Senior Software Engineer AdaCore -- Paris, France -- New York, USA

Re: Ada Broken with h_errno change

2005-11-21 Thread Thomas Quinot
* Joel Sherrill <[EMAIL PROTECTED]>, 2005-11-21 : > How about this? Can I commit it? Looks good, please go ahead. Thanks! Thomas. -- Thomas Quinot, Ph.D. ** [EMAIL PROTECTED] ** Senior Software Engineer AdaCore -- Paris, France -- New York, USA

Re: g-socket.adb error

2009-07-06 Thread Thomas Quinot
the CASE (which currently generates an indexed jump). What we could do would be to build an array mapping errno to Error_Type values at initialization time, and then index that array (however that means we'd have to know the maximum range of errnos). Or alternatively we could assign distinct

Re: g-socket.adb error

2009-07-06 Thread Thomas Quinot
ft them turned off. OK, understood, so my advice would be to resurrect in newlib those errno values that are known by g-socket so that they have distinct values. Thomas. -- Thomas Quinot, Ph.D. ** qui...@adacore.com ** Senior Software Engineer AdaCore -- Paris, France -- New York, USA

Re: s-oscons technique does not work for RTEMS

2008-08-07 Thread Thomas Quinot
available to the build process. I know others have used this method on some cross targets. Thomas. -- Thomas Quinot, Ph.D. ** [EMAIL PROTECTED] ** Senior Software Engineer AdaCore -- Paris, France -- New York, USA