Re: [PATCH] move some debug routines from final.c to dbxout.c

2011-04-05 Thread Richard Guenther
On Tue, Apr 5, 2011 at 1:36 PM, Nathan Froyd wrote: > I was looking at debug_flush_symbol_queue and thought "gosh, it's > inefficient if we're calling this all the time, but it only does work > when we want DBX_DEBUGGING_INFO."  So I looked around and saw that > debug_flush_symbol_queue and friend

[PATCH] move some debug routines from final.c to dbxout.c

2011-04-05 Thread Nathan Froyd
I was looking at debug_flush_symbol_queue and thought "gosh, it's inefficient if we're calling this all the time, but it only does work when we want DBX_DEBUGGING_INFO." So I looked around and saw that debug_flush_symbol_queue and friends are only called from dbxout.c. So this patch moves them th