From: Andrew Pinski Date: Tue, 25 May 2004 17:05:43 +0000 (+0000) Subject: re PR bootstrap/15546 (Bootstrap stage3: Undefined references to basic_string) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=104a401041fd76a07d6da9a1f28bdbf37d10f74d;p=gcc.git re PR bootstrap/15546 (Bootstrap stage3: Undefined references to basic_string) 2004-05-25 Andrew Pinski PR target/15546 * config/ia64/ia64.h (ASM_OUTPUT_FDESC): Mark the DECL as needed to be outputted. From-SVN: r82249 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 92052a4bf3e..5819e6c34c4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2004-05-25 Andrew Pinski + + PR target/15546 + * config/ia64/ia64.h (ASM_OUTPUT_FDESC): Mark the DECL + as needed to be outputted. + 2004-05-25 Jan Hubicka * builtins.def (__builtin_expect): Mark the function as const¬hrow. diff --git a/gcc/config/ia64/ia64.h b/gcc/config/ia64/ia64.h index b0f4dc64bce..ef57c37878d 100644 --- a/gcc/config/ia64/ia64.h +++ b/gcc/config/ia64/ia64.h @@ -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) \