According to Brin:
I agree Forget about the p_sin func, but make anlias, ie #define p_sin(x) sin(x)
This doesn't change anything since the GPC-compiled program and the run time library communicate through the linker, and a `#define' alias is invisible for the linker.
There is, however, a "linker alias" we could use to define the symbol `_p_sin' as an alias for `sin'. Something like "__asm__ (.foobar "_p_sin", "sin"). Somebody knows? Should we use it?
BTW, Neal (or Brin? <confused>), you bumped against my News spam blocker. My real e-mail address is peter.gerwinski@uni-essen.de or peter@agnes.dida.physik.uni-essen.de.
Greetings,
Peter
Dipl.-Phys. Peter Gerwinski, Essen, Germany, free physicist and programmer peter.gerwinski@uni-essen.de - http://home.pages.de/~peter.gerwinski/ [970201] maintainer GNU Pascal [970714] - http://home.pages.de/~gnu-pascal/ [970125]
--------------------------------------------------- Neal Walfield - Brin@star.net Contentio Litterae v1.00 - Out August 97 USA: http://www.geocities.com/Eureka/Park/5319 England: http://www.fortunecity.com/skyscrapper/Millenit/76
On Sat, 9 Aug 1997, Peter Gerwinski wrote:
According to Brin:
I agree Forget about the p_sin func, but make anlias, ie #define p_sin(x) sin(x)
This doesn't change anything since the GPC-compiled program and the run time library communicate through the linker, and a `#define' alias is invisible for the linker.
There is, however, a "linker alias" we could use to define the symbol `_p_sin' as an alias for `sin'. Something like "__asm__ (.foobar "_p_sin", "sin"). Somebody knows? Should we use it?
Sounds like a good replacement
BTW, Neal (or Brin? <confused>), you bumped against my News spam
Either
blocker. My real e-mail address is peter.gerwinski@uni-essen.de
I noticed
or peter@agnes.dida.physik.uni-essen.de.
Greetings,
Peter
Dipl.-Phys. Peter Gerwinski, Essen, Germany, free physicist and programmer peter.gerwinski@uni-essen.de - http://home.pages.de/~peter.gerwinski/ [970201] maintainer GNU Pascal [970714] - http://home.pages.de/~gnu-pascal/ [970125]