mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-24 05:39:10 +08:00
* config/frv/frv.h (ASM_OUTPUT_ALIGN_WITH_NOP): Define.
From-SVN: r73301
This commit is contained in:
parent
95757874f9
commit
def49dc443
@ -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
|
||||
|
@ -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. */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user