X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fsentinel-frame.h;h=7bb1e870646ed9b959408d077d03de6cf24308fc;hb=623b6bdf12dec583722ca6615e5ff26581597d6c;hp=9d570b15d3d16a9ad65ab2efb14f6659910446ba;hpb=0fb0cc7590113e9b459dfcc48dc71c9d419d9580;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/sentinel-frame.h b/gdb/sentinel-frame.h index 9d570b15d3..7bb1e87064 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, 2007-2012 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) */