This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more infromation.


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

Re: Take off "link" and "unlk" of function


  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


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