* output.h (force_data_section): New prototype.
authoramacleod <amacleod@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 14 Dec 1998 14:19:48 +0000 (14:19 +0000)
committeramacleod <amacleod@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 14 Dec 1998 14:19:48 +0000 (14:19 +0000)
commit14948c31be2f4d3bc140d3e67cad3ba1e85fb357
tree9c3b295b1593fd55841e42176ef3ad15e79ae042
parent881c3cf0ff288ee444b6492a9bdb5be77363796a
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24311 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/dwarf2out.c
gcc/output.h
gcc/varasm.c