This is the mail archive of the binutils@sourceware.cygnus.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Q: Reasoning behind ld -r/-Ur turning off READONLY section flag?


Greetings List!

Can anyone tell me the reason why we are resetting the text section
READONLY flag to R/W on partial links? Didn't notice anything offhand in
ChangeLog.

        case 'i':
        case 'r':
          link_info.relocateable = true;
          config.build_constructors = false;
          config.magic_demand_paged = false;
          config.text_read_only = false;   <<<<<<<< Bzzt!
          config.dynamic_link = false;
          break;

Thanks!

Tom

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]