* 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:
Andreas Jaeger 2001-03-09 17:29:20 +00:00
parent 1ca17c1083
commit 832c025eb1
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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*/