* 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:
parent
f0d707f506
commit
f23f4c5973
4 changed files with 9 additions and 30 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue