aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Evans <dje@gnu.org>1996-04-26 02:41:05 +0000
committerDoug Evans <dje@gnu.org>1996-04-26 02:41:05 +0000
commitd45e8c4c759be4d6b6e5ce9f448cb861c0df0060 (patch)
treeba2214eb5df4512617a607de8a0106c8f2272eb6
parentba5e43aaf6bea9d9171b7641556f0421650061ec (diff)
downloadgcc-d45e8c4c759be4d6b6e5ce9f448cb861c0df0060.zip
gcc-d45e8c4c759be4d6b6e5ce9f448cb861c0df0060.tar.gz
gcc-d45e8c4c759be4d6b6e5ce9f448cb861c0df0060.tar.bz2
(ASM_OUTPUT_ALIGN): #if 0 out again.
Undoes change of Apr. 9. From-SVN: r11890
-rw-r--r--gcc/config/i386/gas.h2
1 files changed, 2 insertions, 0 deletions
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. */