mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-26 06:50:07 +00:00
Replace 8-byte data alignment with LP_SIZE alignment
This commit is contained in:
parent
f6ee662322
commit
890d8bd854
@ -1,3 +1,8 @@
|
|||||||
|
2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
|
||||||
|
8-byte data alignment with LP_SIZE alignment.
|
||||||
|
|
||||||
2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
|
2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
|
* sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
|
||||||
|
@ -146,7 +146,7 @@ asm \
|
|||||||
".LSTARTAUGMNT_" #name ":\n" \
|
".LSTARTAUGMNT_" #name ":\n" \
|
||||||
" .byte 0x1b\n" /* DW_EH_PE_pcrel|DW_EH_PE_sdata4. */ \
|
" .byte 0x1b\n" /* DW_EH_PE_pcrel|DW_EH_PE_sdata4. */ \
|
||||||
".LENDAUGMNT_" #name ":\n" \
|
".LENDAUGMNT_" #name ":\n" \
|
||||||
" .align 8\n" \
|
" .align " LP_SIZE "\n" \
|
||||||
".LENDCIE_" #name ":\n" \
|
".LENDCIE_" #name ":\n" \
|
||||||
" .long .LENDFDE_" #name "-.LSTARTFDE_" #name "\n" /* FDE len */ \
|
" .long .LENDFDE_" #name "-.LSTARTFDE_" #name "\n" /* FDE len */ \
|
||||||
".LSTARTFDE_" #name ":\n" \
|
".LSTARTFDE_" #name ":\n" \
|
||||||
@ -177,7 +177,7 @@ asm \
|
|||||||
/* do_expr (49 |* rflags *|, oEFL) */ \
|
/* do_expr (49 |* rflags *|, oEFL) */ \
|
||||||
/* `cs'/`ds'/`fs' are unaligned and a different size. */ \
|
/* `cs'/`ds'/`fs' are unaligned and a different size. */ \
|
||||||
/* gas: Error: register save offset not a multiple of 8 */ \
|
/* gas: Error: register save offset not a multiple of 8 */ \
|
||||||
" .align 8\n" \
|
" .align " LP_SIZE "\n" \
|
||||||
".LENDFDE_" #name ":\n" \
|
".LENDFDE_" #name ":\n" \
|
||||||
" .previous\n" \
|
" .previous\n" \
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user