dwarf2out.c (file_table_last_lookup): Move this GC'd declaration outside of #ifdef...
authorAndrew Pinski <pinskia@physics.uc.edu>
Tue, 12 Sep 2006 19:31:09 +0000 (19:31 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Tue, 12 Sep 2006 19:31:09 +0000 (19:31 +0000)
commit66cccea6712ed41290eb0d3103d7dd6e94322d3b
tree06b4263298f257454aecc52ac114b514912bb7fc
parentf8248aaa3b808d42da244c4c69feaa0db61ff489
dwarf2out.c (file_table_last_lookup): Move this GC'd declaration outside of #ifdef DWARF2_DEBUGGING_INFO to fix...

* dwarf2out.c (file_table_last_lookup): Move this GC'd declaration
outside of #ifdef DWARF2_DEBUGGING_INFO to fix bootstrap failure
on platforms that don't use dwarf for debug info.

Co-Authored-By: Roger Sayle <roger@eyesopen.com>
From-SVN: r116903
gcc/ChangeLog
gcc/dwarf2out.c