This is the mail archive of the binutils@sourceware.org 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] |
Other format: | [Raw text] |
location also have a shared memory. The loader needs to recognize this shared segment in the elf-executable. From the elf specification and the linker script command language, I realized that one of the ways of specifying the segment attribute as 'shared' is to use the 'PHDRS' command and specify the attribute as part of the 'flags' of that segment.
Is there any other way as the use of PHDRS command will force one to describe all segments ?
Cheers Nick
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |