diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2002-11-27 16:44:35 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@gcc.gnu.org> | 2002-11-27 16:44:35 +0000 |
commit | 67333e84d7705bb62c07dc169411942266638550 (patch) | |
tree | 84db037fa22c471407b176287e2ceac51a770de0 | |
parent | 6331370066dd8a20082c28bf5953da984eda9431 (diff) | |
download | gcc-67333e84d7705bb62c07dc169411942266638550.zip gcc-67333e84d7705bb62c07dc169411942266638550.tar.gz gcc-67333e84d7705bb62c07dc169411942266638550.tar.bz2 |
* src/s390/sysv.S (.eh_frame section): Make section read-only.
From-SVN: r59574
-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 026acd9..423c4b0 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 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: |