From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Daniel Berlin Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH] New C++ abstraction patch Date: Wed, 21 Feb 2001 10:56:00 -0000 Message-id: <3A940ED9.317F856@cygnus.com> References: X-SW-Source: 2001-02/msg00428.html Daniel Berlin wrote: > > Includes Elena's requested changes, moves gnu-v2-abi.c and gnu-v3-abi.c to > the root directory. Dan, If I understand things correctly, in C++, a function signature determines not just the calling convention but also the symbols real name. If either of these requirements are not met then the code won't work. Consequently, for C++, the mangler and other C++ stuff really make up part of the over all application binary interface. Hence the choice of ``cp-abi.*'' as the basename. Andrew