From 3b4190ccb31be262a5aac78238e6d659746f1f0f Mon Sep 17 00:00:00 2001 From: Sriraman Tallam Date: Fri, 20 Oct 2017 11:00:28 -0700 Subject: New gold linker option -z,text-unlikely-segment. 2017-10-04 Sriraman Tallam * options.h (-z,text_unlikely_segment): New option. * layout.cc (Layout::layout): Create new output section for .text.unlikely sections with the new option. (Layout::segment_precedes): Check for the new option when segment flags match. * testsuite/text_unlikely_segment.cc: New test source. * testsuite/text_unlikely_segment.sh: New test script. * testsuite/Makefile.am (text_unlikely_segment): New test. * testsuite/Makefile.in: Regenerate. --- gold/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'gold/ChangeLog') diff --git a/gold/ChangeLog b/gold/ChangeLog index c12214b..ce989f5 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,15 @@ +2017-10-04 Sriraman Tallam + + * options.h (-z,text_unlikely_segment): New option. + * layout.cc (Layout::layout): Create new output section + for .text.unlikely sections with the new option. + (Layout::segment_precedes): Check for the new option + when segment flags match. + * testsuite/text_unlikely_segment.cc: New test source. + * testsuite/text_unlikely_segment.sh: New test script. + * testsuite/Makefile.am (text_unlikely_segment): New test. + * testsuite/Makefile.in: Regenerate. + 2017-10-19 Umesh Kalappa * arm.cc (Stub::do_fixed_endian_write):Far call stubs support for arm -- cgit v1.1