gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gdb / sentinel-frame.h
index 9d570b15d3d16a9ad65ab2efb14f6659910446ba..cef5fd21bd61d830c21337b87227f96284d8bf2d 100644 (file)
@@ -1,6 +1,6 @@
 /* Code dealing with register stack frames, for GDB, the GNU debugger.
 
-   Copyright (C) 2003, 2007, 2008, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2003-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -34,6 +34,6 @@ extern void *sentinel_frame_cache (struct regcache *regcache);
 
 /* At present there is only one type of sentinel frame.  */
 
-extern const struct frame_unwind *const sentinel_frame_unwind;
+extern const struct frame_unwind sentinel_frame_unwind;
 
 #endif /* !defined (SENTINEL_FRAME_H)  */
This page took 0.026457 seconds and 4 git commands to generate.