This is the mail archive of the gcc-patches@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]

Re: AM33: Not adding `0,' to `(SP)'



  In message <orhfckxhd3.fsf@zecarneiro.lsd.ic.unicamp.br>you write:
  > --=-=-=
  > 
  > This saves us a few bytes on AM33's libgcc.  Ok to install?
  > 
  > v gcc/am33/libgcc.a 26864 26861
  > 
  > 
  > --=-=-=
  > Content-Type: text/x-patch
  > Content-Disposition: inline; filename=am33-gcc-print-reg-addr.patch
  > 
  > Index: gcc/ChangeLog
  > from  Alexandre Oliva  <aoliva@cygnus.com>
  > 
  > 	* config/mn10300/mn10300.c (print_operand_address): Do not add
  > 	zero to SP.
How did this happen?  ie, when/how/why did we generate an insn which added
zero to the stack pointer?  I'd generally prefer to fix it at the source
rather than hack around it during assembly output time.

jeff


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