X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fsentinel-frame.h;h=cef5fd21bd61d830c21337b87227f96284d8bf2d;hb=refs%2Fheads%2Fconcurrent-displaced-stepping-2020-04-01;hp=9d570b15d3d16a9ad65ab2efb14f6659910446ba;hpb=0fb0cc7590113e9b459dfcc48dc71c9d419d9580;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/sentinel-frame.h b/gdb/sentinel-frame.h index 9d570b15d3..cef5fd21bd 100644 --- a/gdb/sentinel-frame.h +++ b/gdb/sentinel-frame.h @@ -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) */