Don't include netinet/tcp.h in ser-tcp.c if __CYGWIN32__ defined
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 81a202a2aa78009e6bf94e8fa3f1989607660ea5..0f0eb3339e85879b448221d1c1feebe1541e2951 100644 (file)
@@ -1,3 +1,472 @@
+Fri Sep  6 13:14:13 1996  Geoffrey Noer  <noer@cygnus.com>
+
+       * ser-tcp.c: don't include netinet/tcp.h if __CYGWIN32__
+
+Thu Sep  5 17:05:13 1996  Geoffrey Noer  <noer@cygnus.com>
+
+       * config/i386/cygwin32.mh:
+       * config/powerpc/cygwin32.mh: build ser-tcp.o for both hosts
+
+Thu Sep  5 12:09:13 1996  Per Bothner  <bothner@deneb.cygnus.com>
+
+       * value.h (COERCE_REF):  Fix previous change.
+       (COERCE_ENUM):  Add a check_typedef  (this is the real fix).
+
+Thu Sep  5 03:28:30 1996  Wilfried Moser (Alcatel)  <moser@rtl.cygnus.com>
+
+       * eval.c (evaluate_subexp_standard): In case of OP_ARRAY: make a
+       better check of array boundaries.
+
+Thu Sep  5 01:29:42 1996  Stu Grossman  (grossman@critters.cygnus.com)
+
+       * configure:  Update aclocal.m4 and re-run autoconf to get correct
+       defs for BFD stuff.
+       * remote-wiggler.c (wiggler_error):  Error codes are hex.  Also,
+       fix default message generation.
+
+Wed Sep  4 17:28:40 1996  Stu Grossman  (grossman@critters.cygnus.com)
+
+       * Makefile.in:  Add mswin to SUBDIRS.  Add rules for
+       mswin/libwingdb.a and remote-wiggler.o.
+       * breakpoint.c (breakpoint_here_p):  Clean up bp enabled test.
+       * (breakpoint_inserted_here_p):  New func, just like
+       breakpoint_here_p, except it's honest.  Honestly.
+       * breakpoint.h:  Proto for above.
+start-sanitize-gdbtk
+       * configure configure.in:  Add host *windows* to list of hosts
+       that don't support GDBtk.
+end-sanitize-gdbtk
+       * configure configure.in:  Add mswin to configdirs if host is
+       i[3456]86-*-windows.
+       * core-aout.c (fetch_core_registers register_addr) gdbcore.h:
+       Change all vars that can contain addresses to type CORE_ADDR.
+       * findvar.c (supply_register):  Allow val to be NULL.  This means
+       that regno is unsupported.
+       * (read_pc read_pc_pid write_pc write_pc_pid):  Make non-pid forms
+       just call pid forms with inferior_pid so that there's only once
+       place to hack PC's and such.
+       * infrun.c (proceed):  Don't skip breakpoints if user changed PC.
+       * remote-wiggler.c:  New file.  Support for BDM interface from
+       Macraigor Systems.
+       * serial.c:  Enhance serial logging capability.  Add hex and octal
+       output modes (set remotelogbase {hex|octal|ascii}.  Also log
+       breaks, timeouts, errors, and eofs.
+       * serial.h:  Redefine SERIAL_SEND_BREAK to go through a wrapper
+       function so that we can log breaks.  Don't export serial_logfile
+       or serial_logfp.
+       * top.c (execute_command):  Don't test for serial_logfp here.
+       Just call serial_log_comand, and let serial.c sort it out.
+       * valops.c (value_of_variable):  Don't attempt to establish frames
+       for static and global variables.  This makes things work a bit
+       better if the stack or frame pointer is trashed.
+       * config/m68k/monitor.mt (TDEPFILES):  Add remote-wiggler.o.
+       * config/m68k/tm-m68k.h:  Define STACK_ALIGN.  CPU32 can't hack
+       misaligned stacks during function calls.
+
+Wed Sep  4 13:06:26 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * terminal.h: Don't use #elif.
+
+Wed Sep  4 06:49:35 1996  Wilfried Moser (Alcatel)  <moser@rtl.cygnus.com>
+
+       * ch-exp.c (parse_tuple_element): Allow (*): for array tuples
+       if we have a type.
+
+       * eval.c (evaluate_subexp_standard): In case of OP_ARRAY:
+       check number of args against bounds of array to avoid
+       memory corruption.
+
+       * value.h (COERCE_REF): Do a CHECK_TYPEDEF in case we get
+       a TYPE_CODE_TYPEDEF.
+
+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.
+       (mips_enter_debug, mips_exit_debug, mips_initialize,
+       mips_fetch_registers, common_breakpoint, mips_load,
+       _initialize_remote_mips): Updated.
+
+Thu Aug 29 17:00:18 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
+
+       * nlm/configure.in (i[345]86-*-*): Recognize i686 for pentium pro.
+       * nlm/configure: Regenerate.
+
+       * gdbserver/configure.in (i[345]86-*-*): Recognize i686 for
+       pentium pro.
+
+Wed Aug 28 13:11:15 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure.in: If CY_AC_PATH_TCLCONFIG can't find TCL, don't run
+       CY_AC_LOAD_TCLCONFIG.
+       * configure: Rebuild.
+
+Tue Aug 27 12:40:40 1996  Fred Fish  <fnf@cygnus.com>
+
+       * infrun.c (wait_for_inferior): Initialize stop_func_end before calling
+       find_pc_partial_function.
+
+Tue Aug 27 10:17:34 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
+
+       * configure: Regenerate again.
+
+Tue Aug 27 04:25:08 1996  Geoffrey Noer  <noer@cygnus.com>
+
+        * configure.in: work around host_alias configure bug.
+        AC_CANONICAL_HOST is called twice (first by AC_CHECK_TOOL
+        and second by AC_CANONICAL_SYSTEM).  The second clobbers the
+        previous setting.  Circumventing by moving the second check
+        to before the first.
+       * configure: regenerated
+
+start-sanitize-d10v
+Mon Aug 26 18:36:54 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
+
+       * config/d10v/d10v.mt: New file.
+       * config/d10v/tm-d10v.h: New file.      
+       * configure.in: New target D10V.         
+       * d10v-tdep.c: New file. 
+
+end-sanitize-d10v      
+Sun Aug 25 00:09:47 1996  Fred Fish  <fnf@rtl.cygnus.com>
+
+       * rs6000-tdep.c: Fix typo in comment.
+       * valops.c (call_function_by_hand): Set using_gcc to 2
+       for code compiled without -g, per comment in code.
+       * config/a29k/tm-a29k.h (STACK_ALIGN): Add comment.
+       * config/sparc/tm-sparc.h (STACK_ALIGN): Add comment.
+       * config/sparc/tm-sp64.h (STACK_ALIGN): Add comment.
+       * config/pyr/tm-pyr.h (STACK_ALIGN): Add comment.
+       * config/m88k/tm-m88k.h (STACK_ALIGN): Add comment.
+       * config/pa/tm-hppa.h (PUSH_ARGUMENTS): Enclose args in ()'s.
+       (STACK_ALIGN): Add comment, move to be with other associated
+       macros, and document.
+       * config/mips/tm-mips.h (PUSH_ARGUMENTS): Enclose args in ()'s.
+       (STACK_ALIGN): Remove completely, handled by PUSH_ARGUMENTS.
+       * config/alpha/tm-alpha.h (PUSH_ARGUMENTS): Enclose args in ()'s.
+       * config/rs6000/tm-rs6000.h (STACK_ALIGN): Remove completely,
+       handled by PUSH_ARGUMENTS.
+       (PUSH_ARGUMENTS): Enclose args in ()'s.
+       
+Fri Aug 23 13:55:05 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * infrun.c (wait_for_inferior):  Try to reenable shared library
+       breakpoints even if auto_solib_load is not set.
+
+Fri Aug 23 00:44:57 1996  Fred Fish  <fnf@cygnus.com>
+
+       * gdbtk.c (gdbtk_init): Check for a DISPLAY env variable and
+       gracefully degrade to using command line interface if none is
+       found.
+
+Wed Aug 21 16:31:27 1996  Fred Fish  <fnf@cygnus.com>
+
+       * valprint.c (print_longest): Test for CC_HAS_LONG_LONG as well as
+       PRINTF_HAS_LONG_LONG.
+       * expprint.c (dump_expression): Ditto.
+       * configure.in: Fix check for long long support in compiler to
+       use a function body, not a nested function.
+       * configure: Rebuild with autoconf.
+       
+Tue Aug 20 17:59:42 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * aclocal.m4: Include ../bfd/aclocal.m4.
+       * configure.in: Add stdlib.h to AC_CHECK_HEADERS.  Call
+       BFD_NEED_DECLARATION on malloc, realloc, and free.
+       * acconfig.h: Add NEED_DECLARATION_MALLOC,
+       NEED_DECLARATION_REALLOC, and NEED_DECLARATION_FREE.
+       * configure, config.in: Rebuild.
+       * defs.h: Include <stddef.h> and <stdlib.h> based on HAVE_*_H
+       rather than __STDC__.  Only declare malloc, realloc, and free if
+       NEED_DECLARATION_* is defined.
+
+Tue Aug 20 15:37:03 1996  Fred Fish  <fnf@cygnus.com>
+
+       * solib.c (_initialize_solib): Add missing '\' chars at ends of
+       strings that continue on next line.
+       (enable_break): Replace "return 0" with setting success to zero
+       and letting normal return handle the return.
+
+Sat Aug 17 14:16:23 1996  Fred Fish  <fnf@cygnus.com>
+
+       * mips-tdep.c (mips_push_arguments): Make sure sp and struct_addr
+       are properly aligned.
+
+Fri Aug 16 17:54:26 1996  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * rs6000-tdep.c (rs6000_fix_call_dummy): Add full set of arguments.
+       * config/rs6000/tm-rs6000.h (FIX_CALL_DUMMY): Pass all arguments
+       to function, declare function correctly.
+
+Fri Aug 16 17:24:35 1996  Dawn Perchik <dawn@critters.cygnus.com>
+
+        * symtab.h: changed namespace to _namespace for compiling under 
+       MFC v4.0.
+
+Fri Aug 16 13:52:21 1996  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * mpw-make.sed: Update for various recent changes, add some
+       comments.
+start-sanitize-gm
+       * mpw-config.in: Fix name of Magic Cap-specific file.
+end-sanitize-gm
+
+Fri Aug 16 15:47:36 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
+
+       * config/rs6000/tm-rs6000.h (FIX_CALL_DUMMY): Cast args to be an
+       integer for type correctness.
+
+Fri Aug 16 15:15:37 1996  James G. Smith  <jsmith@cygnus.co.uk>
+
+       * config/mips/{vr4300.mt, vr4300el.mt} (SIM): Add -lm when
+       simulator is included.
+
+Thu Aug 15 13:44:13 1996  Fred Fish  <fnf@cygnus.com>
+
+       * findvar.c (write_register_pid): Only needed when TARGET_WRITE_PC
+       is not defined.
+       (read_register_pid): Only needed when TARGET_READ_PC is not
+       defined.
+       * hppa-tdep.c (frame_saved_pc): Remove prototype.
+       * infptrace.c (udot_info): Prototype when CHILD_XFER_MEMORY is
+       not defined.
+       * config/xm-aix4.h (aix_resizewindow): Convert old style decl
+       to prototype.
+       * xcoffsolib.c (command.h): Include for needed prototypes.
+
+Wed Aug 14 17:54:19 1996  Stu Grossman  (grossman@critters.cygnus.com)
+
+       * config/i386/cygwin32.mh: Set NAT_FILE to nm-empty.h to make
+       native work.
+
+Wed Aug 14 02:03:42 1996  Fred Fish  <fnf@cygnus.com>
+
+       From Blair MacIntyre <bm@cs.columbia.edu>:
+       * hppa-tdep.c (hppa_fix_call_dummy): Use MSYMBOL_TYPE rather
+       than SYMBOL_TYPE on msymbols.
+       * somsolib.c (som_solib_create_inferior_hook): Ditto.
+
+       * Makefile.in (init.c):  Generate with prototypes.
+
+       * config/pa/tm-hppa.h (frame_saved_pc): Add prototype.
+       * config/rs6000/xm-rs6000.h (aix_resizewindow): Ditto.
+       * config/rs6000/tm-rs6000.h (frame_initial_stack_address): Ditto.
+       (pc_load_segment_name): Ditto.
+       (pop_frame): Ditto.
+       (extract_return_value): Ditto.
+       (is_magic_function_pointer): Ditto.
+       (push_dummy_frame): Ditto.
+       (fix_call_dummy): Ditto.
+       (push_arguments): Ditto.
+       (skip_trampoline_code): Ditto.
+       (aix_process_linenos): Ditto.
+
+       * config/m68k/tm-cisco.h (get_longjmp_target): Add prototype.
+       * config/m68k/tm-es1800.h: Ditto.
+       * config/m68k/tm-vx68.h: Ditto.
+       * config/m68k/tm-sun3.h: Ditto.
+       * config/m68k/tm-m68kv4.h: Ditto.
+
+Tue Aug 13 23:04:36 1996  Fred Fish  <fnf@cygnus.com>
+
+       * config/mips/nm-mips.h (get_longjmp_target): Add prototype.
+       * config/mips/nm-irix3.h (get_longjmp_target): Add prototype.
+       * remote-mips.c (mips_read_processor_type): Remove prototype.
+       * mips-tdep.c (gdb_print_insn_mips): Add prototype and make static.
+       * irix5-nat.c (fetch_core_registers): Add prototype.
+
+Mon Aug 12 21:23:44 1996  Fred Fish  <fnf@cygnus.com>
+
+       * remote-pa.c (boot_board): Add dummy params to make type compatible
+       for passing to add_com.
+       * scm-exp.c (scm_lreadr): Ensure svalue is not used uninitialized.
+       * buildsym.c (compare_line_numbers): Change function to match
+       prototype and also what qsort expects.
+
+Mon Aug 12 19:19:00 1996  Mark Alexander  <marka@cygnus.com>
+
+       * remote.c: Make remote_write_size public.
+       * sh-tdep.c (_initialize_sh_tdep): Set remote_write_size to 300
+       to prevent packet errors with some versions of CMON.
+
+Mon Aug 12 16:20:58 1996  Stu Grossman  (grossman@critters.cygnus.com)
+
+       * defs.h:  Define CONST_PTR as blank if compiling with Microsoft
+       C, else it's `const'.
+       * c-lang.c c-lang.h ch-lang.c f-lang.c language.c m2-lang.c
+       scm-lang.c: Microsoft C can't hack const pointers.  Use CONST_PTR
+       macro instead.
+       * configure configure.in defs.h:  Use AC_C_CONST to figure out if
+       the compiler supports const.  Gets rid of some cruft in defs.h.
+       * dwarf2read.c:  <string.h> -> "gdb_string.h"
+       * remote-sim.c:  Add prototypes.  Fix call to gdbsim_kill.
+       * sparcl-tdep.c (download):  Add prototypes to write_routine and
+       start_routine args.
+
+       * mswin/gdbwin.c:  Don't include both varargs.h AND stdarg.h.  Get
+       rid of varargs.h  Include string.h.
+       * (gdbwin_update gdbwin_fputs regs_changed_f bpt_changed_f
+       update):  Fix prototypes, fix calls.
+       * (update):  Return value for catch_errors.
+       * (run_execute_command togdb_command_from_tty togdb_command):
+       Cleanup catching of errors from calls to execute_command.  Also,
+       dup command string to avoid modifying const strings.
+       * (togdb_breakinfo_i_init togdb_breakinfo_i_next):  Use 0 instead
+       of NULL when see if b->address isn't set.
+       * (bi_disable_bpt bi_enable_bpt bi_delete_all
+       bi_delete_breakpoint):  Add arg to calls to update.
+       * (gui_command):  Add prototype.
+       * (mswin_query):  Fix prototype.
+       * (_initialize_gdbwin):  Dup string to avoid modifying const.
+       * (info_path togdb_get_info_path):  Remove const from decls cuz
+       this can't be const (it points at malloc'ed memory).
+       * (togdb_searchpath):  Remove const from path.  Dup string to
+       avoid modifying const strings.
+       * rindex -> strrchr.
+       * (gdbwin_list_symbols):  Regexp param is const.
+       * Fix lots of refs to psymtabs to deref correct pointers.
+       * (togdb_set_breakpoint_sal):  Call set_breakpoint_sal with sal,
+       not &sal.
+       * mswin/gdbwin.h (togdb_searchpath togdb_get_info_path
+       toget_set_info_path):  Fix prototypes to match reality.
+       * mswin/gui.cpp:  Define _beginthreadex and _endthreadex routines
+       with proper prototypes.
+       * mswin/iface.cpp (gdbwin_fputs):  Define with correct number of args.
+       * mswin/ser-win32s.c:  Fix defs of min and max.
+       * mswin/serdll32.c (OpenComm16):  Make cbInQueue and cbOutQueue be
+       USHORT.
+       * (WriteComm16):  Change lpBug from LPVOID to LPCSTR.
+       * mswin/serdll32.h:  Fix prototypes for OpenComm16 and WriteComm16.
+
+Sun Aug 11 20:54:16 1996  Stu Grossman  (grossman@critters.cygnus.com)
+
+       * main.c (main):  Make sure command loop is used with cygwin32.
+       * terminal.h:  Allow cygwin32 to use termios.h.
+
+start-sanitize-gdbtk
+Fri Aug  9 12:32:53 1996  Tom Tromey  <tromey@creche.cygnus.com>
+
+       * Makefile.in (LIB_INSTALL_DIR): New macro.
+       (TCL): Include @TCL_LD_SEARCH_FLAGS@.
+
+end-sanitize-gdbtk
+Fri Aug  9 12:42:49 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * somread.c (som_symtab_read): Handle secondary definition
+       symbols (aka weak symbols).
+
+       * config/tm-hppa.h (EXTRACT_RETURN_VALUE): Fix thinko in
+       last change.
+
+Thu Aug  8 10:12:36 1996  Stu Grossman  (grossman@critters.cygnus.com)
+
+       * symfile.c (symfile_bfd_open):  Change ifdef from __WIN32__ to
+       _WIN32.
+
+       * somread.c:  Rearrange order of includes to fix warnings under
+       hpux-10.10.  Also don't include sys/file.h.
+
+Wed Aug  7 21:45:52 1996  Stu Grossman  (grossman@critters.cygnus.com)
+
+       * dbxread.c:  Don't include param.h or sys/file.h.
+       * (dbx_symfile_read):  Determine symfile_relocatable from bfd
+       flags instead of file extension.  Also clean up a little bit.
+
+Wed Aug  7 17:18:37 1996  Stu Grossman  (grossman@critters.cygnus.com)
+
+       * dwarf2read.c dwarfread.c exec.c infcmd.c infrun.c main.c
+       mdebugread.c os9kread.c source.c top.c utils.c:  Don't
+       include param.h or sys/file.h (or unistd.h in some cases).
+       * defs.h exec.c inflow.c remote-array.c remote-e7000.c
+       sparcl-tdep.c terminal.h utils.c:  Replace all occurances of
+       __WIN32__, WINGDB, WIN32, etc... with _WIN32.
+       * main.c:  Remove #ifndef WINGDB around option processing.  Fix
+       bug with passing argc==0 and argv==NULL to getopt.
+       * (main) Remove calls to access() before source_command.  Let
+       soure_command handle access errors.
+       * maint.c (maintenance_dump_me):  #ifdef out for _WIN32.
+       * symtab.c (operator_chars):  Make this global for wingdb.
+       * top.c (disconnect):  #ifdef out for _WIN32.
+       * (source_command):  If got an error and from_tty, then call print
+       error, else just return quietly.
+       * utils.c (fatal_dump_core):  Can't kill ourselves under windows.
+       Just exit.
+       * (pollquit notice_quit):  #ifdef out stuff that doesn't exist
+       under windows. 
+
+Wed Aug  7 09:59:19 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * config/pa/tm-hppa.h (EXTRACT_RETURN_VALUE): Tweak for
+       structures > 4 bytes in size.
+
+       * valops.c (call_function_by_hand): Handle aligning stacks that
+       grow up correctly.
+       * config/pa/tm-hppa.h (USE_STRUCT_CONVENTION): Define.
+       (STACK_ALIGN): Define.
+       * hppa-tdep.c (hppa_alignof): Don't demand a minumim two byte
+       alignment on structs/unions.
+       
+Sun Aug  4 16:22:42 1996  Fred Fish  <fnf@cygnus.com>
+
+       * config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Define to "int *",
+       which is the documented type under at least AIX 3 and AIX 4.
+       
+Sat Aug  3 04:02:46 1996  Fred Fish  <fnf@cygnus.com>
+
+       * config/alpha/alpha-osf3.mh (XM_FILE): Change from xm-alpha.h to
+       xm-alphaosf.h.
+       (MMALLOC_CFLAGS): Define NO_MMCHECK to not install consistency
+       checks.
+
+start-sanitize-gdbtk
+Thu Aug  1 20:35:01 1996  Tom Tromey  <tromey@creche.cygnus.com>
+
+       * gdbtk.c (mainWindow): Deleted.
+       (cleanup_init): Don't destroy main window.
+       (gdbtk_init): Main window now created by Tk_Init.
+
+       * configure.in: Most X checks now handled automatically by Tk.
+       Use new macros to find Tcl/Tk.
+       * aclocal.m4: New version for new Tcl/Tk; from Don Libes.
+       * config.in, configure: Regenerated.
+
+       * Makefile.in (TCL, TCL_CFLAGS, TK, TK_CFLAGS, X11_CFLAGS,
+       X11_LDFLAGS, X11_LIBS): Changed for new Tcl and Tk.
+
+end-sanitize-gdbtk
+Thu Aug  1 10:11:34 1996  Fred Fish  <fnf@cygnus.com>
+
+       * config/mips/tm-mips.h (TM_MIPS_H): Enclose file contents in
+       this, define when contents are included.
+       (mips_read_processor_type): Add prototype.
+       * config/mips/xm-mips.h: Remove strdup decl, now in gdb_string.h
+       * mdebugread.c (ecoff_relocate_efi): Add prototype.
+       (fixup_sigtramp): Only needed when TM_MIPS_H is defined.
+
+start-sanitize-gdbtk 
+Thu Aug  1 16:12:05 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
+
+       * Makefile.in (gdbtk.tcl): put in $(datadir), not $(libdir).
+
+end-sanitize-gdbtk
+Wed Jul 31 20:21:24 1996  Fred Fish  <fnf@cygnus.com>
+
+       * rs6000-nat.c (add_vmap): Return 0 to caller rather than random value.
+       (vmap_ldinfo): Ensure got_exec_file is not used uninitialized.
+       (fetch_core_registers): Add prototype.
+       (vmap_symtab): Ditto.
+       (objfile_symbol_add): Ditto.
+       (add_vmap): Ditto.
+       (vmap_ldinfo): Ditto.
+       (vmap_exec): Ditto.
+
+Tue Jul 30 17:57:46 1996  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * stabsread.c (get_substring): Declare second arg as int.
+
+       * remote-es.c: Include gdb_string.h after defs.h.
+
 Mon Jul 29 21:13:20 1996  Fred Fish  <fnf@cygnus.com>
 
        * rs6000-tdep.c (push_arguments): Remove unused variable "pc".
