]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
xtensa.h (ASM_OUTPUT_POOL_PROLOGUE): Pass flag_function_sections as new 3rd arg to...
authorBob Wilson <bob.wilson@acm.org>
Thu, 27 Jun 2002 23:35:13 +0000 (23:35 +0000)
committerBob Wilson <bwilson@gcc.gnu.org>
Thu, 27 Jun 2002 23:35:13 +0000 (23:35 +0000)
        * config/xtensa/xtensa.h (ASM_OUTPUT_POOL_PROLOGUE): Pass
        flag_function_sections as new 3rd arg to resolve_unique_section.

From-SVN: r55047

gcc/ChangeLog
gcc/config/xtensa/xtensa.h

index 41be19fa6c52f0460b6fb1683d807545e60ea2e4..8751f5854300a4c70864248a050ff6fc46266b49 100644 (file)
@@ -1,3 +1,8 @@
+2002-06-27  Bob Wilson  <bob.wilson@acm.org>
+
+       * config/xtensa/xtensa.h (ASM_OUTPUT_POOL_PROLOGUE): Pass
+       flag_function_sections as new 3rd arg to resolve_unique_section.
+       
 2002-06-27  Neil Booth  <neil@daikokuya.co.uk>
 
        PR preprocessor/7070
index e03437a83eb639fdd06456ede82cebd619ee0f6a..d49f57bd849f82090171430dd18d59d6788ef354 100644 (file)
@@ -1665,7 +1665,7 @@ typedef struct xtensa_args {
 #define ASM_OUTPUT_POOL_PROLOGUE(FILE, FUNNAME, FUNDECL, SIZE)          \
   do {                                                                 \
     tree fnsection;                                                    \
-    resolve_unique_section ((FUNDECL), 0);                             \
+    resolve_unique_section ((FUNDECL), 0, flag_function_sections);     \
     fnsection = DECL_SECTION_NAME (FUNDECL);                           \
     if (fnsection != NULL_TREE)                                                \
       {                                                                        \