delorie.com/archives/browse.cgi | search |
Date: | Sun, 4 Jul 1999 15:42:35 +0300 (IDT) |
From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
X-Sender: | eliz AT is |
To: | salvador <salvador AT inti DOT gov DOT ar> |
cc: | djgpp-workers AT delorie DOT com, Robert Hoehne <robert DOT hoehne AT gmx DOT net>, |
Eric Rudd <rudd AT cyberoptics DOT com> | |
Subject: | Re: .align directives in libc.a |
In-Reply-To: | <377BB217.2FFBAEA8@inti.gov.ar> |
Message-ID: | <Pine.SUN.3.91.990704154148.13333G-100000@is> |
MIME-Version: | 1.0 |
Reply-To: | djgpp-workers AT delorie DOT com |
X-Mailing-List: | djgpp-workers AT delorie DOT com |
X-Unsubscribes-To: | listserv AT delorie DOT com |
On Thu, 1 Jul 1999, salvador wrote: > Can we tell Gas to use "int 3" (or other trap) when pading between functions? The alignment pseudo-ops allow to define the value of the byte with which to pad. Thus, ".p2align 3,0xcc" should pad to 8-byte boundary with Int 3 instructions. But why is this a good idea?
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |