This is the mail archive of the gcc-patches@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]

Re: [PATCH 0/4] NetWare adjustments


On Thu, 23 Jul 2009, Jan Beulich wrote:

> Following is a set of changes I found necessary/desirable for i386's
> NetWare sub-target. Two of the patches are identical for trunk and 4.4,
> two have slight differences. In any case, I'd like to ask for permission
> to apply them to both trees.
> 
> 1: basic adjustments, following changes elsewhere in the compiler
> 2: config adjustments to take advantage of TFmode soft float support
> 3: general testsuite adjustments
> 4: AVX-specific testsuite adjustments

I don't see anything in this list about teaching the compiler (trunk only) 
about the stdint.h types on NetWare.  See 
<http://gcc.gnu.org/ml/gcc/2009-04/msg00000.html> for details.  We want 
GCC to know this information for all target OSes it supports (so that e.g. 
the Fortran C bindings work properly) and to have a suitable 
use_gcc_stdint definition in config.gcc, and in general it's best for the 
maintainers of support in GCC for a particular OS to add the information 
for that OS.

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]