dwarf2out.c (output_macinfo_op): Ensure fd->filename points to GC allocated copy...
authorJakub Jelinek <jakub@redhat.com>
Wed, 27 Jul 2011 09:36:25 +0000 (11:36 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 27 Jul 2011 09:36:25 +0000 (11:36 +0200)
commit7bbdd4e9c3f0647ee683a7e433128737139275fe
tree1ec44fc78755681c8b8b9672cd0dde24043fce1f
parentaebf4828b85b283b649954a9f3cb73ea06561e5f
dwarf2out.c (output_macinfo_op): Ensure fd->filename points to GC allocated copy of the string.

* dwarf2out.c (output_macinfo_op): Ensure fd->filename points
to GC allocated copy of the string.
(dwarf2out_finish): Emit .debug_macinfo or .debug_macro sections
before .debug_line, not after it.

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