Add support for defering line number table construction to assembler.
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 27 Aug 1999 02:37:40 +0000 (02:37 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 27 Aug 1999 02:37:40 +0000 (02:37 +0000)
commit985956c181783ae1649c7861d793139ded88889a
tree848c61a91662d479d931045e6aee44b755d53d5a
parent1d622e4efc2f2a6c372d386404d30d19cedb90c3
Add support for defering line number table construction to assembler.
* dwarf2out.c (DWARF2_ASM_LINE_DEBUG_INFO): Add default definition.
(debug_dwarf): Add DWARF2_ASM_LINE_DEBUG_INFO support.
(dwarf2out_line, dwarf2out_finish): Likewise.
* tm.texi (DWARF2_ASM_LINE_DEBUG_INFO): Add documetation.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28910 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/dwarf2out.c
gcc/tm.texi