ubsan: aarch64: left shift of negative value
[deliverable/binutils-gdb.git] / gdb / aarch32-linux-nat.h
index 093211c812ab17e9038f1979d0c3af43ef5149da..e86593a8ad83cbc065ca09b266ec9115510e16d3 100644 (file)
 #ifndef AARCH32_LINUX_NAT_H
 #define AARCH32_LINUX_NAT_H
 
-/* Fetch and store VFP Registers.  The kernel object has space for 32
-   64-bit registers, and the FPSCR.  This is even when on a VFPv2 or
-   VFPv3D16 target.  */
-#define VFP_REGS_SIZE (32 * 8 + 4)
-
 void aarch32_gp_regcache_supply (struct regcache *regcache, uint32_t *regs,
                                 int arm_apcs_32);
 
This page took 0.025119 seconds and 4 git commands to generate.