Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 08 Jul 1998 22:08:49 -0700
From:      John Polstra <jdp@polstra.com>
To:        rminnich@Sarnoff.COM
Cc:        hackers@FreeBSD.ORG
Subject:   Re: p2align
Message-ID:  <199807090508.WAA03001@austin.polstra.com>
In-Reply-To: <Pine.SUN.3.91.980706115611.25896N-100000@terra>
References:  <Pine.SUN.3.91.980706115611.25896N-100000@terra>

next in thread | previous in thread | raw e-mail | index | archive | help
In article <Pine.SUN.3.91.980706115611.25896N-100000@terra>,
Ron G. Minnich <rminnich@Sarnoff.COM> wrote:

> it's in contrib/gcc/config/i386/freebsd.h if that rings any bells. 
> There appears to be no such op in gas? 

Yes, it's supported in the assembler:

    vashon# cd /usr/src/gnu/usr.bin/as
    vashon# grep -3 p2align read.c
    #endif /* NO_LISTING */
	    { "octa",       big_cons,       16      },
	    { "org",        s_org,          0       },
	    { "p2align",    s_align_ptwo,   0       },
    #ifdef NO_LISTING
	    { "psize",      s_ignore,       0       },   /* set paper size */
    #else
--
   John Polstra                                       jdp@polstra.com
   John D. Polstra & Co., Inc.                Seattle, Washington USA
   "Self-knowledge is always bad news."                 -- John Barth

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807090508.WAA03001>