From 3f02ce5de478bdaf2769969d37c2e7c0d5a03ce9 Mon Sep 17 00:00:00 2001 From: Matthew Gingell Date: Wed, 27 Oct 2004 15:05:18 +0200 Subject: i-cpp.ads, i-cpp.adb: Change layout of VTable for new C++ ABI. 2004-10-26 Matthew Gingell * i-cpp.ads, i-cpp.adb: Change layout of VTable for new C++ ABI. From-SVN: r89655 --- gcc/ada/i-cpp.adb | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'gcc/ada/i-cpp.adb') diff --git a/gcc/ada/i-cpp.adb b/gcc/ada/i-cpp.adb index b54d6d9..387dcb5 100644 --- a/gcc/ada/i-cpp.adb +++ b/gcc/ada/i-cpp.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 1992-2002, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2004, Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- @@ -32,7 +32,6 @@ ------------------------------------------------------------------------------ with Ada.Tags; use Ada.Tags; -with Interfaces.C; use Interfaces.C; with System; use System; with System.Storage_Elements; use System.Storage_Elements; with Unchecked_Conversion; @@ -60,10 +59,8 @@ package body Interfaces.CPP is type Vtable_Entry_Array is array (Positive range <>) of Vtable_Entry; type VTable is record - Unused1 : C.short; - Unused2 : C.short; - TSD : Type_Specific_Data_Ptr; Prims_Ptr : Vtable_Entry_Array (Positive); + TSD : Type_Specific_Data_Ptr; end record; -------------------------------------------------------- -- cgit v1.1