Update gdb.base/default.exp for GDB 10
[deliverable/binutils-gdb.git] / gdb / target-dcache.h
index a5e155619ec70adcdb4276ea86e2ec18bfd52717..bcf92e1ddad40fb72bc0cdc325efd9be0b23d43c 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1992-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1992-2019 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -28,6 +28,8 @@ extern DCACHE *target_dcache_get_or_init (void);
 
 extern int target_dcache_init_p (void);
 
-extern int stack_cache_enabled (void);
+extern int stack_cache_enabled_p (void);
+
+extern int code_cache_enabled_p (void);
 
 #endif /* TARGET_DCACHE_H */
This page took 0.02401 seconds and 4 git commands to generate.