xtensa.h (ASM_OUTPUT_POOL_PROLOGUE): Switch to function_section before writing out the constant pool.
* config/xtensa/xtensa.h (ASM_OUTPUT_POOL_PROLOGUE): Switch to function_section before writing out the constant pool. From-SVN: r50663
This commit is contained in:
parent
bcb64245e6
commit
958c70ff9d
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2002-03-12 Bob Wilson <bob.wilson@acm.org>
|
||||
|
||||
* config/xtensa/xtensa.h (ASM_OUTPUT_POOL_PROLOGUE): Switch
|
||||
to function_section before writing out the constant pool.
|
||||
|
||||
2002-03-12 David Edelsohn <edelsohn@gnu.org>
|
||||
|
||||
* config/rs6000/rs6000.h (PREDICATE_CODES): Add any_operand and
|
||||
|
|
|
@ -1655,6 +1655,8 @@ typedef struct xtensa_args {
|
|||
fprintf (FILE, "\t.begin\tliteral_prefix %s\n", \
|
||||
strcmp (fnsectname, ".text") ? fnsectname : ""); \
|
||||
} \
|
||||
if ((SIZE) > 0) \
|
||||
function_section (FUNDECL); \
|
||||
} while (0)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue