Update release making notes.
[deliverable/binutils-gdb.git] / gdb / gdbserver / linux-aarch32-low.h
index 0afddc84f3c27101b593c1902912e53a7e415699..85eda5cbc8c1dea9386af0138cbe395e66c1fb6b 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995-2015 Free Software Foundation, Inc.
+/* Copyright (C) 1995-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -15,6 +15,9 @@
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
+#ifndef GDBSERVER_LINUX_AARCH32_LOW_H
+#define GDBSERVER_LINUX_AARCH32_LOW_H
+
 extern struct regs_info regs_info_aarch32;
 
 void arm_fill_gregset (struct regcache *regcache, void *buf);
@@ -31,4 +34,6 @@ int arm_breakpoint_at (CORE_ADDR where);
 void initialize_low_arch_aarch32 (void);
 
 void init_registers_arm_with_neon (void);
-extern const struct target_desc *tdesc_arm_with_neon;
+int arm_is_thumb_mode (void);
+
+#endif /* GDBSERVER_LINUX_AARCH32_LOW_H */
This page took 0.03362 seconds and 4 git commands to generate.