]> git.ipfire.org Git - thirdparty/gcc.git/commit
Eliminate most of the conditional compilation from dwarf2out.c.
authorRichard Henderson <rth@redhat.com>
Wed, 4 Aug 2010 23:57:50 +0000 (16:57 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Wed, 4 Aug 2010 23:57:50 +0000 (16:57 -0700)
commit9bf40564e1a7c92ad0faa23f2c00d088ac0959d3
tree6f51c6abb0e6a865f8d29fbf492baa165db4a0fe
parente78f1a3f6710a19026c9746cdea6a7df25956bba
Eliminate most of the conditional compilation from dwarf2out.c.

Trying to reduce the amount of code compiled when dwarf2 debug
info and/or dwarf2 unwind info are disabled results in a twisted
mess.  Don't bother -- just build it all even if it's not going
to be used.

From-SVN: r162883
gcc/ChangeLog
gcc/dwarf2out.c