dwarf2out.c (output_macinfo_op): Ensure fd->filename points to GC allocated copy...
authorJakub Jelinek <jakub@redhat.com>
Tue, 26 Jul 2011 21:12:39 +0000 (23:12 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 26 Jul 2011 21:12:39 +0000 (23:12 +0200)
commitb56bc05b9f9a69ab8136243616a31f9b3f2708fc
treebd25d5376ab1105cc0cf4c82e057b9bf9b787ac2
parent625f85e91b9b91fc3d82416abf7e00f556e6e6da
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: r176811
gcc/ChangeLog
gcc/dwarf2out.c