Commit 67333e84 by Ulrich Weigand Committed by Ulrich Weigand

* src/s390/sysv.S (.eh_frame section): Make section read-only.

From-SVN: r59574
parent 63313700
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.
......
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment