* src/s390/sysv.S (.eh_frame section): Make section read-only.
From-SVN: r59574
This commit is contained in:
parent
6331370066
commit
67333e84d7
@ -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.
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user