Add hook for modifying debug info for address spaces
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 9 Nov 2015 09:19:19 +0000 (09:19 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 9 Nov 2015 09:19:19 +0000 (09:19 +0000)
commit2e7a553ae5a7b59ef53873c149a8bc7ee93e5365
tree3998331b05016b3ed00e47dcd1382849d5f9a05f
parent9cb8965443df874b84e1841b6956c05e01f2f986
Add hook for modifying debug info for address spaces

        * dwarf2out.c (modified_type_die): Pass the address space number
        through TARGET_ADDR_SPACE_DEBUG to produce the dwarf address class.
        * target.def (TARGET_ADDR_SPACE_DEBUG): New.
        * targhooks.c (default_addr_space_debug): New.
        * targhooks.h (default_addr_space_debug): Declare.
        * doc/tm.texi.in (TARGET_ADDR_SPACE_DEBUG): Mark it.
        * doc/tm.texi: Rebuild.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@230000 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/doc/tm.texi
gcc/doc/tm.texi.in
gcc/dwarf2out.c
gcc/target.def
gcc/targhooks.c
gcc/targhooks.h