aboutsummaryrefslogtreecommitdiff
path: root/gcc/system.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2003-08-01 14:51:13 -0700
committerRichard Henderson <rth@gcc.gnu.org>2003-08-01 14:51:13 -0700
commit75c209808126e1c2ef4a5c3ce7c25700416d078f (patch)
tree09777e2a3ebda4ff012aec58bf5140c64a6bbe37 /gcc/system.h
parentc197e3066130fb10da0c2f58a3a7fff3ab707487 (diff)
downloadgcc-75c209808126e1c2ef4a5c3ce7c25700416d078f.zip
gcc-75c209808126e1c2ef4a5c3ce7c25700416d078f.tar.gz
gcc-75c209808126e1c2ef4a5c3ce7c25700416d078f.tar.bz2
system.h: Poison ASM_SIMPLIFY_DWARF_ADDR.
* system.h: Poison ASM_SIMPLIFY_DWARF_ADDR. * varasm.c (lookup_constant_def): New function. * rtl.h (lookup_constant_def): Declare it. * dwarf2out.c (loc_descriptor_from_tree): Use it. Use targetm.delegitimize_address, not ASM_SIMPLIFY_DWARF_ADDR. From-SVN: r70072
Diffstat (limited to 'gcc/system.h')
-rw-r--r--gcc/system.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/system.h b/gcc/system.h
index 14662de..a0117c5 100644
--- a/gcc/system.h
+++ b/gcc/system.h
@@ -586,7 +586,8 @@ typedef char _Bool;
WCHAR_UNSIGNED UNIQUE_SECTION SELECT_SECTION SELECT_RTX_SECTION \
ENCODE_SECTION_INFO STRIP_NAME_ENCODING ASM_GLOBALIZE_LABEL \
ASM_OUTPUT_MI_THUNK CONST_COSTS RTX_COSTS DEFAULT_RTX_COSTS \
- ADDRESS_COST MACHINE_DEPENDENT_REORG ASM_FILE_START ASM_FILE_END
+ ADDRESS_COST MACHINE_DEPENDENT_REORG ASM_FILE_START ASM_FILE_END \
+ ASM_SIMPLIFY_DWARF_ADDR
/* Other obsolete target macros, or macros that used to be in target
headers and were not used, and may be obsolete or may never have