2004-01-05 Andrew Cagney <cagney@redhat.com>

* 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.
This commit is contained in:
Andrew Cagney
2004-01-05 19:53:08 +00:00
parent 19703c4ab8
commit 5439edaaea
8 changed files with 35 additions and 20 deletions

View File

@@ -23,13 +23,14 @@
#ifdef HAVE_LIBUNWIND_H
struct frame_info;
struct frame_id;
#ifndef LIBUNWIND_FRAME_H
#define LIBUNWIND_FRAME_H 1
#include "libunwind.h"
struct frame_info;
struct libunwind_descr
{
int (*gdb2uw) (int);