Remove ATTRIBUTE_UNUSED check from ARI
[deliverable/binutils-gdb.git] / gdb / aarch32-linux-nat.h
index 29d7964236537b1c9e6906e157e1a6e66e9e45c9..e86593a8ad83cbc065ca09b266ec9115510e16d3 100644 (file)
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
-/* 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)
+#ifndef AARCH32_LINUX_NAT_H
+#define AARCH32_LINUX_NAT_H
 
 void aarch32_gp_regcache_supply (struct regcache *regcache, uint32_t *regs,
                                 int arm_apcs_32);
@@ -32,3 +30,5 @@ void aarch32_vfp_regcache_supply (struct regcache *regcache, gdb_byte *regs,
 void aarch32_vfp_regcache_collect (const struct regcache *regcache,
                                   gdb_byte *regs,
                                   const int vfp_register_count);
+
+#endif /* AARCH32_LINUX_NAT_H */
This page took 0.033987 seconds and 4 git commands to generate.