(RTX_COSTS): rtx_cost should pass two parameters.
From-SVN: r12607
This commit is contained in:
parent
c73964b2fb
commit
a1a478c5fe
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user