From: dje Date: Tue, 9 Apr 1996 16:53:18 +0000 (+0000) Subject: (ASM_OUTPUT_ALIGN): Define and use .balign. X-Git-Url: http://git.sourceforge.jp/view?a=commitdiff_plain;h=96910ab09e6faa6196efa5eb2f129441fb98c30b;p=pf3gnuchains%2Fgcc-fork.git (ASM_OUTPUT_ALIGN): Define and use .balign. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@11687 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/config/i386/gas.h b/gcc/config/i386/gas.h index d02015723ba..4d9a38fa8a8 100644 --- a/gcc/config/i386/gas.h +++ b/gcc/config/i386/gas.h @@ -1,5 +1,5 @@ -/* Definitions for Intel 386 running system V with gnu tools - Copyright (C) 1988, 1993, 1994 Free Software Foundation, Inc. +/* Definitions for Intel 386 using GAS. + Copyright (C) 1988, 1993, 1994, 1996 Free Software Foundation, Inc. This file is part of GNU CC. @@ -71,13 +71,18 @@ Boston, MA 02111-1307, USA. */ #define TARGET_MEM_FUNCTIONS -#if 0 /* People say gas uses the log as the arg to .align. */ -/* When using gas, .align N aligns to an N-byte boundary. */ +/* In the past there was confusion as to what the argument to .align was + in GAS. For the last several years the rule has been this: for a.out + file formats that argument is LOG, and for all other file formats the + argument is 1<