NASM v 2.02 on FreeBSD 7.0 produces incorrectly aligned ELF output. When I say "section .text align=32" and watch output file by "readelf -S" I see .text section having alignment 32; when I say "section .data align = 32" or "section .bss align=32" I see both .data and .bss sections having alignment 4. When I use section names .data1 and .bss1, NASM sets their alignments precisely as I say it in...
2009-01-15 23:50:47 UTC in The Netwide Assembler