Fix creation of stamp-h by gdb's configure script
[deliverable/binutils-gdb.git] / gdb / gdbserver / linux-aarch64-tdesc.h
index 2dd969f5f0abcbe5b7aee56ec1a9319a7755dc62..0cd9adc7d70f4208682df4d75bc07d4b228adcda 100644 (file)
@@ -1,6 +1,6 @@
 /* Low level support for aarch64, shared between gdbserver and IPA.
 
-   Copyright (C) 2016-2017 Free Software Foundation, Inc.
+   Copyright (C) 2016-2019 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -17,8 +17,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/>.  */
 
-const target_desc * aarch64_linux_read_description ();
+#ifndef GDBSERVER_LINUX_AARCH64_TDESC_H
+#define GDBSERVER_LINUX_AARCH64_TDESC_H
 
-#if GDB_SELF_TEST
-void initialize_low_tdesc ();
-#endif
+const target_desc * aarch64_linux_read_description (uint64_t vq, bool pauth_p);
+
+#endif /* GDBSERVER_LINUX_AARCH64_TDESC_H */
This page took 0.028045 seconds and 4 git commands to generate.