Re: [fpc-devel] Re: [fpc-pascal] Calling unassigned procedure gives no stack trace with -gl

2005-07-14 Thread Marco van de Voort
> > > > > > So, where should a solution come from? Where in the software/hardware > > > chain would a change be needed to make it work properly? > > > > For *nix: prt/crt0, there is a xorl %ebp,%ebp But there might be code > > that relies on this (main program's parent's frame being nil) > > (

[fpc-devel] Re: [fpc-pascal] Calling unassigned procedure gives no stack trace with -gl

2005-07-14 Thread Tom Verhoeff
On Thu, Jul 14, 2005 at 04:05:04PM +0200, Marco van de Voort wrote: > > On Thu, Jul 14, 2005 at 10:27:01AM +0200, Peter Vreman wrote: > > > > Tom Verhoeff a ?crit : > > > > > > > > The point is that there is no stack trace with line numbers on the > > > > (obviously correct) exception, in spite of

Re: [fpc-devel] dateutils: ...julian...

2005-07-14 Thread Gerhard Scholz
I have seen, that the Julian-Routines in dateutils are a little bit incomplete. Since I have a working Julian (and the other way round: nailuJ) -function, I could integrate them, or deliver the functions so somebody else who wants to integrate them. For integrating I would need more information a