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:
Andrew Cagney
2005-01-28 06:16:49 +00:00
parent 108d6ead32
commit 6b08edadd9
5 changed files with 49 additions and 11 deletions

View File

@ -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)