Linux cpanel.rrshost.in 5.15.0-25-generic #25-Ubuntu SMP Wed Mar 30 15:54:22 UTC 2022 x86_64
Apache
: 109.123.238.221 | : 172.70.100.73
128 Domain
8.2.28
aev999
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
src /
glibc /
debian /
patches /
arm /
[ HOME SHELL ]
Name
Size
Permission
Action
local-arm-futex.diff
1012
B
-rw-r--r--
local-sigaction.diff
895
B
-rw-r--r--
local-soname-hack.diff
759
B
-rw-r--r--
local-vfp-sysdeps.diff
913
B
-rw-r--r--
unsubmitted-ldconfig-cache-abi...
4.13
KB
-rw-r--r--
unsubmitted-ldso-multilib.diff
491
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : local-vfp-sysdeps.diff
Description: Work around broken compilers (like fpc) on armhf patches/arm/local-vfp-sysdeps.diff: Force the Tag_ABI_HardFP_use and Tag_ABI_VFP_args EABI tags when building for armhf, so compilers only linking crti.o will generate what appear to be armhf binaries. Author: Adam Conrad <adconrad@debian.org> Forwarded: no --- a/sysdeps/arm/sysdep.h +++ b/sysdeps/arm/sysdep.h @@ -134,6 +134,15 @@ the caller. */ .eabi_attribute 24, 1 +#ifdef __ARM_PCS_VFP +/* Tag_FP_arch: Use of vfpv3-d16 instructions is permitted */ + .eabi_attribute 10, 4 +/* Tag_ABI_HardFP_use: This code uses hard floating point */ + .eabi_attribute 27, 3 +/* Tag_ABI_VFP_args: This code stores FP arguments in VFP registers */ + .eabi_attribute 28, 1 +#endif /* __ARM_PCS_VFP */ + /* The thumb2 encoding is reasonably complete. Unless suppressed, use it. */ .syntax unified # if defined(__thumb2__) && !defined(NO_THUMB)
Close