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 (take 3)


>>>>> Jakub Jelinek writes:

Jakub> Is there any other obj format which wants to move to read-only .eh_frame section?
Jakub> If not, the test will on non-ELF just result in HAVE_LD_RO_RW_SECTION_MIXING
Jakub> not being defined and thus keeping status quo.

	The test creates assembler syntax errors which are not intercepted
by configure.  I guess it ends up with the same result as before, but it's
unfortunate that syntax errors are splashed across the screen instead of
just the "unknown" result.

David


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