aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorStan Cox <coxs@gnu.org>1996-08-09 20:51:08 +0000
committerStan Cox <coxs@gnu.org>1996-08-09 20:51:08 +0000
commita1a478c5fec79ed87ecbb84463a0163c2eecd28c (patch)
tree27ca349a5a38d2c260c10e4c74e2695274e475ff /gcc
parentc73964b2fbce812d4ef49cdcb82b57a1550cfffa (diff)
downloadgcc-a1a478c5fec79ed87ecbb84463a0163c2eecd28c.zip
gcc-a1a478c5fec79ed87ecbb84463a0163c2eecd28c.tar.gz
gcc-a1a478c5fec79ed87ecbb84463a0163c2eecd28c.tar.bz2
(RTX_COSTS): rtx_cost should pass two parameters.
From-SVN: r12607
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/i386/go32.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config/i386/go32.h b/gcc/config/i386/go32.h
index e021bf7..68bb19e 100644
--- a/gcc/config/i386/go32.h
+++ b/gcc/config/i386/go32.h
@@ -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. */