]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR bootstrap/48471 (ia64-*-* does not bootstrap due to unused variables in dbxout.c)
authorNathan Froyd <froydnj@codesourcery.com>
Wed, 6 Apr 2011 01:06:42 +0000 (01:06 +0000)
committerNathan Froyd <froydnj@gcc.gnu.org>
Wed, 6 Apr 2011 01:06:42 +0000 (01:06 +0000)
commitf55dfa2fe141d4ce30b313d652fe5b1cbcd7668a
treefe97b3bbcf1e4f0ddc41e3aff3eb1c89886bcddb
parent4bb28d9f2e68fa24ee511038df08fb78312ff120
re PR bootstrap/48471 (ia64-*-* does not bootstrap due to unused variables in dbxout.c)

PR bootstrap/48471
* dbxout.c (debug_nesting, symbol_queue, symbol_queue_index):
Move these...
(symbol_queue_size, DBXOUT_DECR_NESTING): ...and these...
(DBXOUT_DECR_NESTING_AND_RETURN): ...and this under
#ifdef DBX_DEBUGGING_INFO.

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