This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

help writing gcc code


I need to edit a gcc source code, then recompile.  My goal is to change what
gets output in the assembly file, when using the '-S' flag.  
I figured a good first step would be, being able to print out "Hello World!"
somewhere in the '.s' file. I'm having trouble finding which source code
file I need to edit though.
Any help would be great. Thanks.
-- 
View this message in context: http://www.nabble.com/help-writing-gcc-code-tf3793037.html#a10727717
Sent from the gcc - Dev mailing list archive at Nabble.com.


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