cxxabi.h (__pbase_type_info): Changed member names to match specifications.
authorJeffrey Oldham <oldham@codesourcery.com>
Sat, 5 Aug 2000 04:17:23 +0000 (04:17 +0000)
committerJeffrey D. Oldham <oldham@gcc.gnu.org>
Sat, 5 Aug 2000 04:17:23 +0000 (04:17 +0000)
commitf9fcf62b6ab635d6464fd38a57e1a13d1d38539e
treec98608f0960c535a4b9214b9b9f7301c2e0b2fb8
parent8cab40f72e6434f3c724492caaf86716c2083c87
cxxabi.h (__pbase_type_info): Changed member names to match specifications.

2000-08-04  Jeffrey D. Oldham  <oldham@codesourcery.com>

* inc/cxxabi.h (__pbase_type_info): Changed member names to match
specifications.
(__pointer_to_member_type_info): Likewise.
(__base_class_info): Likewise.
(__class_type_info): Likewise.
(__si_class_type_info): Likewise.
(__vmi_class_type_info): Likewise.
* tinfo.cc (__si_class_type_info::__do_find_public_src):
Changed member names to match specifications.
(__vmi_class_type_info::__do_find_public_src): Likewise.
(__si_class_type_info::__do_dyncast): Likewise.
(__vmi_class_type_info::__do_dyncast): Likewise.
(__si_class_type_info::__do_upcast): Likewise.
(__vmi_class_type_info::__do_upcast): Likewise.
* tinfo2.cc (__pbase_type_info::__do_catch): Likewise.
(__pbase_type_info::__pointer_catch): Likewise.
(__pointer_type_info::__pointer_catch): Likewise.
(__pointer_to_member_type_info::__pointer_catch): Likewise.

From-SVN: r35503
gcc/cp/ChangeLog
gcc/cp/inc/cxxabi.h
gcc/cp/tinfo.cc
gcc/cp/tinfo2.cc