[fpc-devel]RPMs and DEBs

2003-09-12 Thread Mattias Gaertner
Hi, How is maintaining the RPMs and DEBs? For example the spec and rules files? Mattias ___ fpc-devel maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel]RPMs and DEBs

2003-09-12 Thread Peter Vreman
Hi, How is maintaining the RPMs and DEBs? For example the spec and rules files? There is no official maintainer. I guess that i made the last changes to the files. Peter ___ fpc-devel maillist - [EMAIL PROTECTED]

[fpc-devel]align directive in {$asmmode intel} patch

2003-09-12 Thread Nikolay Nikolov
I made a patch that adds an 'align' directive in {$asmmode intel}, it is the same as '.balign' on {$asmmode att}. I also enabled .bss aligning in the nasm writer. (using alignb) *** ag386nsm.pas.oldFri Sep 12 22:17:15 2003 --- ag386nsm.pas.newFri Sep 12 22:18:14 2003 *** ***