diff options
author | Richard Stallman <rms@gnu.org> | 1992-07-12 21:14:56 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-07-12 21:14:56 +0000 |
commit | da968ff33f5f1305ba871321e902de9b0dea9a93 (patch) | |
tree | 886604b893c74ffbb22b33214990fcd431beedf9 /gcc | |
parent | 978d7af3bf7e66c5721cc274915c5665cc3a9dbe (diff) | |
download | gcc-da968ff33f5f1305ba871321e902de9b0dea9a93.zip gcc-da968ff33f5f1305ba871321e902de9b0dea9a93.tar.gz gcc-da968ff33f5f1305ba871321e902de9b0dea9a93.tar.bz2 |
(ASM_OUTPUT_ALIGNED_LOCAL): Previous change #undef'ed this too.
(ASM_OUTPUT_ALIGNED_LOCAL): Previous change #undef'ed this too.
From-SVN: r1578
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/m68k/m68kv4.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/m68k/m68kv4.h b/gcc/config/m68k/m68kv4.h index 2cf5dc4..cd49577 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 |