* sysdeps/unix/sysv/linux/s390/pt-initfini.c: Use 0x07 padding for
code alignment. 2001-03-09 Martin Schwidefsky <schwidefsky@de.ibm.com> * sysdeps/unix/sysv/linux/s390/pt-initfini.c: Use 0x07 padding for code alignment.
This commit is contained in:
parent
1ca17c1083
commit
832c025eb1
@ -1,3 +1,8 @@
|
|||||||
|
2001-03-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/s390/pt-initfini.c: Use 0x07 padding for
|
||||||
|
code alignment.
|
||||||
|
|
||||||
2001-02-20 Hans Boehm <hans_boehm@hp.com>
|
2001-02-20 Hans Boehm <hans_boehm@hp.com>
|
||||||
|
|
||||||
* manager.c (manager_mask): Removed static vesion. Now always local
|
* manager.c (manager_mask): Removed static vesion. Now always local
|
||||||
|
@ -87,7 +87,7 @@ _init:
|
|||||||
BASR 14,1
|
BASR 14,1
|
||||||
.L22:
|
.L22:
|
||||||
#APP
|
#APP
|
||||||
ALIGN
|
.align 4,0x07
|
||||||
END_INIT
|
END_INIT
|
||||||
|
|
||||||
/*@_init_PROLOG_ENDS*/
|
/*@_init_PROLOG_ENDS*/
|
||||||
@ -132,7 +132,7 @@ _fini:
|
|||||||
L 12,.LC17-.LT2_0(13)
|
L 12,.LC17-.LT2_0(13)
|
||||||
AR 12,13
|
AR 12,13
|
||||||
#APP
|
#APP
|
||||||
ALIGN
|
.align 4,0x07
|
||||||
END_FINI
|
END_FINI
|
||||||
|
|
||||||
/*@_fini_PROLOG_ENDS*/
|
/*@_fini_PROLOG_ENDS*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user