OSDN Git Service

* config/xtensa/xtensa.h (ASM_OUTPUT_POOL_PROLOGUE): Emit a
[pf3gnuchains/gcc-fork.git] / gcc / config / xtensa / xtensa.h
index 4cd8616..0c7646b 100644 (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)