aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog6
-rw-r--r--gcc/config/ia64/ia64.h1
2 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 92052a4..5819e6c 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/config/ia64/ia64.h b/gcc/config/ia64/ia64.h
index b0f4dc6..ef57c37 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) \