From d45e8c4c759be4d6b6e5ce9f448cb861c0df0060 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Fri, 26 Apr 1996 02:41:05 +0000 Subject: [PATCH] (ASM_OUTPUT_ALIGN): #if 0 out again. Undoes change of Apr. 9. From-SVN: r11890 --- gcc/config/i386/gas.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gcc/config/i386/gas.h b/gcc/config/i386/gas.h index 4d9a38f..b0fece8 100644 --- a/gcc/config/i386/gas.h +++ b/gcc/config/i386/gas.h @@ -80,9 +80,11 @@ Boston, MA 02111-1307, USA. */ doubt or guess work, and since this file is used for both a.out and other file formats, we use one of them. */ +#if 0 /* ??? However, not every port uses binutils 2.6 yet. */ #undef ASM_OUTPUT_ALIGN #define ASM_OUTPUT_ALIGN(FILE,LOG) \ if ((LOG)!=0) fprintf ((FILE), "\t.balign %d\n", 1<<(LOG)) +#endif /* Align labels, etc. at 4-byte boundaries. For the 486, align to 16-byte boundary for sake of cache. */ -- 2.7.4