Hi everybody,
is there a way to make gcc insert the c++ source lines into the .s file? I am somewhat confuded with the assembler listing generated from a .cpp file.
Like this:
gcc -S somefile.cpp
outputs to somefile.s which is the assembler code representation of somefile.cpp
Any ideas?
Greets, Tobi
is there a way to make gcc insert the c++ source lines into the .s file? I am somewhat confuded with the assembler listing generated from a .cpp file.
Like this:
gcc -S somefile.cpp
outputs to somefile.s which is the assembler code representation of somefile.cpp
Any ideas?
Greets, Tobi