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

gcc-2.95.3 at LynxOS/x86 v3.0.0


Dear Madam/Sir,

I compiled GCC-2.95.3 for LynxOS/x86 v3.0.0, this version GCC supports
K&R's C and Sroustrup's C++ fully.  There is reason of this action that
gcc 2.7-97r1 from system tool kit does not support all features of C++ ,
and later versions of gcc from  ftp.lynx.com have such limitation.  I
have not tested carefully new version of GCC,  I hope that it works
correctly at LynxOS/x86. At present time I use  changed GCC only.
I made several  changes to GCC 2.95.3 sources for support of LynxOS/x86
v3.0.0
If you are interest in this question, I should be glad to  hear
recommendations from you.

When I built  GCC 2.95.3 at LynxOS/x86 v3.0.0 ,  I found that
1. GCC sources support LynxOS v 2.4.0 only.
2. GCC uses internal own function pwait(…), such label  is named Lynx’s
call.
3. Lynx’s qsort(…)  has incompatible  list parameters with GCC gsort(…)
function,
parameters have other types.

I corrected the files in gcc/config directory, criteria of this changes
is creation of spec file,
that is like gcc2.7-97r1 spec from LynxOS tool kit.   In sources of GCC
I changed
pwait(...) to GCCpwait(...) in 5 files. There are  necessary  little
corrections in gcc/fixinc directory. Like VAX gsort(…) function  the
Q-sort(…) emulation is written for using in GCC sources. My changes is
attached to this letter.



--
Best Regards,
Tatiana
------------------------------------
Budker Institute of Nuclear Physics
prospekt Lavrentev  11
630090, Novosibirsk, RUSSIA
fax     +7 3832 342163
phone   +7 3832 394977
e-mail: salikova@inp.nsk.su

LynxGCC.tgz


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