From dff9bfc5c85afd71af58854a176c916e0138c62e Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Fri, 21 Mar 2025 14:26:25 +0100 Subject: [PATCH] Update comment for enable_separate_code The value was changed in b2f9df48edd7 but the comment did not get updated accordingly. Signed-off-by: Andrea Bolognani --- binutils.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/binutils.spec b/binutils.spec index 2a3536b..e59ab8c 100644 --- a/binutils.spec +++ b/binutils.spec @@ -77,8 +77,8 @@ URL: https://sourceware.org/binutils # configurable in case there is ever a need to disable thread support. %define enable_threading 1 -# Enable the use of separate code and data segments for all architectures, -# not just x86/x86_64. +# Separate code is disabled on all architectures by default. Individual +# packages can decide to enable it if they want to. %define enable_separate_code 0 #----End of Configure Options------------------------------------------------