* final.c (output_addr_const): Revert 2005-04-09 change.

From-SVN: r98756
This commit is contained in:
Richard Henderson 2005-04-25 18:01:19 -07:00 committed by Richard Henderson
parent d6ff8575f8
commit 21dad7e6b9
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2005-04-25 Richard Henderson <rth@redhat.com>
* final.c (output_addr_const): Revert 2005-04-09 change.
2005-04-25 Mike Stump <mrs@apple.com>
* config/darwin.c (darwin_encode_section_info): Always set

View File

@ -3169,6 +3169,8 @@ output_addr_const (FILE *file, rtx x)
break;
case SYMBOL_REF:
if (SYMBOL_REF_DECL (x))
mark_decl_referenced (SYMBOL_REF_DECL (x));
#ifdef ASM_OUTPUT_SYMBOL_REF
ASM_OUTPUT_SYMBOL_REF (file, x);
#else