* gdbserver/{gdbreplay.c,low-linux.c,remote-utils.c,utils.c}:
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index c275bafa174125b60af1036ab9e00a85cfdb3641..7cec8880430eb7f0f48c567eff9cd8bf88de0c9a 100644 (file)
@@ -1,5 +1,63 @@
+Fri Oct 11 12:18:32 1996  Mark Alexander  <marka@cygnus.com>
+
+       * gdbserver/{gdbreplay.c,low-linux.c,remote-utils.c,utils.c}:
+       Make it compile on Linux and eliminate some warnings.
+
+Thu Oct 10 16:32:08 1996  Stu Grossman  (grossman@critters.cygnus.com)
+
+       * Makefile.in (init.c):  Fixup final sed script to work around
+       Linux bug with `p' operator.
+
+Wed Oct  9 18:02:48 1996  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * remote-mips.c: Use the correct name everywhere (DDB) for NEC's
+       VR4300 target.
+       (ddb_ops, pmon_ops): Fix the documentation strings.
+
+Wed Oct  9 07:42:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
+
+       * Makefile.in (init.c):  Retro HPUX grep lacks -h option.  Strip
+       filenames with sed instead.
+
+Tue Oct  8 15:59:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
+
+       * defs.h:  Remove decls of xmalloc and xrealloc.  There is a
+       conflicting definition in libiberty.h.
+
+Tue Oct  8 11:47:13 1996  Fred Fish  <fnf@cygnus.com>
+
+       * dbxread.c (dbx_symfile_read): Call free_pending_blocks rather
+       than poking global variable (which is now static).
+       * hpread.c (hpread_build_psymtabs): Ditto.
+       * os9kread.c (os9k_symfile_read): Ditto.
+       * xcoffread.c (xcoff_initial_scan): Ditto.
+
+       * buildsym.h (free_pending_blocks): Declare here.
+       (pending_blocks): Remove declaration of global symbol.
+       (free_pendings): Remove declaration of global symbol.
+       (make_blockvector): Declare here.
+       (record_pending_block): Declare here.
+       
+       * dstread.c (make_blockvector): Remove static copy that was old
+       clone of version in buildsym.c.
+       (process_dst_block): Call record_pending_block rather than doing
+       it by hand.
+       (read_dst_symtab): Ditto.
+
+       * buildsym.c (make_blockvector): Make global rather than static,
+       (record_pending_block): New function, code moved from finish_block.
+       (finish_block): Use record_pending_block.
+       (free_pending_blocks): New function.
+       (really_free_pendings): Call free_pending_blocks.
+       (pending_blocks): Make static instead of global.
+       (free_pendings): Make static instead of global.
+       
 Tue Oct  8 09:03:22 1996  Stu Grossman  (grossman@critters.cygnus.com)
 
+       * config/i386/windows.mh config/i386/xm-windows.h::  New config
+       files to support building Wingdb (built under Microsoft build
+       environment).
+
        * Makefile.in:  Add rule for hpux-thread.o (needs special header
        files).
        * (SUBDIRS):  Remove mswin.
@@ -181,13 +239,13 @@ Tue Sep 17 12:09:00 1996  Dawn Perchik <dawn@critters.cygnus.com>
 
 Tue Sep 17 10:56:52 1996  James G. Smith  <jsmith@cygnus.co.uk>
 
-       * remote-mips.c (pmon_wait): CAIRO PMON does not require forced
+       * remote-mips.c (pmon_wait): DDB PMON does not require forced
        re-entry back into debug mode.
 
 Mon Sep 16 14:32:58 1996  James G. Smith  <jsmith@cygnus.co.uk>
 
        * remote-mips.c (mips_load): Ensure that the PC is explicitly
-       loaded after a load to a CAIRO PMON system.
+       loaded after a load to a DDB PMON system.
        
 Fri Sep 13 12:02:39 1996  Fred Fish  <fnf@cygnus.com>
 
@@ -330,9 +388,9 @@ Wed Sep  4 06:49:35 1996  Wilfried Moser (Alcatel)  <moser@rtl.cygnus.com>
 
 Fri Aug 30 15:07:14 1996  James G. Smith  <jsmith@cygnus.co.uk>
 
-       * remote-mips.c: Provide support for CAIRO target board.
-       (cairo_open, cairo_ops): Added.
-       (mips_monitor_type): MON_CAIRO Added.
+       * remote-mips.c: Provide support for DDBVR4300 target board.
+       (ddb_open, ddb_ops): Added.
+       (mips_monitor_type): MON_DDB Added.
        (mips_enter_debug, mips_exit_debug, mips_initialize,
        mips_fetch_registers, common_breakpoint, mips_load,
        _initialize_remote_mips): Updated.
This page took 0.025633 seconds and 4 git commands to generate.