dbxout.c (dbxout_block): Move declaration within the first #if defined (DBX_DEBUGGING...
authorOlivier Hainque <hainque@adacore.com>
Fri, 31 Aug 2007 07:02:43 +0000 (07:02 +0000)
committerOlivier Hainque <hainque@gcc.gnu.org>
Fri, 31 Aug 2007 07:02:43 +0000 (07:02 +0000)
commitb420396fcf9487f7208a496369f30e2f3c19551e
tree84635504dde338f0eb9f38765d12e18366efd84d
parent960386232ce5d65c424187d6987c2ebf86df4785
dbxout.c (dbxout_block): Move declaration within the first #if defined (DBX_DEBUGGING_INFO) block.

2007-08-31  Olivier Hainque  <hainque@adacore.com>

* dbxout.c (dbxout_block): Move declaration within the first
#if defined (DBX_DEBUGGING_INFO) block.  Rearrange another such
block to include the definition, together with the associated
helpers.

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