search for: localentri

Displaying 3 results from an estimated 3 matches for "localentri".

Did you mean: localentry
2014 Sep 09
3
[PATCH] ppc64: ELFv2: Load TOC value in system call stub
This fixes a segmentation fault in the system call's error handling path with dynamically-linked binaries on PowerPC64 little endian. The system call stub wasn't loading up r2 with the appropriate TOC value in its global entry point. The r2 setup code comes from the FUNC_START macro in gcc [1] and an equivalent one can also be found in the LOCALENTRY macro in glibc [2]. On the ELFv2 ABI
2016 Jan 06
0
[klibc:master] ppc64: ELFv2: Load TOC value in system call stub
Commit-ID: 6e2976b9d103fb37a6a06e5bccb323fa5ab1c53b Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=6e2976b9d103fb37a6a06e5bccb323fa5ab1c53b Author: Mauricio Faria de Oliveira <mauricfo at linux.vnet.ibm.com> AuthorDate: Wed, 6 Jan 2016 00:43:10 +0000 Committer: H. Peter Anvin <hpa at linux.intel.com> CommitDate: Tue, 5 Jan 2016 17:45:31 -0800 [klibc] ppc64:
2016 Jan 06
5
[PATCH klibc 0/5] klibc architecture fixes
Here's an assortment of build and run-time fixes for various architectures that we've applied in Debian. Ben. Aurelien Jarno (1): ppc64: fix struct stat Ben Hutchings (2): MIPS: Update archfcntl.h syscalls: Override detection of direct socket syscalls on i386, m68k, s390 Helge Deller (1): Add pread and pwrite 32bit syscall wrappers for parisc Mauricio Faria de Oliveira