2000-07-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
authorElena Zannoni <ezannoni@kwikemart.cygnus.com>
Mon, 10 Jul 2000 14:43:37 +0000 (14:43 +0000)
committerElena Zannoni <ezannoni@kwikemart.cygnus.com>
Mon, 10 Jul 2000 14:43:37 +0000 (14:43 +0000)
commit8db62801bd2efe1b9e6493b1a4ecadf605791b99
treecd439f9797e180c03a815a5e9c60d72ebef7c629
parent32178cabe9d82d333ad4274fadb37418da4fb8d1
2000-07-10  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>

* config/sh/tm-sh.h (STORE_RETURN_VALUE): Redefine as
  sh_store_return_value().
* sh-tdep.c (sh_store_return_value): New function. Store the
  value returned by a function into the appropriate register.

2000-07-10  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>

        * sh-tdep.c (sh_skip_prologue): Before looking at the actual
  instructions, try to see if the symbol table can be of help, by
  calling after_prologue(). If this doesn't work, call
  skip_prologue_hard_way().
(skip_prologue_hard_way): Renamed from sh_skip_prologue. Add some
  more instruction pattern matching for pushing of arguments, and
  manipulation of r14.
(after_prologue): New function. Use symbol table info to determine
  the end of the prologue, if possible.
gdb/ChangeLog
gdb/config/sh/tm-sh.h
gdb/sh-tdep.c
This page took 0.02489 seconds and 4 git commands to generate.