From: uweigand Date: Wed, 27 Nov 2002 16:44:35 +0000 (+0000) Subject: * src/s390/sysv.S (.eh_frame section): Make section read-only. X-Git-Tag: upstream/4.9.2~83206 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6d219176f20e0f260222b97892df876e359ad647;p=platform%2Fupstream%2Flinaro-gcc.git * src/s390/sysv.S (.eh_frame section): Make section read-only. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59574 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/libffi/ChangeLog b/libffi/ChangeLog index 026acd9..423c4b0 100644 --- a/libffi/ChangeLog +++ b/libffi/ChangeLog @@ -1,3 +1,7 @@ +2002-11-27 Ulrich Weigand + + * src/s390/sysv.S (.eh_frame section): Make section read-only. + 2002-11-26 Jim Wilson * src/types.c (FFI_TYPE_POINTER): Has size 8 on IA64. diff --git a/libffi/src/s390/sysv.S b/libffi/src/s390/sysv.S index 7d6f449..fc1482a 100644 --- a/libffi/src/s390/sysv.S +++ b/libffi/src/s390/sysv.S @@ -146,7 +146,7 @@ ffi_closure_SYSV: .size ffi_closure_SYSV,.ffi_closure_SYSV_end-ffi_closure_SYSV - .section .eh_frame,"aw",@progbits + .section .eh_frame,"a",@progbits .Lframe1: .4byte .LECIE1-.LSCIE1 # Length of Common Information Entry .LSCIE1: @@ -345,7 +345,7 @@ ffi_closure_SYSV: - .section .eh_frame,"aw",@progbits + .section .eh_frame,"a",@progbits .Lframe1: .4byte .LECIE1-.LSCIE1 # Length of Common Information Entry .LSCIE1: