Hi,

linker complains about undefined symbol  .Lj3016

I checked *.s files and found that one file has no label .Lj3016 but has following line:

    leaq       .Lj3016(%rip),%rdx

Am I correct that that this *.s file should also have a label?

Thanks,
Gena

On 9/4/2021 5:09 AM, Bart via fpc-devel wrote:
On Sat, Sep 4, 2021 at 3:26 AM Gennady Agranov via fpc-devel
<fpc-devel@lists.freepascal.org> wrote:

IIRC then there were som bugs regarding optimization in win64.
You can try to compile with optimizations disabled: -O- (or use the
Lazarus dialog to do so).


_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Reply via email to