From da968ff33f5f1305ba871321e902de9b0dea9a93 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Sun, 12 Jul 1992 21:14:56 +0000 Subject: [PATCH] (ASM_OUTPUT_ALIGNED_LOCAL): Previous change #undef'ed this too. (ASM_OUTPUT_ALIGNED_LOCAL): Previous change #undef'ed this too. From-SVN: r1578 --- gcc/config/m68k/m68kv4.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/config/m68k/m68kv4.h b/gcc/config/m68k/m68kv4.h index 2cf5dc4699d..cd49577373e 100644 --- a/gcc/config/m68k/m68kv4.h +++ b/gcc/config/m68k/m68kv4.h @@ -186,6 +186,7 @@ do { \ 1 byte alignment. Don't generate alignment for COMMON seems to be safer until we the assembler is fixed. */ #undef ASM_OUTPUT_ALIGNED_COMMON +/* Same problem with this one. */ #undef ASM_OUTPUT_ALIGNED_LOCAL /* The `string' directive on m68k svr4 does not handle string with -- 2.30.2