aboutsummaryrefslogtreecommitdiff
path: root/gdb/mips-tdep.c
AgeCommit message (Expand)AuthorFilesLines
2002-03-102002-03-10 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz1-44/+167
2002-02-202002-02-20 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz1-1/+1
2002-02-05* cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.Andrew Cagney1-3/+3
2002-01-20Eliminate IEEE_FLOAT.Andrew Cagney1-1/+0
2002-01-05s/BIG_ENDIAN/BFD_ENDIAN_BIG/Andrew Cagney1-21/+21
2001-12-10* arch-utils.c (generic_register_raw_size): New function.Andrew Cagney1-3/+8
2001-11-19 * mips-tdep.c (find_proc_desc): Add cur_frame argument. PassDaniel Jacobowitz1-10/+20
2001-10-15Add INTEGER_TO_ADDRESS to hadle nasty harvard architectures that doAndrew Cagney1-0/+17
2001-07-24Doco LE O32 sizeof(struct) < 4 problem.Andrew Cagney1-1/+14
2001-07-15s/value_ptr/struct value */Andrew Cagney1-2/+2
2001-07-12 * mips-tdep.c (mips_type_needs_double_align): New function.Daniel Jacobowitz1-0/+37
2001-07-06Branch prediction code cleanupDaniel Jacobowitz1-40/+53
2001-07-05 * mips-tdep.c (mips_software_single_step): New function.Daniel Jacobowitz1-0/+27
2001-06-16* arch-utils.c (init_frame_pc_default): New functionAndrew Cagney1-0/+1
2001-06-15Multi-arch INIT_FRAME_PC() and INIT_FRAME_PC_FIRST().Andrew Cagney1-7/+5
2001-06-15multi-arch ADDR_BITS_REMOVE.Andrew Cagney1-1/+5
2001-06-07 * config/mips/tm-irix6.h: New file.Eli Zaretskii1-0/+22
2001-06-04 * mips-tdep.c (show_mipsfpu_command): Remove unused variable msg.Eli Zaretskii1-12/+15
2001-05-12* mips-tdep.c (mips_store_return_value,Jim Blandy1-2/+2
2001-05-04Phase 1 of the ptid_t changes.Kevin Buettner1-2/+2
2001-03-28Gag -Wuninitialized warnings.Andrew Cagney1-1/+4
2001-03-26* mips-tdep.c (mips_gdbarch_init): Tweak indentation.Jim Blandy1-1/+1
2001-03-20Change SOFTWARE_SINGLE_STEP_P into SOFTWARE_SINGLE_STEP_P().Andrew Cagney1-5/+2
2001-03-06Update/correct copyright notices.Kevin Buettner1-2/+2
2001-03-01Create new file regcache.h. Update all uses.Andrew Cagney1-0/+1
2001-02-21Fix printf fmt arguments.Andrew Cagney1-10/+32
2001-02-20When the target h/w has 8byte registers, return 8 bytes for the raw buffer sizeAndrew Cagney1-0/+5
2001-02-08Add __FILE__ and __LINE__ parameter to internal_error() /Andrew Cagney1-3/+6
2001-01-31Replace strsave() with xstrdup().Andrew Cagney1-5/+5
2001-01-042001-01-04 Michael Snyder <msnyder@mvstp600e.cygnus.com>Michael Snyder1-1/+1
2000-12-15Replace free() with xfree().Kevin Buettner1-1/+1
2000-12-04Multiarch STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM,Andrew Cagney1-0/+27
2000-12-02* mips-tdep.c (struct upk_mips16): Delete fields ``inst'' andAndrew Cagney1-174/+163
2000-10-30* gdbarch.sh, hp-psymtab-read.c, hpread.c, m3-nat.c, mcore-tdep.c,J.T. Conklin1-3/+3
2000-10-27Corrected spelling errors in comments.David Anderson1-2/+2
2000-10-25 Approved by Andrew Cagney <ac131313@cygnus.com>Fred Fish1-1/+8
2000-10-23Corrected spelling errors in commentsDavid Anderson1-1/+1
2000-08-19Check arches->gdbarch and not current_gdbarch when looking for a match.Andrew Cagney1-2/+2
2000-07-30Protoization.Kevin Buettner1-9/+4
2000-07-11* mips-tdep.c: General cleanup. Delete all #if 0 code. ConvertAndrew Cagney1-361/+180
2000-07-11Force MIPS to sign-extend any addresses read from registers.Andrew Cagney1-22/+30
2000-07-11Move the ``set mask-address'' command to remote-mips.c. DisableAndrew Cagney1-15/+71
2000-07-10* mips-tdep.c (mips_push_arguments): Always align struct_addr on aAndrew Cagney1-3/+8
2000-07-07More mult-arch conversions: IEEE_FLOAT, SKIP_PROLOGUE,Andrew Cagney1-29/+26
2000-07-062000-07-06 Michael Snyder <msnyder@cleaver.cygnus.com>Michael Snyder1-3/+5
2000-06-23For EABI, start allocting space on the stack when the registers areAndrew Cagney1-11/+16
2000-06-23When FP registers are full, store FP arguments on stack and not inAndrew Cagney1-12/+29
2000-06-17Add ``set debug mips'' command. Add much debugging.Andrew Cagney1-11/+91
2000-06-17For MIPS_EABI, squeeze simple floating point structs into an FP register.Andrew Cagney1-1/+8
2000-06-17EABI64 was selecting EABI32Andrew Cagney1-1/+1