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]

Re: PATCH: Make .eh_frame sections read-only on 64-bit Solaris/x86


Tristan Gingold <gingold@adacore.com> writes:

> On Jan 20, 2010, at 12:34 PM, Nick Clifton wrote:
>
>> Hi Rainer,
>> 
>>> 2010-01-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
>>> 
>>> 	* config/te-solaris.h (DWARF2_EH_FRAME_READ_ONLY): Make read-only
>>> 	on 64-bit Solaris/x86.
>> 
>> Approved - please apply - but, please could you extend the comment slightly:
>
> Ok for the branch 2.20 too.

I've installed the updated version after testing as described in my
reply to Nick.

Btw., I've forgot to mention: I used the testcase from gcc/configure.ac
(gcc_GAS_CHECK_FEATURE([cfi directives]):

	.text
	.cfi_startproc
	.cfi_offset 0, 0
	.cfi_same_value 1
	.cfi_def_cfa 1, 2
	.cfi_escape 1, 2, 3, 4, 5
	.cfi_endproc

and assembled it with gas --32/--64 cfi.s -o cfi.o.

Thanks.
	Rainer

-- 
-----------------------------------------------------------------------------
Rainer Orth, Center for Biotechnology, Bielefeld University


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