output.h (force_data_section): New prototype.
authorAndrew MacLeod <amacleod@cygnus.com>
Mon, 14 Dec 1998 14:19:48 +0000 (14:19 +0000)
committerAndrew Macleod <amacleod@gcc.gnu.org>
Mon, 14 Dec 1998 14:19:48 +0000 (14:19 +0000)
commit3167de5b8b2fc00558d703d39c5dc5e783129512
tree9c3b295b1593fd55841e42176ef3ad15e79ae042
parent80599fd90cc3b730255b71d0fe904cd68b68f2ec
output.h (force_data_section): New prototype.

* output.h (force_data_section): New prototype.
* varasm.c (force_data_section): New function to force the
data section, regardless of what in_section thinks.
* dwarf2out.c (output_call_frame_info): Call force_data_section
since varasm may not realize we've changes sections.

From-SVN: r24311
gcc/ChangeLog
gcc/dwarf2out.c
gcc/output.h
gcc/varasm.c