(ASM_OUTPUT_ALIGN): #if 0 out again.
authorDoug Evans <dje@gnu.org>
Fri, 26 Apr 1996 02:41:05 +0000 (02:41 +0000)
committerDoug Evans <dje@gnu.org>
Fri, 26 Apr 1996 02:41:05 +0000 (02:41 +0000)
Undoes change of Apr. 9.

From-SVN: r11890

gcc/config/i386/gas.h

index 4d9a38f..b0fece8 100644 (file)
@@ -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.  */