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]

re: i386-netbsdelf description


   
   > + i[34567]86-*-netbsdelf*)
   > + 	tm_file=i386/netbsd-elf.h
   
   Can this use the new-style tm_file with a list of headers to include
   rather than old-style where one header includes others?

sure.
   
   > #undef WCHAR_TYPE
   > #define WCHAR_TYPE "int"
   
   You probably want to define WINT_TYPE as well.  (This applies to most
   machine descriptions that don't already define it - unless the "unsigned
   int" default is correct or the target is old enough not to know anything
   about wint_t.)

thanks.


i'll test this out and submit a new patch.


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