]> gcc.gnu.org Git - gcc.git/commitdiff
(RTX_COSTS): rtx_cost should pass two parameters.
authorStan Cox <coxs@gnu.org>
Fri, 9 Aug 1996 20:51:08 +0000 (20:51 +0000)
committerStan Cox <coxs@gnu.org>
Fri, 9 Aug 1996 20:51:08 +0000 (20:51 +0000)
From-SVN: r12607

gcc/config/i386/go32.h

index e021bf780a8c50a3718165ce2d5c122829ce0cc7..68bb19ef9370b42dba13ab2ecc722fcdb942a8e8 100644 (file)
@@ -61,6 +61,12 @@ dtor_section ()                                                      \
     fprintf (FILE, "\n");                      \
   } while (0)
 
+/* Allow (eg) __attribute__((section "locked")) to work */
+#define ASM_OUTPUT_SECTION_NAME(FILE, DECL, NAME)\
+  do {                                         \
+    fprintf (FILE, "\t.section %s\n", NAME);   \
+  } while (0)
+
 /* This is how to output an assembler line
    that says to advance the location counter
    to a multiple of 2**LOG bytes.  */
This page took 0.069823 seconds and 5 git commands to generate.