From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,d495ab2e69ad1962 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news1.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!wn13feed!worldnet.att.net!bgtnsc04-news.ops.worldnet.att.net.POSTED!53ab2750!not-for-mail Newsgroups: comp.lang.ada From: anon@anon.org (anon) Subject: Re: Ravenscar-compliant bounded buffer Reply-To: anon@anon.org (anon) References: <1188914005.607732.277400@57g2000hsv.googlegroups.com> <1189194299.326741.151840@50g2000hsm.googlegroups.com> <46e28a6a$0$27847$39db0f71@news.song.fi> <46e3ccfd$1_4@news.bluewin.ch> X-Newsreader: IBM NewsReader/2 2.0 Message-ID: Date: Sun, 09 Sep 2007 11:41:28 GMT NNTP-Posting-Host: 12.64.128.79 X-Complaints-To: abuse@worldnet.att.net X-Trace: bgtnsc04-news.ops.worldnet.att.net 1189338088 12.64.128.79 (Sun, 09 Sep 2007 11:41:28 GMT) NNTP-Posting-Date: Sun, 09 Sep 2007 11:41:28 GMT Organization: AT&T Worldnet Xref: g2news2.google.com comp.lang.ada:1824 Date: 2007-09-09T11:41:28+00:00 List-Id: Showing your TROLLISM! If you check GNU GNAT 4.3 it contains Ada.Numerics.Aux -- for Vxworks which link into GCC C libraies. Ada.Numerics.Aux -- for darwin also links to thier GCC C library. All Ada.Numerics.Aux use the C code. GET OVER IT! YOU CAN NEVER PROVE THAT GNAT DOES NOT INCLUDE LINK INTO THE GCC C LIBRARIES! AND THESE LIBRARY ROUTINES ARE LINKED INTO YOU CODE IF YOU NEED THOSE ROUTINES! AND AS FOR YOUR OTHER POST NO PROVE EITHER! MINE PAPERS AT ACM. In <46e3ccfd$1_4@news.bluewin.ch>, Gautier writes: >anon wrote: >> WHERE IS YOU PROOF!!! If your going to call a person a liar then you >> should provide proof it or just say that your a TROLL and be done with >> it. It seams that people here love to argue but give no proof of what >> they say. > >Yeah, that's a problem, especially people who write things like: > > And since GNAT is built >> with the GCC libraries the trig. and other math functions will be >> wriiten in C to interface with the FPU or to the FPU emulation >> package, which is also written in C. > >....which is pretty easy to check that it is wrong: perhaps widely outdated, or >just an unverified guess-work. In your GNAT adainclude directory, look at > Ada.Numerics.Generic_Elementary_Functions, >body: a-ngelfu.adb, which refers to > Ada.Numerics.Aux >body: a-numaux.adb which uses (at least the for x86) only machine code >insertions to directly access the FPU - no C code around... >Apparently, before 1998 (when GNAT's Ada.Numerics.Aux began to exist), GNAT's >Ada.Numerics.Generic_Elementary_Functions used only the C math.h code as the >comment at the body's begin suggests, but it is no more the case for every >platform since then. >______________________________________________________________ >Gautier -- http://www.mysunrise.ch/users/gdm/index.htm >Ada programming -- http://www.mysunrise.ch/users/gdm/gsoft.htm > >NB: For a direct answer, e-mail address on the Web site!