mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-18 05:12:33 +08:00
* 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:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user