This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: PATCH for gcc2.95 vxworks5.4 compilers
- To: "Brad M. Garcia" <bgarcia at fore dot com>
- Subject: Re: PATCH for gcc2.95 vxworks5.4 compilers
- From: Jim Wilson <wilson at cygnus dot com>
- Date: Wed, 25 Aug 1999 12:14:34 -0700
- Cc: law at cygnus dot com, gcc-bugs at gcc dot gnu dot org
- Newsgroups: cygnus.egcs.bugs
- Organization: Cygnus Solutions, CA
In article <3879.935566217@upchuck.cygnus.com> you write:
>If other versions of vxworks have a different definition of size_t, then you
>will need to make new configuration files for vxworks 5.4.
i960 vxworks 5.0 used "unsigned long", but it appears that all versions from
5.1 and later use "unsigned int". I don't have any 5.0 versions other than
i960 to look at.
I believe there are still people using i960-vxworks5.0, so we shouldn't break
that target. Perhaps a special configuration file just for vxworks 5.0 is
the right solution.
Jim