This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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]

Re: [PATCH] Make .eh_frame and .gcc_except_table read-only if possible


On Mon, Nov 25, 2002 at 10:29:40AM -0500, Jakub Jelinek wrote:
> Argh, just tested it. Don't see any sense in the apparent rule
> "if any input section is read-only, output is read-only,
> otherwise read-write" which Solaris ld uses.

Err, the rule I saw is that the ro sections got placed in the
ro segment and the rw sections got placed in the rw segment.
I.e. not all of the same-name sections were placed sequentially.


r~


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