From 5439edaaeadfbbcb50120c72dd9febfefb4e355f Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Mon, 5 Jan 2004 19:53:08 +0000 Subject: 2004-01-05 Andrew Cagney * libunwind-frame.h (struct frame_id): Add opaque declaration, move to start of file. * i386-tdep.h (struct regcache): Add opaque declaration. * config/ia64/nm-linux.h (struct target_ops): Add opaque declaration. * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__. (ia64_gdbarch_init): Use "GNU/Linux" in comment. * win32-nat.c (fake_create_process): Use ISO C style definition. * stabsread.c (define_symbol): Delete #ifndef DEPRECATED_USE_REGISTER_NOT_ARG wrapper around stabs_argument_has_addr call, macro never defined. --- gdb/i386-tdep.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gdb/i386-tdep.h') diff --git a/gdb/i386-tdep.h b/gdb/i386-tdep.h index 02b60a1..70f6b8f 100644 --- a/gdb/i386-tdep.h +++ b/gdb/i386-tdep.h @@ -27,6 +27,7 @@ struct frame_info; struct gdbarch; struct reggroup; struct regset; +struct regcache; /* GDB's i386 target supports both the 32-bit Intel Architecture (IA-32) and the 64-bit AMD x86-64 architecture. Internally it uses -- cgit v1.1