* gnu-v2-abi.c: Don't include gnu-v2-abi.h.

(gnuv2_baseclass_offset): Now static.
	* Makefile.in (HFILES_NO_SRCDIR): Remove gnu-v2-abi.h.
	* gnu-v2-abi.h: Remove.
This commit is contained in:
Tom Tromey 2010-02-02 23:16:53 +00:00
parent f0d707f506
commit f23f4c5973
4 changed files with 9 additions and 30 deletions

View file

@ -28,7 +28,6 @@
#include "demangle.h"
#include "cp-abi.h"
#include "cp-support.h"
#include "gnu-v2-abi.h"
#include <ctype.h>
@ -346,7 +345,7 @@ vb_match (struct type *type, int index, struct type *basetype)
-1 is returned on error. */
int
static int
gnuv2_baseclass_offset (struct type *type, int index,
const bfd_byte *valaddr, CORE_ADDR address)
{