Re: [fpc-devel] internal error #200602251

2010-09-29 Thread Sven Barth

Am 29.09.2010 00:48, schrieb Willibald Krenn:


Wow, that was quick! Thanks for putting this into trunk in record time!
Cool, now I've got a working FPC and can start hacking on Delphi-like
package stuff :)


Keep us informed about your progress, please :D

Regards,
Sven
___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel


RE: [fpc-devel] internal error #200602251

2010-09-28 Thread Pierre Free Pascal
  Thank you so much!

  It's been a while that I was trying to understand why
stabs generation was messed up for win64 target.
  Your suggestion is correct, I was able to
complete a cycle with DEBUG=1 using internal object writer and
linker and get correct stabs information.
  I will test a complete 'make clean all FPC=ppcx64 DEBUG=1'
at fpcsrc level and check in the fix if it completes successfully.

  Thanks again.

Pierre Muller

 -Message d'origine-
 De : fpc-devel-boun...@lists.freepascal.org [mailto:fpc-devel-
 boun...@lists.freepascal.org] De la part de Willibald Krenn
 Envoyé : Tuesday, September 28, 2010 1:28 AM
 À : FPC developers' list
 Objet : Re: [fpc-devel] internal error #200602251
 
 Proposed fix now in mantis, #0017500. Turns out RELOC_ABSOLUTE32 seems
 to work, I had forgotten to do a proper clean before checking.. :-\
 
 Cheers,
   Willi
 ___
 fpc-devel maillist  -  fpc-devel@lists.freepascal.org
 http://lists.freepascal.org/mailman/listinfo/fpc-devel

___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel


RE: [fpc-devel] internal error #200602251

2010-09-28 Thread Pierre Free Pascal
  The complete compilation worked.
  
Patch committed in rev 16056 in trunk.

  Thanks again!

Pierre

 -Message d'origine-
 De : fpc-devel-boun...@lists.freepascal.org [mailto:fpc-devel-
 boun...@lists.freepascal.org] De la part de Pierre Free Pascal
 Envoyé : Tuesday, September 28, 2010 11:40 AM
 À : 'FPC developers' list'
 Objet : RE: [fpc-devel] internal error #200602251
 
   Thank you so much!
 
   It's been a while that I was trying to understand why
 stabs generation was messed up for win64 target.
   Your suggestion is correct, I was able to
 complete a cycle with DEBUG=1 using internal object writer and
 linker and get correct stabs information.
   I will test a complete 'make clean all FPC=ppcx64 DEBUG=1'
 at fpcsrc level and check in the fix if it completes successfully.
 
   Thanks again.
 
 Pierre Muller
 
  -Message d'origine-
  De : fpc-devel-boun...@lists.freepascal.org [mailto:fpc-devel-
  boun...@lists.freepascal.org] De la part de Willibald Krenn
  Envoyé : Tuesday, September 28, 2010 1:28 AM
  À : FPC developers' list
  Objet : Re: [fpc-devel] internal error #200602251
 
  Proposed fix now in mantis, #0017500. Turns out RELOC_ABSOLUTE32
 seems
  to work, I had forgotten to do a proper clean before checking.. :-\
 
  Cheers,
Willi
  ___
  fpc-devel maillist  -  fpc-devel@lists.freepascal.org
  http://lists.freepascal.org/mailman/listinfo/fpc-devel
 
 ___
 fpc-devel maillist  -  fpc-devel@lists.freepascal.org
 http://lists.freepascal.org/mailman/listinfo/fpc-devel

___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel


Re: [fpc-devel] internal error #200602251

2010-09-28 Thread Willibald Krenn


Wow, that was quick! Thanks for putting this into trunk in record time! 
Cool, now I've got a working FPC and can start hacking on Delphi-like 
package stuff :)



Cheers,
 Willi


Am 28.09.2010 10:40, schrieb Pierre Free Pascal:

   Thank you so much!

   It's been a while that I was trying to understand why
stabs generation was messed up for win64 target.
   Your suggestion is correct, I was able to
complete a cycle with DEBUG=1 using internal object writer and
linker and get correct stabs information.
   I will test a complete 'make clean all FPC=ppcx64 DEBUG=1'
at fpcsrc level and check in the fix if it completes successfully.

   Thanks again.

Pierre Muller

___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel


Re: [fpc-devel] internal error #200602251

2010-09-27 Thread Willibald Krenn
Proposed fix now in mantis, #0017500. Turns out RELOC_ABSOLUTE32 seems 
to work, I had forgotten to do a proper clean before checking.. :-\


Cheers,
 Willi
___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel


Re: [fpc-devel] internal error #200602251

2010-09-26 Thread Willibald Krenn

 Also, I don't know whether the lines


if reloctype=RELOC_RELATIVE then
begin
if win32 then
dec(data,len-4)

in TCoffObjData.writereloc could potenially pose a problem.


Please ignore the above comment in my previous mail.

Cheers,
 Willi
___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel