re PR bootstrap/15546 (Bootstrap stage3: Undefined references to basic_string)

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
This commit is contained in:
Andrew Pinski 2004-05-25 17:05:43 +00:00 committed by Andrew Pinski
parent d601c996f8
commit 104a401041
2 changed files with 7 additions and 0 deletions

View 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.

View 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) \