From 1130c90ed7c8d1bc7b70c701b62cdbc23ac9fc01 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 23 Aug 2016 16:43:33 -0700 Subject: [gold] Implement -z stack-size option gold/ * options.h (General_options): Grok -z stack-size. * output.h (Output_segment::set_size): New method. * layout.cc (Layout::create_executable_stack_info): Renamed to ... (Layout::create_stack_segment): ... this. Always create the segment if -z stack-size was used. (Layout::set_segment_offsets): Don't call ->set_offset on the PT_GNU_STACK segment. --- gold/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'gold/ChangeLog') diff --git a/gold/ChangeLog b/gold/ChangeLog index ad6d691..8b8c605 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,13 @@ +2016-08-23 Roland McGrath + + * options.h (General_options): Grok -z stack-size. + * output.h (Output_segment::set_size): New method. + * layout.cc (Layout::create_executable_stack_info): Renamed to ... + (Layout::create_stack_segment): ... this. Always create the + segment if -z stack-size was used. + (Layout::set_segment_offsets): Don't call ->set_offset on the + PT_GNU_STACK segment. + 2016-08-15 Bharathi Seshadri * options.h (General_options): Add --be8 option. -- cgit v1.1