1. 25 Feb, 2002 8 commits
  2. 24 Feb, 2002 13 commits
  3. 23 Feb, 2002 18 commits
  4. 22 Feb, 2002 1 commit
    • class.c: Change vtable to be more compatible with g++ v3 abi. · dcb36804
      
      	*  class.c:  Change vtable to be more compatible with g++ v3 abi.
      	(get_dispatch_table):  Prepend offset-to-top (always 0) and
      	type_info pointer (currently unimplemented hence NULL) to vtable.
      	Specifically, prepend offset-to-top and typeinfo ptr (currently null).
      	(make_class_data):  Variable dtable_start_offset is sizeof 2 pointers.
      	Adjust vtable pointers by dtable_start_offse - i.e. skip new words.
      	(build_dtable_decl):  Add declarations for new fields.
      
      From-SVN: r49978
      Per Bothner committed