X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fstd-regs.c;h=b9c906b9c3f4b35543da9273660aa77cf4b47ecc;hb=63ffd7c9131c0e9723016d33cf8d435cc508d02b;hp=c67e50e4d65d26151dde3995a3fecfbbd17ab573;hpb=28e7fd62340426746f9c896cbc40c5d374ec47aa;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/std-regs.c b/gdb/std-regs.c index c67e50e4d6..b9c906b9c3 100644 --- a/gdb/std-regs.c +++ b/gdb/std-regs.c @@ -1,6 +1,6 @@ /* Builtin frame register, for GDB, the GNU debugger. - Copyright (C) 2002-2013 Free Software Foundation, Inc. + Copyright (C) 2002-2020 Free Software Foundation, Inc. Contributed by Red Hat. @@ -24,8 +24,7 @@ #include "frame.h" #include "gdbtypes.h" #include "value.h" -#include "gdb_string.h" - +#include "gdbarch.h" static struct value * value_of_builtin_frame_fp_reg (struct frame_info *frame, const void *baton) @@ -92,8 +91,6 @@ value_of_builtin_frame_ps_reg (struct frame_info *frame, const void *baton) error (_("Standard register ``$ps'' is not available for this target")); } -extern initialize_file_ftype _initialize_frame_reg; /* -Wmissing-prototypes */ - void _initialize_frame_reg (void) {