Take off "link" and "unlk" of function

Jeffrey A Law law@cygnus.com
Mon Oct 30 18:00:00 GMT 2000


  In message < 004601c03ff7$d050c480$9a0150c0@penbex.com.tw >you write:
  > I found m68k-coff-gcc add 'link %a6, #n' in the begin and
  > 'unlk %a6' in the end of every function.
  > I knew this is because gcc try to allocate stack
  > for the locale variable.
  > But when the function is without local variable or only
  > content inline assmebly. It (link %a6, #0) still there.
  > How can I take it off.
-fomit-frame-pointer

jeff

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com



More information about the crossgcc mailing list