Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-06-07 | s/abort/gdb_assert/ | Andrew Cagney | 1 | -2/+2 | |
2001-06-01 | * gnu-v3-abi.c (gnu_v3_abi_ops, vtable_type_gdbarch_data): Make | Jim Blandy | 1 | -2/+2 | |
these static --- there's no reason other files should use these. | |||||
2001-05-22 | Add support for the GNU V3 C++ ABI. | Jim Blandy | 1 | -0/+355 | |
(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). |