mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user