]> git.ipfire.org Git - thirdparty/gcc.git/commit
system.h: Poison ASM_SIMPLIFY_DWARF_ADDR.
authorRichard Henderson <rth@redhat.com>
Fri, 1 Aug 2003 21:51:13 +0000 (14:51 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Fri, 1 Aug 2003 21:51:13 +0000 (14:51 -0700)
commit75c209808126e1c2ef4a5c3ce7c25700416d078f
tree09777e2a3ebda4ff012aec58bf5140c64a6bbe37
parentc197e3066130fb10da0c2f58a3a7fff3ab707487
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
gcc/ChangeLog
gcc/dwarf2out.c
gcc/rtl.h
gcc/system.h
gcc/varasm.c