This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Linkinging Assembler with C++
- To: GCC <gcc at gcc dot gnu dot org>
- Subject: Linkinging Assembler with C++
- From: Jóhann Óskarsson <yohankun at geocities dot com>
- Date: Sat, 13 May 2000 12:56:53 +0100
Can anyone tell me where I find documents on assembly linkage to C++
I know I don't *have* to write in assembly, and I generally hate to do
so. But I do not want to limit myself by not knowing it.
I know how to use the extended inline asm, but I want to be able to link
GAS sources to my C++ programs.
...or more specificly: How are function calls handled in g++ and what
kernel system calls are there.
I'm asking for documents or references to them, but if you would like to
write a manual on the fly, I won´t say no : )
Thanks for whatever help I can get.
My system is GCC 2.95.2 on i686-pc-linux-gnu
Johann