From: ramana Date: Tue, 20 Oct 2015 10:36:54 +0000 (+0000) Subject: Fix VTV for targets with section anchors. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=11b98f539750c6200742e26c033fd04490319f8c;p=thirdparty%2Fgcc.git Fix VTV for targets with section anchors. 2015-10-20 Ramana Radhakrishnan PR other/67868 * varasm.c (assemble_variable): Move special vtv handling to.. (handle_vtv_comdat_sections): .. here. New function. (output_object_block): Handle vtv sections. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@229044 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e3206f43b6cb..44f2928fb49b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2015-10-20 Ramana Radhakrishnan + + PR other/67868 + * varasm.c (assemble_variable): Move special vtv handling to.. + (handle_vtv_comdat_sections): .. here. New function. + (output_object_block): Handle vtv sections. + 2015-10-20 Szabolcs Nagy PR target/66912