freebsd-src/gnu
John Polstra 850a26162a Support the ".p2align" directive, which is standard in newer versions
of binutils.  For all architectures and object file formats,
".p2align n" aligns to the next multiple of 2**n.  Thus for FreeBSD,
it does exactly the same thing as the traditional ".align".

The old ".align" directive has different meanings in different
object formats, and even in different variants of a.out.  Sometimes
is aligns to a multiple of n, and other times it aligns to a multiple
of 2**n.  ".p2align" is preferable for use in assembly language
sources, since it makes them more portable to object formats other
than a.out.
1997-03-29 02:16:44 +00:00
..
gnu2bmake Revert $FreeBSD$ to $Id$ 1997-02-22 15:48:31 +00:00
include Revert $FreeBSD$ to $Id$ 1997-02-22 15:48:31 +00:00
lib Fix various overflows for items longer then menu width. 1997-02-28 19:18:47 +00:00
libexec Fix some $ Id$ in $ Log$ expansion problems. :-( (added spaces just in 1997-02-23 06:56:46 +00:00
usr.bin Support the ".p2align" directive, which is standard in newer versions 1997-03-29 02:16:44 +00:00
usr.sbin Revert $FreeBSD$ to $Id$ 1997-02-22 15:48:31 +00:00
COPYING
COPYING.LIB
Makefile Revert $FreeBSD$ to $Id$ 1997-02-22 15:48:31 +00:00