* config/frv/frv.h (ASM_OUTPUT_ALIGN_WITH_NOP): Define.

From-SVN: r73301
This commit is contained in:
Richard Sandiford 2003-11-06 10:53:04 +00:00 committed by Richard Sandiford
parent 95757874f9
commit def49dc443
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2003-11-06 Richard Sandiford <rsandifo@redhat.com>
* config/frv/frv.h (ASM_OUTPUT_ALIGN_WITH_NOP): Define.
2003-11-06 Momchil Velikov <velco@fadata.bg>
* config/mips/mips.c (override_options): Set MASK_SOFT_FLOAT

View File

@ -2970,6 +2970,9 @@ do { \
#define ASM_OUTPUT_ALIGN(STREAM, POWER) \
fprintf ((STREAM), "\t.p2align %d\n", (POWER))
/* Inside the text section, align with unpacked nops rather than zeros. */
#define ASM_OUTPUT_ALIGN_WITH_NOP(STREAM, POWER) \
fprintf ((STREAM), "\t.p2alignl %d,0x80880000\n", (POWER))
/* Macros Affecting all Debug Formats. */