@@ -212,7 +681,9 @@ Fri Jul 26 14:07:37 1996  Ian Lance Taylor  <ian@cygnus.com>
 
        * printcmd.c (_initialize_printcmd): Initialize
        tm_print_insn_info.flavour.
+start-sanitize-gdbtk
        * gdbtk.c (gdb_disassemble): Initialize di.flavour.
+end-sanitize-gdbtk
 
 Thu Jul 25 19:41:31 1996  Fred Fish  <fnf@cygnus.com>
 
@@ -254,7 +725,6 @@ Thu Jul 25 19:41:31 1996  Fred Fish  <fnf@cygnus.com>
        (strerror): Ditto.
        * f-valprint.c (f77_print_array_1): Remove extra arg that was being
        passed to f77_print_array_1.
-       * gdbtk.c (register_changed_p): Remove unused local variable "buf".
        * gdbtypes.c (add_name): Remove unused variables lenstrlen and lenstr.
        * scm-exp.c (scm_istr2int): Remove unused variable "j".
        (scm_parse): Remove unused variable "str".
@@ -496,6 +966,7 @@ Thu Jul 25 19:41:31 1996  Fred Fish  <fnf@cygnus.com>
        (debug_to_notice_signals): Ditto.
        (debug_to_thread_alive): Ditto.
        (debug_to_stop): Ditto.
+start-sanitize-gdbtk
        * gdbtk.c (null_routine): Ditto.
        (gdbtk_flush): Ditto.
        (gdbtk_fputs): Ditto.
@@ -533,6 +1004,7 @@ Thu Jul 25 19:41:31 1996  Fred Fish  <fnf@cygnus.com>
        (gdbtk_call_command): Ditto.
        (tk_command_loop): Ditto.
        (gdbtk_init): Ditto.
+end-sanitize-gdbtk
        * breakpoint.h (set_breakpoint_sal): Ditto.
        * remote-utils.c (usage): Ditto.
        * remote.c (set_thread): Ditto.
@@ -721,9 +1193,11 @@ Thu Jul 25 19:41:31 1996  Fred Fish  <fnf@cygnus.com>
        uninitialized.
        * utils.c (vfprintf_maybe_filtered): Change second arg from "char *"
        to "const char *".
+start-sanitize-gdbtk
        * gdbtk.c (gdb_fetch_registers): Cast fourth arg to map_arg_registers
        to proper pointer type, from int.
        (gdbtk_query): Change first arg to "const char *" from "char *".
+end-sanitize-gdbtk
        * infptrace.c (udot_info): Add two dummy args so that the type is
        correct for passing to add_info.
        * f-lang.c (saved_fcn): Move decl to head of file so it can be used
@@ -750,6 +1224,9 @@ Thu Jul 25 19:41:31 1996  Fred Fish  <fnf@cygnus.com>
        * eval.c (init_array_element): Declare previously undeclared
        last two args as LONGEST.
        * dcache.c (dcache_xfer_memory):  Change xfunc decls to prototype form.
+start-sanitize-gdbtk
+       * gdbtk.c (register_changed_p): Remove unused local variable "buf".
+end-sanitize-gdbtk
 
 Thu Jul 25 16:11:54 1996  Doug Evans  <dje@canuck.cygnus.com>
 
@@ -766,12 +1243,14 @@ Mon Jul 22 18:13:27 1996  Stu Grossman  (grossman@critters.cygnus.com)
        partial-stab.h.
        * stabsread.h (end_psymtab):  Add textlow_not_set arg to prototype.
 
+start-sanitize-gdbtk
 Sat Jul 20 17:46:40 1996  Fred Fish  <fnf@cygnus.com>
 
        * gdbtk.tcl (files_command): Reorder the binding tags for
        the listbox widget to avoid referencing the listbox after
        the containing widget has been destroyed by the action of
        a previous binding.
+end-sanitize-gdbtk
 
 Sat Jul 20 10:41:06 1996  Fred Fish  <fnf@cygnus.com>
 
@@ -779,6 +1258,7 @@ Sat Jul 20 10:41:06 1996  Fred Fish  <fnf@cygnus.com>
        to "struct fileinfo" to avoid conflict with "struct file" in
        <sys/file.h> on HPUX and Solaris.
 
+start-sanitize-gdbtk
 Sat Jul 20 10:09:28 1996  Fred Fish  <fnf@cygnus.com>
 
        * gdbtk.tcl (delete_expr): Unset corresponding element of
@@ -786,6 +1266,7 @@ Sat Jul 20 10:09:28 1996  Fred Fish  <fnf@cygnus.com>
        (create_expr_window): Initialize expr_num, delete_expr_num,
        and expr_update_list here when each new expression window
        is created, rather than once at startup.
+end-sanitize-gdbtk
 
 Fri Jul 19 14:05:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
 
@@ -832,8 +1313,10 @@ Mon Jul 15 16:44:05 1996  Stu Grossman  (grossman@critters.cygnus.com)
 
        * defs.h printcmd.c:  Create global disassemble_info structure
        tm_print_insn_info.
+start-sanitize-gdbtk
        * gdbtk.c (gdb_disassemble):  Setup di.mach from
        tm_print_insn_info.mach, and set endian from TARGET_BYTE_ORDER.
+end-sanitize-gdbtk
        * i386-tdep.c (set_assembly_language_command):  set
        tm_print_insn_info.mach to the appropriate value for 386 or 8086
        disassembly.
@@ -850,7 +1333,7 @@ Fri Jul 12 19:04:32 1996  Fred Fish  <fnf@cygnus.com>
        * hpread.c (hpread_lookup_type): Use xmmalloc/xmrealloc rather
        than xmalloc/xrealloc.
 
-Fri Jul 12 17:59:47 1996  Fred Fish  <fnf@ninemoons.com>
+Fri Jul 12 17:59:47 1996  Fred Fish  <fnf@cygnus.com>
 
        * objfiles.c (map_to_file): Error return from mmalloc_findbase is
        a NULL pointer, not a -1.
@@ -1444,7 +1927,7 @@ Fri May 17 13:31:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
        * sh-stub.c: New file, was config/sh/stub.c.
 
 start-sanitize-gdbtk
-Thu May 16 19:20:29 1996  Fred Fish  <fnf@fishfood.ninemoons.com>
+Thu May 16 19:20:29 1996  Fred Fish  <fnf@cygnus.com>
 
        * gdbtk.tcl (gdb_prompt): Set this early on.
        (create_command_window): Use gdb_prompt rather than "(gdb) ".
This page took 0.028765 seconds and 4 git commands to generate.