mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
* 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>
|
||||
|
||||
* manager.c (manager_mask): Removed static vesion. Now always local
|
||||
|
@ -87,7 +87,7 @@ _init:
|
||||
BASR 14,1
|
||||
.L22:
|
||||
#APP
|
||||
ALIGN
|
||||
.align 4,0x07
|
||||
END_INIT
|
||||
|
||||
/*@_init_PROLOG_ENDS*/
|
||||
@ -132,7 +132,7 @@ _fini:
|
||||
L 12,.LC17-.LT2_0(13)
|
||||
AR 12,13
|
||||
#APP
|
||||
ALIGN
|
||||
.align 4,0x07
|
||||
END_FINI
|
||||
|
||||
/*@_fini_PROLOG_ENDS*/
|
||||
|
Loading…
Reference in New Issue
Block a user