This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [PATCH] New C++ abstraction patch


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]