diff options
author | uweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-11-27 16:44:35 +0000 |
---|---|---|
committer | uweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-11-27 16:44:35 +0000 |
commit | 6d219176f20e0f260222b97892df876e359ad647 (patch) | |
tree | 84db037fa22c471407b176287e2ceac51a770de0 /libffi | |
parent | 300088eee1297f738ea2fa3495062ff5749ce54b (diff) | |
download | gcc-6d219176f20e0f260222b97892df876e359ad647.tar.gz |
* 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
Diffstat (limited to 'libffi')
-rw-r--r-- | libffi/ChangeLog | 4 | ||||
-rw-r--r-- | libffi/src/s390/sysv.S | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/libffi/ChangeLog b/libffi/ChangeLog index 026acd9a50d..423c4b058fb 100644 --- a/libffi/ChangeLog +++ b/libffi/ChangeLog @@ -1,3 +1,7 @@ +2002-11-27 Ulrich Weigand <uweigand@de.ibm.com> + + * src/s390/sysv.S (.eh_frame section): Make section read-only. + 2002-11-26 Jim Wilson <wilson@redhat.com> * 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 7d6f4494921..fc1482a8d72 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: |