(RTX_COSTS): rtx_cost should pass two parameters.

From-SVN: r12607
This commit is contained in:
Stan Cox 1996-08-09 20:51:08 +00:00
parent c73964b2fb
commit a1a478c5fe

View 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. */