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:
parent
d601c996f8
commit
104a401041
2 changed files with 7 additions and 0 deletions
|
@ -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>
|
2004-05-25 Jan Hubicka <jh@suse.cz>
|
||||||
|
|
||||||
* builtins.def (__builtin_expect): Mark the function as const¬hrow.
|
* builtins.def (__builtin_expect): Mark the function as const¬hrow.
|
||||||
|
|
|
@ -1478,6 +1478,7 @@ do { \
|
||||||
fputs ("\tdata8.ua @iplt(", FILE); \
|
fputs ("\tdata8.ua @iplt(", FILE); \
|
||||||
else \
|
else \
|
||||||
fputs ("\tdata16.ua @iplt(", FILE); \
|
fputs ("\tdata16.ua @iplt(", FILE); \
|
||||||
|
mark_decl_referenced (DECL); \
|
||||||
assemble_name (FILE, XSTR (XEXP (DECL_RTL (DECL), 0), 0)); \
|
assemble_name (FILE, XSTR (XEXP (DECL_RTL (DECL), 0), 0)); \
|
||||||
fputs (")\n", FILE); \
|
fputs (")\n", FILE); \
|
||||||
if (TARGET_ILP32) \
|
if (TARGET_ILP32) \
|
||||||
|
|
Loading…
Add table
Reference in a new issue