Commit def49dc4 by Richard Sandiford Committed by Richard Sandiford

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

From-SVN: r73301
parent 95757874
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
......
......@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment