* config/pa/tm-hppa.h: Define lots register offsets needed by
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 13063a11f0af22c112e3ff7b75ed950f3076ef41..221546b809cb09f8391e77aaf77c0b6ea1a6653d 100644 (file)
@@ -1,3 +1,137 @@
+Fri Apr  7 17:43:01 1995  Stu Grossman  (grossman@andros.cygnus.com)
+
+       * monitor.c:  make_xmodem_packet and print_xmodem_packet go away.
+       send_xmodem_packet shows up to do the obvious.  Lots of fixes to
+       xmodem downloads including resetting of block number at start of
+       new transfers, fix for buffer overrun problem, addition of CRC
+       generation code.
+       * (monitor_open):  loadtype_str and loadproto_str now default to
+       first entry in monitor_ops->loadtypes.
+       * (monitor_wait):  Lengthen register dump buf, because of verbose
+       Winbond monitor.
+       * (monitor_fetch_register):  Report unimplemented registers as 0.
+       * (monitor_read_memory):  Only do 16 byte aligned transfers
+       because of formatting weirdness with the Winbond monitor.  Also,
+       ignore non-hex, non-whitespace formatting between bytes (same
+       monitor).
+       * (monitor_load):  Clean up logic.
+       * (monitor_load_srec):  Re-do xmodem support.  Move lots of it
+       into send_xmodem_packet.
+       * (getacknak):  Get rid of polls and timeouts.  Handle CRC
+       requests from receiver.
+       * (monitor_make_srec):  Efficiency improvements.  Don't call
+       sprintf to output two digit hex numbers.
+       * (crcinit, docrc):  New, CRC-16 support routines.
+       * (send_xmodem_packet):  New routine to generate either CRC-16 or
+       checksummed xmodem packets.
+
+       * remote-est.c (est_loadtypes), rom68k-rom.c (rom68k_loadtypes):
+       Reduce tables down to only the load types supported by each
+       monitor.
+
+       * w89k-rom.c  (w89k_supply_register):  Parses output of Winbond
+       register dumps.
+       * (w89k_loadtypes, w89k_loadprotos):  Reduce to just srec/xmodem.
+       * (w89k_cmds):  Add clear all breakpoints, memory fill, and dump
+       registers commands.
+
+       * config/pa/tm-hppa.h:  Define lots register offsets needed by
+       w89k-rom.c.
+
+Thu Apr  6 17:00:46 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
+
+       * Makefile.in (X11_INCLUDES): Define as empty.
+       (X11_CFLAGS): Define as including $(X11_INCLUDES).
+       (X11_LIB_SWITCHES): Define as empty.
+       (X11_LIBS): Define as -lX11.
+
+       * configure.in (enable_gdbtk): If gdbtk, support the --x-includes
+       and --x-libraries switches, setting the X11_INCLUDES and
+       X11_LIB_SWITCHES respectively.  Instead of using a hardcoded -lX11
+       in ENABLE_CLIBS, use the X11_LIB_SWITCHES and X11_LIBS variables.
+
+       * gdbtk.c (gdbtk_init): If SIOCSPGRP is not available, don't use
+       it.  This means that the stop button doesn't work, but is better
+       than nothing.
+
+Wed Apr  5 19:57:38 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * mips-tdep.c (mips_print_register): Remove unused variable
+       our_type and call to init_type.  Fixes memory leak.  Reindent function.
+
+       * mips-tdep.c (mips_print_register), findvar.c
+       (write_register_bytes): Make buffer char[] instead of unsigned
+       char[].
+
+Mon Apr  3 19:28:14 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * top.c, utils.c, main.c, defs.h: Replace error_pre_print with two
+       variables: error_pre_print (for RETURN_ERROR) and quit_pre_print
+       (for RETURN_QUIT).  Fixes a bug whereby typing ^C (e.g. in "maint
+       print sym") could output extraneous stuff.
+       * objfiles.c: Don't declare error_pre_print; defs.h does it.
+
+Mon Apr  3 13:48:28 1995  Stu Grossman  (grossman@andros.cygnus.com)
+
+       * monitor.h:  Add MO_GETMEM_NEEDS_RANGE flag.
+       * monitor.c (monitor_read_memory):  Use previously mentioned flag
+       to send proper format memory examine commands to the w89k monitor.
+       Also, try to handle bizarre format of memory dump...
+
+       * op50-rom.c w89k-rom.c:  Update to new monitor.[ch] conventions.
+
+Sat Apr  1 03:22:20 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * dbxread.c (process_one_symbol) [SOFUN_ADDRESS_MAYBE_MISSING]:
+       Handle relocated symbol address.
+       * partial-stab.h, case N_SO, SOFUN_ADDRESS_MAYBE_MISSING:
+       Do not relocate a zero address.
+
+Thu Mar 30 19:46:36 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * config/a29k/tm-a29k.h: Nuke obsolete define CONTROL_END_ADDR; it
+       is nowhere used.
+
+       * stabsread.c (read_range_type): Remove FIXME comment about
+       type-id (I presume this meant a number followed by = followed by a
+       type) versus type number; Per fixed it.
+
+Wed Mar 29 09:56:04 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
+
+       * configure.in: sparc-*-sunos5* is same as sparc-*-solaris2*.
+
+Wed Mar 29 18:30:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * remote-e7000.c (why_stop): Add new kinds of strings to expect
+       from the emulator.
+       (e7000_wait): Add interpretations for more stop reasons,
+       including warnings for write protect and cycle address errors.
+
+Wed Mar 29 17:09:29 1995  Stu Grossman  (grossman@cygnus.com)
+
+start-sanitize-gdbtk
+       * Makefile.in (gdbtk.o):  Use X11_CFLAGS to provide alternate
+       locations (per-host) for X11 include files.
+       * config/pa/hppahpux.mh (XM_CLIBS):  Add -L/usr/lib/X11R5 to force
+       the use of R5 libs.  (X11_CFLAGS):  Add this to indicate the locs
+       of the R5 include files.
+end-sanitize-gdbtk
+       * monitor.c monitor.h remote-est.c rom68k-rom.c:  Add start of
+       support for interrupting target.
+       * monitor.c (monitor_open):  Send stop command before doing
+       anything else.
+       * (monitor_load_srec):  Fix record size calculation to prevent end
+       of segment from getting trashed.
+       * rom68k-rom.c:  Update to latest version of struct monitor_ops.
+       * config/sparc/tm-sparc.h (FIX_CALL_DUMMY):  Fix byte-order
+       problems.  Makes DOS hosted function calling work.
+       * sparclite/crt0.s:  Define _start to make COFF happy.
+
+Wed Mar 29 09:11:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
+
+       * defs.h (atof): Don't provide an external declaration if atof is
+       a macro.
+
 Wed Mar 29 00:01:07 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
 
        * rs6000-tdep.c (skip_prologue):  Skip saving of LR and CR in
This page took 0.024306 seconds and 4 git commands to generate.