From a1a478c5fec79ed87ecbb84463a0163c2eecd28c Mon Sep 17 00:00:00 2001 From: Stan Cox Date: Fri, 9 Aug 1996 20:51:08 +0000 Subject: (RTX_COSTS): rtx_cost should pass two parameters. From-SVN: r12607 --- gcc/config/i386/go32.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gcc') 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. */ -- cgit v1.1