From f23f4c5973c3ad96ecf812036c6b0ee5a17d726f Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 2 Feb 2010 23:16:53 +0000 Subject: * 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. --- gdb/gnu-v2-abi.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gdb/gnu-v2-abi.c') diff --git a/gdb/gnu-v2-abi.c b/gdb/gnu-v2-abi.c index cfca913..8931be2 100644 --- a/gdb/gnu-v2-abi.c +++ b/gdb/gnu-v2-abi.c @@ -28,7 +28,6 @@ #include "demangle.h" #include "cp-abi.h" #include "cp-support.h" -#include "gnu-v2-abi.h" #include @@ -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) { -- cgit v1.1