Remove cli_ui_out::out_field_fmt
[deliverable/binutils-gdb.git] / gdb / aarch64-tdep.h
index 2597443560f9caf9f7ce0d95cf3325a423b91e02..c806125fb7e461b3c0bb835000d3e2f35e1809e4 100644 (file)
@@ -1,6 +1,6 @@
 /* Common target dependent code for GDB on AArch64 systems.
 
-   Copyright (C) 2009-2017 Free Software Foundation, Inc.
+   Copyright (C) 2009-2018 Free Software Foundation, Inc.
    Contributed by ARM Ltd.
 
    This file is part of GDB.
@@ -75,7 +75,7 @@ struct gdbarch_tdep
   int (*aarch64_syscall_record) (struct regcache *regcache, unsigned long svc_number);
 };
 
-extern struct target_desc *tdesc_aarch64;
+const target_desc *aarch64_read_description ();
 
 extern int aarch64_process_record (struct gdbarch *gdbarch,
                                struct regcache *regcache, CORE_ADDR addr);
This page took 0.025338 seconds and 4 git commands to generate.