]> gcc.gnu.org Git - gcc.git/commitdiff
(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 4d9a38fa8a8440a6750355b0213f708959d0ea0a..b0fece888bf18ba88d6571d28f19d1afeabc3427 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.  */
This page took 0.064526 seconds and 5 git commands to generate.