diff options
Diffstat (limited to 'gold/layout.h')
-rw-r--r-- | gold/layout.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gold/layout.h b/gold/layout.h index c369fef..b2d699f 100644 --- a/gold/layout.h +++ b/gold/layout.h @@ -1037,9 +1037,9 @@ class Layout void create_gold_note(); - // Record whether the stack must be executable. + // Record whether the stack must be executable, and a user-supplied size. void - create_executable_stack_info(); + create_stack_segment(); // Create a build ID note if needed. void |