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:
parent
0a39c35062
commit
86d8c251a1
@ -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.
|
||||
|
@ -1668,7 +1668,10 @@ typedef struct xtensa_args {
|
||||
strcmp (fnsectname, ".text") ? fnsectname : ""); \
|
||||
} \
|
||||
if ((SIZE) > 0) \
|
||||
{ \
|
||||
function_section (FUNDECL); \
|
||||
fprintf (FILE, "\t.literal_position\n"); \
|
||||
} \
|
||||
} while (0)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user