From 6e9e65c67ae29c8e3985458344097fccc6952711 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Tue, 9 Apr 1996 16:53:18 +0000 Subject: [PATCH] (ASM_OUTPUT_ALIGN): Define and use .balign. From-SVN: r11687 --- gcc/config/i386/gas.h | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) 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<