]> Git Repo - binutils.git/blobdiff - gdb/ChangeLog
* config.guess: Recognize ISC. Patch from [email protected].
[binutils.git] / gdb / ChangeLog
index 88fde5e9da1d82f81dde49208247526487c2dc88..1f809c9a918ae8ab559c3d3f34b9dcbe994fcb1c 100644 (file)
@@ -1,3 +1,122 @@
+Sat Jul 23 00:58:15 1994  Stu Grossman  ([email protected])
+
+       * target.c (unpush_target):  Fix handling of removal of top target.
+
+Fri Jul 22 17:30:39 1994  Stu Grossman  ([email protected])
+
+       * Makefile.in: Add stuff to build nlmstub.
+       * Add rule for annotate.o to keep Sun make happy.
+       * configure.in:  Add config for powerpc/Netware.
+
+       * partial-stab.h (near N_SO):  Don't call START_PSYMTAB with null
+       filename.  This speeds up handling of trailing N_SO stabs (they
+       mark the end of a .o file).
+
+       * target.c, target.h:  Change the way pushing and popping of
+       targets work to support target overlays and inheritance.
+       * corelow.c, hppa-tdep.c, inflow.c, remote-nindy.c, utils.c:
+       Fixup references to current_target, due to previous changes.
+
+       * config/i386/tm-i386nw.h:  Enable longjmp support.  More work is
+       needed to get the address of longjmp out of the target.
+
+Tue Jul 19 13:25:06 1994  Stan Shebs  ([email protected])
+
+       * main.c: Include <ctype.h>.
+
+Mon Jul 18 15:32:17 1994  Kung Hsu  ([email protected])
+
+       * remote-mips.c (mips_readchar): Fix a bug in checking <IDT>
+       prompt.
+
+Mon Jul 18 14:26:35 1994  Stan Shebs  ([email protected])
+
+       * solib.c (look_for_base): Don't deref exec_bfd if NULL.
+
+Sun Jul 17 15:38:36 1994  Fred Fish  ([email protected])
+
+       * Makefile.in (VERSION):  Bump to 4.12.4.
+
+Sun Jul 17 12:20:35 1994  Stan Shebs  ([email protected])
+
+       Harris CX/UX support, from Bob Rusk ([email protected]).
+       * configure.in (m88*-harris-cxux*): New configuration.
+       * cxux-nat.c, config/m88k/cxux.mh, config/m88k/cxux.mt,
+       config/m88k/xm-cxux.h, config/m88k/tm-cxux.h, config/m88k/nm-cxux.h:
+       New files.
+       * config/m88k/tm-m88k.h: Add comment about Harris OS.
+       (TARGET_WRITE_PC): Pass pid through to register writers.
+
+       * configure.in (m68*): Put vendor-only-specified host configs
+       after vendor-and-os-specified configs.
+       (m68*-atari-sysv4*, m68*-cbm-sysv4*): Replace with m68*-*-sysv4.
+
+       * config/m88k/delta88.mh (MUNCH_DEFINE): Remove.
+       * config/m88k/delta88.mt, config/m88k/delta88v4.mh: Format
+       consistently.
+
+Sat Jul 16 23:39:17 1994  Peter Schauer  ([email protected])
+
+       * elfread.c (elf_symtab_read):  Handle error return from
+       bfd_get_dynamic_symtab_upper_bound gracefully.
+
+Sat Jul 16 14:43:17 1994  Stan Shebs  ([email protected])
+
+       * inferior.h (ARCH_NUM_REGS): New macro, actual number of
+       registers in use by the inferior.
+       * coredep.c (fetch_core_registers, register_addr): Use it.
+       * findvar.c (registers_changed, registers_fetched,
+       read_register_bytes): Ditto.
+       * infcmd.c (do_registers_info, registers_info): Ditto.
+       * infptrace.c (fetch_inferior_registers,
+       store_inferior_registers): Ditto.
+       * stack.c (frame_info): Ditto.
+
+       * coredep.c (CORE_REGISTER_ADDR): New macro.
+       (fetch_core_registers): Use it.
+
+       * breakpoint.c (ignore, condition): Add usage notes to help strings.
+       * symfile.c (add-symbol-file): Add usage note to help string.
+       (add_shared_symbol_files_command): New command.
+
+       gcc -Wall lint.
+       * inferior.h (read_pc_pid): Declare.
+       * breakpoint.c (watchpoint_check): Cache breakpoint in local
+       variable b, remove unused variable other_type_used.
+       * main.c (inferior.h, call-cmds.h): Include.
+       (gdb_init): Declare.
+       * remote.c (remote_wait): Return 0 by default.
+
+Fri Jul 15 16:43:33 1994  Stan Shebs  ([email protected])
+
+       Stop printing at null char option, from Oliver Meyer
+       ([email protected]).
+       * valprint.h, valprint.c (stop_print_at_null): New global.
+       * valprint.c (_initialize_valprint): New print set subcommand
+       "null-stop".
+       * c-valprint.c (c_val_print): If stop_print_at_null is on, and
+       printing a char array, adjust the number of chars to print.
+
+Fri Jul 15 14:33:40 1994  Stan Shebs  ([email protected])
+
+        From Kevin A. Buettner ([email protected]).
+       * m88k-tdep.c (examine_prologue): Modified to handle prologues for
+       pic code in addition to prologues where an instruction from the
+       prologue gets moved into the delay slot of a branch instruction
+       immediately following the prologue.  A table of potential prologue
+       instructions (prologue_insn_tbl) is now used for picking apart a
+       function prologue.
+       (frame_find_saved_regs): Changed the way in which limit gets set
+       so that the delay slot of branch instructions immediately
+       following the prologue gets examined.
+       (pushed_size, store_parm_word, store_parm, push_parameters,
+       collect_returned_value):  Deleted.
+
+Fri Jul 15 01:06:00 1994  Peter Schauer  ([email protected])
+
+       * infrun.c (wait_for_inferior):  Handle stepping into leaf
+       functions whose prologue consists of gp loading code only.
+
 Thu Jul 14 14:22:12 1994  Stan Shebs  ([email protected])
 
        * dbxread.c: Don't include libbfd.h.
This page took 0.026498 seconds and 4 git commands to generate.