mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-31 18:20:12 +08:00
2005-01-28 Andrew Cagney <cagney@gnu.org>
* gnu-v2-abi.h: New file. * gnu-v2-abi.c: Include "gnu-v2-abi.h". (gnuv2_baseclass_offset): Delete declaration. * hpacc-abi.c: Include "gnu-v2-abi.h". (gnuv2_baseclass_offset): Delete extern declaration. * Makefile.in: Update dependencies.
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
/* Abstraction of GNU v2 abi.
|
||||
|
||||
Copyright 2001, 2002, 2003 Free Software Foundation, Inc.
|
||||
Copyright 2001, 2002, 2003, 2005 Free Software Foundation, Inc.
|
||||
|
||||
Contributed by Daniel Berlin <dberlin@redhat.com>
|
||||
|
||||
@ -31,14 +31,13 @@
|
||||
#include "demangle.h"
|
||||
#include "cp-abi.h"
|
||||
#include "cp-support.h"
|
||||
#include "gnu-v2-abi.h"
|
||||
|
||||
#include <ctype.h>
|
||||
|
||||
struct cp_abi_ops gnu_v2_abi_ops;
|
||||
|
||||
static int vb_match (struct type *, int, struct type *);
|
||||
int gnuv2_baseclass_offset (struct type *type, int index, char *valaddr,
|
||||
CORE_ADDR address);
|
||||
|
||||
static enum dtor_kinds
|
||||
gnuv2_is_destructor_name (const char *name)
|
||||
|
Reference in New Issue
Block a user