From: Ramana Radhakrishnan Date: Tue, 20 Oct 2015 10:36:54 +0000 (+0000) Subject: Fix VTV for targets with section anchors. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=805f52d386f00f5d508bf85a8d3f4fbd7d19e623;p=gcc.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. From-SVN: r229044 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e3206f43b6c..44f2928fb49 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