Subject: a.out vs. ELF .align
To: None <port-m68k@netbsd.org>
From: Klaus Klein <kleink@serpens.de>
List: port-m68k
Date: 05/12/2001 03:16:29
Hi folks,

just as a short reminder for those who are about to switch over their
m68k port to ELF: the interpretation of the .align directive has
changed in the ELF toolchain.  While its argument is log2(alignment)
on a.out, it is now linear; I've updated the ports which have already
been switched to reflect this.


- Klaus