Add support for the GNU V3 C++ ABI.
authorJim Blandy <jimb@codesourcery.com>
Tue, 22 May 2001 21:02:41 +0000 (21:02 +0000)
committerJim Blandy <jimb@codesourcery.com>
Tue, 22 May 2001 21:02:41 +0000 (21:02 +0000)
commit7ed49443c244d7a9e911f013fcdd70306a349866
tree56908846030553982dab585658ed96f82c02130d
parent506eee2253b69d1cd98c00212a57e572a74945ec
Add support for the GNU V3 C++ ABI.
(Includes changes by Dan Berlin.)

* gnu-v3-abi.c: New file.
* minsyms.c: #include "value.h" and "cp-abi.h".
(install_minimal_symbols): Check the minimal symbol table for
symbols that look mangled in the V3 style, and select the V3 ABI
if we find any.
* Makefile.in (SFILES): Add gnu-v3-abi.c.
(COMMON_OBS): Add gnu-v3-abi.o.
(gnu-v3-abi.o): Add new rule.
(minsyms.o): Depend on $(cp_abi_h) and $(value_h).
gdb/ChangeLog
gdb/Makefile.in
gdb/gnu-v3-abi.c [new file with mode: 0644]
gdb/minsyms.c