Re: [fpc-pascal] Other linkers support

2016-12-01 Thread denisgolovan
I've received an answer to my reported bug https://sourceware.org/bugzilla/show_bug.cgi?id=20870 Could anyone from FPC team comment anything there? 19.11.2016, 14:53, "Jonas Maebe" : > denisgolovan wrote: > >>  18.11.2016, 13:00, "Jonas Maebe" : >>>  denisgolovan wrote on Fri, 18 Nov 2016: >>> >

Re: [fpc-pascal] Other linkers support

2016-11-19 Thread Jonas Maebe
denisgolovan wrote: > 18.11.2016, 13:00, "Jonas Maebe" : >> denisgolovan wrote on Fri, 18 Nov 2016: >> >>> Last time I tried, ld scripts generated by fpc caused some errors on >>> gold linker. >>> Are there any plans for support anything else besides standard ld? >> Gold and lld are supposed to

Re: [fpc-pascal] Other linkers support

2016-11-19 Thread denisgolovan
Ok. See http://bugs.freepascal.org/view.php?id=30956 then. 18.11.2016, 13:00, "Jonas Maebe" : > denisgolovan wrote on Fri, 18 Nov 2016: > >>  Last time I tried, ld scripts generated by fpc caused some errors on >>  gold linker. >>  Are there any plans for support anything else besides standard ld

Re: [fpc-pascal] Other linkers support

2016-11-18 Thread fredvs
Thanks Jonas for your bright light. Fre;D - Many thanks ;-) -- View this message in context: http://free-pascal-general.1045716.n5.nabble.com/Other-linkers-support-tp5726880p5726887.html Sent from the Free Pascal - General mailing list archive at Nabble.com. ___

Re: [fpc-pascal] Other linkers support

2016-11-18 Thread Jonas Maebe
fredvs wrote on Fri, 18 Nov 2016: FPC has a built-in linker for Windows. Ha, I understand now why fpc-Windows creates perfect binaries. ;-) And why it is currently broken when used with object files generated by newer gcc versions: http://bugs.freepascal.org/view.php?id=30614 Hum, is t

Re: [fpc-pascal] Other linkers support

2016-11-18 Thread fredvs
> FPC has a built-in linker for Windows. Ha, I understand now why fpc-Windows creates perfect binaries. ;-) Hum, is there plan for a "pure fpc unix linker" ? Thanks. Fre;D - Many thanks ;-) -- View this message in context: http://free-pascal-general.1045716.n5.nabble.com/Other-linkers-s

Re: [fpc-pascal] Other linkers support

2016-11-18 Thread Jonas Maebe
fredvs wrote on Fri, 18 Nov 2016: What linker is used for Windows ? FPC has a built-in linker for Windows. Does it exist some (dis)advantage(s) to use Gold or lld vs ld in Unix systems ? Gold and lld are generally faster than ld. Jonas ___ fpc

Re: [fpc-pascal] Other linkers support

2016-11-18 Thread fredvs
Hello. What linker is used for Windows ? Does it exist some (dis)advantage(s) to use Gold or lld vs ld in Unix systems ? Thanks. Fre;D - Many thanks ;-) -- View this message in context: http://free-pascal-general.1045716.n5.nabble.com/Other-linkers-support-tp5726880p5726882.html Sent fr

Re: [fpc-pascal] Other linkers support

2016-11-18 Thread Jonas Maebe
denisgolovan wrote on Fri, 18 Nov 2016: Last time I tried, ld scripts generated by fpc caused some errors on gold linker. Are there any plans for support anything else besides standard ld? Gold and lld are supposed to be compatible with GNU ld (bar ancient stuff that is no longer relevant