aboutsummaryrefslogtreecommitdiff
path: root/gdb/gnu-v2-abi.h
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2010-02-02 23:16:53 +0000
committerTom Tromey <tromey@redhat.com>2010-02-02 23:16:53 +0000
commitf23f4c5973c3ad96ecf812036c6b0ee5a17d726f (patch)
tree41f773af6c8f2b948cee76d243916cd4a6cc6356 /gdb/gnu-v2-abi.h
parentf0d707f50653066b8e335e0e064417535760c42b (diff)
downloadgdb-f23f4c5973c3ad96ecf812036c6b0ee5a17d726f.zip
gdb-f23f4c5973c3ad96ecf812036c6b0ee5a17d726f.tar.gz
gdb-f23f4c5973c3ad96ecf812036c6b0ee5a17d726f.tar.bz2
* 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.
Diffstat (limited to 'gdb/gnu-v2-abi.h')
-rw-r--r--gdb/gnu-v2-abi.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/gdb/gnu-v2-abi.h b/gdb/gnu-v2-abi.h
deleted file mode 100644
index e1911b6..0000000
--- a/gdb/gnu-v2-abi.h
+++ /dev/null
@@ -1,27 +0,0 @@
-/* Abstraction of GNU v2 abi.
-
- Copyright (C) 2005, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
-
- This file is part of GDB.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 3 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>. */
-
-#ifndef GNU_V2_ABI_H
-#define GNU_V2_ABI_H
-
-extern int gnuv2_baseclass_offset (struct type *type, int index,
- const bfd_byte *valaddr,
- CORE_ADDR address);
-
-#endif