X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2FChangeLog;h=d5ea8ea5111aa248e61e3f43bb1ecad082bbb41d;hb=56eec3c737e0f038711286c34175504fad3cd95c;hp=51faafb1a33a394116e907f103dee97ae9f155e6;hpb=fc39be5870d4a2acddd7aad0633f745b06b45761;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 51faafb1a3..d5ea8ea511 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,18 @@ Sun Jul 18 15:22:45 1993 Jim Kingdon (kingdon@rtl.cygnus.com) + * infptrace.c: Split out define of PT_KILL; Sequent defines PT_KILL + but not the others. + * symm-tdep.c: Remove exec_file_command. + [_SEQUENT_] (ptx_coff_regno_to_gdb, register_addr): New functions. + A few miscellaneous cleanups. + * symm-nat.c: Renamed from symm-xdep.c. + + * mips-tdep.c (mips_skip_prologue): New argument lenient. + Use read_memory_nobpt. + (is_delayed, mips_in_lenient_prologue): New functions. + (init_extra_frame_info): If in the prologue, don't use saved registers. + * config/mips/tm-mips.h: Declare mips_skip_prologue. + * partial-stab.h (N_SO): Add the text offset to valu before, not after, passing it to END_PSYMTAB.