OSDN Git Service

* config/frv/frv.h (ASM_OUTPUT_ALIGN_WITH_NOP): Define.
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 6 Nov 2003 10:53:04 +0000 (10:53 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 6 Nov 2003 10:53:04 +0000 (10:53 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@73301 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/frv/frv.h

index 1d5f9a6..a78dda5 100644 (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
index 2f958da..336e253 100644 (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))
 \f
 /* Macros Affecting all Debug Formats.  */