]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/ChangeLog
2002-05-22 Michael Snyder <msnyder@redhat.com>
authorMichael Snyder <msnyder@vmware.com>
Thu, 23 May 2002 15:52:01 +0000 (15:52 +0000)
committerMichael Snyder <msnyder@vmware.com>
Thu, 23 May 2002 15:52:01 +0000 (15:52 +0000)
commit78eac43ebfb6811bec5f5920134e80c8eb8ec249
tree0c1dfdb89b2a90d728696eb692e3f82b702f8c61
parentb61a87338a562c80b0af226b85ade74aa451636b
2002-05-22  Michael Snyder  <msnyder@redhat.com>

        * d10v-tdep.c: Change a few macros to enums for ease of debugging.
        (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
        (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
        (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
        Don't bail if return_pc is PC_IN_CALL_DUMMY.
        Add a temp variable to save a call (and a memory read).
        (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
        if possible (so that PC_IN_CALL_DUMMY will work).
gdb/ChangeLog
gdb/d10v-tdep.c