[fpc-pascal] GNU binutils in Windows installer

2009-02-23 Thread leledumbo

FPC under Windows uses its own internal assembler and linker (and resource
compiler, too?). Is it still necessary to have them? If not, why bloat the
installer with them?
-- 
View this message in context: 
http://www.nabble.com/GNU-binutils-in-Windows-installer-tp22174208p22174208.html
Sent from the Free Pascal - General mailing list archive at Nabble.com.

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


Re: [fpc-pascal] GNU binutils in Windows installer

2009-02-23 Thread Vincent Snijders

leledumbo schreef:

FPC under Windows uses its own internal assembler and linker (and resource
compiler, too?). Is it still necessary to have them? If not, why bloat the
installer with them?


At times, they can be useful for bugs (or missing features) in the internal 
linker.

The external assembler comes in handy if you compile with -alr. Then you are sure 
that the shown assembler in the .s files is the same assembler as used when 
compiling/running your program/units.


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