dbxout.c (dbxout_function_decl): Always call dbxout_function_end.
authorZack Weinberg <zack@codesourcery.com>
Wed, 4 Aug 2004 07:23:14 +0000 (07:23 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Wed, 4 Aug 2004 07:23:14 +0000 (07:23 +0000)
commit403f85032fa1a664f6625cc44e6bbc57b3fc106f
tree400024d6da2e3f7f20ce705a8d73a72617e73524
parentca0433930a57f9e3d054317febc39febfded4174
dbxout.c (dbxout_function_decl): Always call dbxout_function_end.

* dbxout.c (dbxout_function_decl): Always call dbxout_function_end.
(dbxout_function_end): Return after emitting the "Lscope" symbol
under the same conditions that this function formerly wasn't called.
Add explanatory comments.

From-SVN: r85546
gcc/ChangeLog
gcc/dbxout.c