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/src/s390 | |
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/src/s390')
-rw-r--r-- | libffi/src/s390/sysv.S | 4 |
1 files changed, 2 insertions, 2 deletions
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: |