From 6d219176f20e0f260222b97892df876e359ad647 Mon Sep 17 00:00:00 2001 From: uweigand Date: Wed, 27 Nov 2002 16:44:35 +0000 Subject: [PATCH] * 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 --- libffi/ChangeLog | 4 ++++ libffi/src/s390/sysv.S | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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: -- 2.7.4