]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/config/mn10200/tm-mn10200.h
* mn10200-tdep.c: Remove lots of debugging printfs, update/improve
authorJeff Law <law@redhat.com>
Mon, 10 Feb 1997 23:56:56 +0000 (23:56 +0000)
committerJeff Law <law@redhat.com>
Mon, 10 Feb 1997 23:56:56 +0000 (23:56 +0000)
commita698d0d06fa53c237244835b97b5657f68a62add
treea007b75b4e737d57bba0af1a377a1d095ea08f77
parentefaf2b5892b8ad09a93e0551e183543e5bd18082
    * mn10200-tdep.c: Remove lots of debugging printfs, update/improve
        comments, formatting, etc.  Plus other minor fixes for problems
        I found during my first pass over the mn10200 port.
        (mn10200_analyze_prologue): New function.
        (mn10200_frame_chain, mn10200_init_extra_frame_info): Use it.
        * config/mn10200/tm-mn10200.h: Lots of updates/improvements to
        comments, formatting, etc.  Minor fixes for problems I found during
        my first pass over the mn10200 port.
        (TARGET_*_BIT): Define appropriately for ints, long longs, doubles and
        pointers.
        (REGISTER_VIRTUAL_TYPE): Define as a long.
        (EXTRACT_RETURN_VALUE): Rework to deal with long ints living
        in register pairs.
        (STORE_RETURN_VALUE): Similarly.
Checking in my initial changes, prologue scanning, etc.
Current gdb testsuite results:

                === gdb Summary ===

# of expected passes       3684
# of expected failures     40
# of unexpected failures   6
gdb/ChangeLog
gdb/config/mn10200/tm-mn10200.h
gdb/mn10200-tdep.c