2002-06-19 Daniel Jacobowitz <drow@mvista.com>
authorDaniel Jacobowitz <drow@false.org>
Wed, 19 Jun 2002 16:48:47 +0000 (16:48 +0000)
committerDaniel Jacobowitz <drow@false.org>
Wed, 19 Jun 2002 16:48:47 +0000 (16:48 +0000)
commit2e4ebe70e5300e6b03f115098e8bd299b67e7f9c
tree650ca2a9261dee29b1c83a6493cf73c35d1dfe22
parent167759081661b27406e16dc039379ed529bd0fa0
2002-06-19  Daniel Jacobowitz  <drow@mvista.com>

        * mips-tdep.c (enum mips_abi): Explicitly start at 0.  Add
        MIPS_ABI_LAST.
        (mips_abi_string, mips_abi_strings): New.
        (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
        (mips_gdbarch_init): Set tdep->found_abi.  Don't set
        tdep->mips_abi_string.  Honor mips_abi_string.  Default to
        O32 if no ABI is found.
        (mips_dump_tdep): Use mips_abi_strings.
        (mips_abi_update): New function.
        (_initialize_mips_tdep): Initialize mips_abi_string.  Add
        ``set mips abi'' and ``show mips abi''.  Check the size of
        mips_abi_strings.
gdb/ChangeLog
gdb/mips-tdep.c
This page took 0.035637 seconds and 4 git commands to generate.