mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-20 05:40:27 +08:00
* final.c (output_addr_const): Revert 2005-04-09 change.
From-SVN: r98756
This commit is contained in:
parent
d6ff8575f8
commit
21dad7e6b9
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user