re PR bootstrap/15546 (Bootstrap stage3: Undefined references to basic_string)
authorAndrew Pinski <pinskia@physics.uc.edu>
Tue, 25 May 2004 17:05:43 +0000 (17:05 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Tue, 25 May 2004 17:05:43 +0000 (10:05 -0700)
2004-05-25  Andrew Pinski  <pinskia@physics.uc.edu>

        PR target/15546
        * config/ia64/ia64.h (ASM_OUTPUT_FDESC): Mark the DECL
        as needed to be outputted.

From-SVN: r82249

gcc/ChangeLog
gcc/config/ia64/ia64.h

index 92052a4..5819e6c 100644 (file)
@@ -1,3 +1,9 @@
+2004-05-25  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       PR target/15546
+       * config/ia64/ia64.h (ASM_OUTPUT_FDESC): Mark the DECL
+       as needed to be outputted.
+
 2004-05-25  Jan Hubicka  <jh@suse.cz>
 
        * builtins.def (__builtin_expect):  Mark the function as const&nothrow.
index b0f4dc6..ef57c37 100644 (file)
@@ -1478,6 +1478,7 @@ do {                                                                      \
         fputs ("\tdata8.ua @iplt(", FILE);                             \
       else                                                             \
         fputs ("\tdata16.ua @iplt(", FILE);                            \
+      mark_decl_referenced (DECL);                                     \
       assemble_name (FILE, XSTR (XEXP (DECL_RTL (DECL), 0), 0));       \
       fputs (")\n", FILE);                                             \
       if (TARGET_ILP32)                                                        \