X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fframe-base.c;h=3071586979335437bffa6da2e3e64426eb5a60fe;hb=e379e5f385f874adb0b414f917adb1fc50e20de9;hp=d91cd425c4094e330fa0bf5b5f530b89a1d6d487;hpb=9a3c826307ae6ad4dd6fbd72431e7d9d4947f1dd;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/frame-base.c b/gdb/frame-base.c index d91cd425c4..3071586979 100644 --- a/gdb/frame-base.c +++ b/gdb/frame-base.c @@ -1,6 +1,6 @@ /* Definitions for frame address handler, for GDB, the GNU debugger. - Copyright (C) 2003-2015 Free Software Foundation, Inc. + Copyright (C) 2003-2019 Free Software Foundation, Inc. This file is part of GDB. @@ -21,6 +21,7 @@ #include "frame-base.h" #include "frame.h" #include "gdb_obstack.h" +#include "gdbarch.h" /* A default frame base implementations. If it wasn't for the old DEPRECATED_FRAME_LOCALS_ADDRESS and DEPRECATED_FRAME_ARGS_ADDRESS, @@ -120,8 +121,6 @@ frame_base_find_by_frame (struct frame_info *this_frame) return table->default_base; } -extern initialize_file_ftype _initialize_frame_base; /* -Wmissing-prototypes */ - void _initialize_frame_base (void) {