aboutsummaryrefslogtreecommitdiff
path: root/gdb/config
AgeCommit message (Expand)AuthorFilesLines
1994-02-27 * config/i386/tm-i386v4.h (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP,Peter Schauer1-1/+46
1994-02-24 * confiugre.in (hppa*-*-osf*): New configuration.Jeff Law3-0/+15
1994-02-19 * config/mips/tm-mips.h (FIX_CALL_DUMMY): For big endian targets,Peter Schauer1-6/+9
1994-02-19Modified Files:Kung Hsu2-1/+8
1994-02-18 * config/rs6000/{tm-rs6000lynx.h,nm-rs6000lynx.h,xm-rs6000lynx.h}:Jim Kingdon4-3/+3
1994-02-18 * config/mips/littlemips64.mt: Rename to mipsel64.mt for 14Jim Kingdon2-0/+8
1994-02-18Added Files:Kung Hsu9-21/+161
1994-02-12 * configure.in: Add Lynx/rs6000 support.Stu Grossman4-0/+91
1994-02-08 * config/alpha/alpha-nw.mt, config/alpha/alpha-osf1.mt (MT_CFLAGS):Peter Schauer1-5/+0
1994-02-07 * config/m68k/{m68k-em.mt,tm-m68k-em.h}: Remove; no longer used.Jim Kingdon3-75/+0
1994-02-06 * config/mips/mipsm3.mh, config/i386/i386m3.mh,Jim Kingdon4-3/+6
1994-02-06 * config/i386/tm-sun386.h, config/i386/tm-symmetry.hPeter Schauer2-2/+2
1994-02-05 * config/i386/tm-i386aix.h (REGISTER_CONVERT_TO_RAW): Add missingJim Kingdon1-5/+2
1994-02-05 * remote-mips.c (mips_insert_breakpoint, mips_remove_breakpoint):Jim Kingdon2-12/+0
1994-02-05REGISTER_TYPE is obsolete.Steve Chamberlain1-1/+0
1994-02-05Fix REGISTER_TYPE and order of register names.Steve Chamberlain1-5/+11
1994-02-05Fix REGISTER_TYPE.Steve Chamberlain1-5/+6
1994-02-05Get REGISTER_TYPE right.Steve Chamberlain2-9/+14
1994-02-04 * config/rs6000/tm-rs6000.h: Declare rs6000_struct_return_addressJim Kingdon1-38/+48
1994-02-03 * printcmd.c (decode_format): Don't blithely set the size forJim Kingdon1-6/+0
1994-02-01 * config/m88k/{tm-delta88.h,tm-delta88v4.h}, m88k-tdep.c:Jim Kingdon2-0/+8
1994-01-31 * mips-tdep.c: Remove code which sets saved_regs fromJim Kingdon1-3/+7
1994-01-29 * config/m68k/monitor.mt (TDEPFILE): Add remote-es.o.Jim Kingdon1-0/+4
1994-01-28 * config/pa/tm-hppa.h: Define macro SMASH_TEXT_ADDRESS.Jim Kingdon1-5/+8
1994-01-22 * config/sparc/tm-sun4sol2.h (IN_SIGTRAMP, SIGCONTEXT_PC_OFFSET):Peter Schauer1-0/+7
1994-01-22 * sparc-tdep.c, lynx-nat.c, config/sparc/tm-sparc.h,Stu Grossman2-2/+18
1994-01-22 * lynx-nat.c: Add Sparc support.Stu Grossman3-46/+4
1994-01-21 * dbxread.c (end_psymtab): Only patch psymtab textlow and texthighJim Kingdon1-0/+3
1994-01-21 * infptrace.c (child_xfer_memory): Only use if CHILD_XFER_MEMORYJeff Law4-2/+22
1994-01-18 * config/pa/tm-hppa.h (unwind_table_entry): Use one of theJeff Law1-96/+45
1994-01-15 * utils.c (request_quit): Re-establish signal handler regardlessJim Kingdon1-0/+4
1994-01-14* config/i386/xm-linux.h: Define HAVE_TERMIOS.Jim Kingdon1-0/+2
1994-01-12* a29k-tdep.c (init_frame_info): Cast null arg to examine_tag.John Gilmore1-13/+17
1994-01-11* infrun.c, config/mips/tm-irix5.h: Remove #if 0'd AT_FUNCTION_START.Jim Kingdon1-4/+0
1994-01-11Add alpha-nw.mt to things to keepJim Kingdon1-0/+1
1994-01-11 * config/alpha/alpha-netware.mt: Rename to alpha-nw.mt for 14Jim Kingdon1-0/+0
1994-01-07 * config/i386/tm-i386v.h, config/m68k/tm-m68k.h, config/mips/tm-mips.h,Peter Schauer4-0/+7
1994-01-04 * config/alpha/alpha-netware.mt: New target support for AlphaStu Grossman1-0/+8
1994-01-04 * target.h: Add enum target_waitkind, enum target_signal, andJim Kingdon1-6/+0
1994-01-03* config/m68k/tm-sun3.h: Don't define BELIEVE_PCC_PROMOTION.Jim Kingdon1-6/+2
1993-12-27Add comment about breakpoint vector usage.Jeff Law1-1/+4
1993-12-26 * valops.c (call_function_by_hand, push_word), defs.h (push_word),Jim Kingdon17-52/+73
1993-12-25 * defs.h: Move definitions of TARGET_*_BIT after include of tm.h.Jim Kingdon4-33/+39
1993-12-16 * config/m68k/nm-hp300bsd.h: Correctly identify 4.3BSD vs 4.4BSD.Jeff Law3-3/+10
1993-12-12 * config/z8k/tm-z8k.h (BIG): is now sim_z8001_mode.Steve Chamberlain2-3/+3
1993-12-12 * config/sh/sh.h (NOP): Define NOP insn.Steve Chamberlain1-0/+1
1993-12-12 * config/h8500/tm-h8500.h (REGISTER_BYTES, REGISTER_BYTE,Steve Chamberlain1-16/+32
1993-12-12 * config/h8300/tm-h8300.h (BREAKPOINT): Insn changed to sleep.Steve Chamberlain1-4/+5
1993-12-08 * config/mips/idt.mt: Use tm-idt.h instead of tm-bigmips.h.Ian Lance Taylor5-2/+54
1993-12-06 Added Irix 5 support.Ian Lance Taylor1-0/+1