xtensa.h (ASM_OUTPUT_POOL_PROLOGUE): Emit a ".literal_position" directive before the constant pool.

* config/xtensa/xtensa.h (ASM_OUTPUT_POOL_PROLOGUE): Emit a
        ".literal_position" directive before the constant pool.

From-SVN: r51096
This commit is contained in:
Bob Wilson 2002-03-20 22:43:11 +00:00 committed by Bob Wilson
parent 0a39c35062
commit 86d8c251a1
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2002-03-20 Bob Wilson <bob.wilson@acm.org>
* config/xtensa/xtensa.h (ASM_OUTPUT_POOL_PROLOGUE): Emit a
".literal_position" directive before the constant pool.
2002-03-20 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
* doc/contrib.texi (Contributors): Update Geoffrey Keating.

View File

@ -1668,7 +1668,10 @@ typedef struct xtensa_args {
strcmp (fnsectname, ".text") ? fnsectname : ""); \
} \
if ((SIZE) > 0) \
function_section (FUNDECL); \
{ \
function_section (FUNDECL); \
fprintf (FILE, "\t.literal_position\n"); \
} \
} while (0)