* rem-multi.shar: Removed; superceded by gdbserver.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 84b15e18f2e8c25bcf562d1c025b5592269b78b8..ac1feda19f856852ee4afd8b4bfa138bd8e3faf7 100644 (file)
+Sat Apr 15 18:00:15 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * rem-multi.shar: Removed; superceded by gdbserver.
+
+Fri Apr 14 12:10:24 1995  Jim Kingdon  <kingdon@deneb.cygnus.com>
+
+       * xcoffread.c (xcoff_sym_fns): Revise comment about merging this
+       with coffread.c.
+
+       * breakpoint.c (fixup_breakpoints): Removed.
+       * rs6000-nat.c (vmap_symtab): Don't call fixup_breakpoints.
+       (vmap_ldinfo, xcoff_relocate_core): Call breakpoint_re_set.
+
+       * coffread.c (coff_symfile_offsets): Allocate SECT_OFF_MAX
+       sections, not just SECT_OFF_MAX-1.
+
+       * rs6000-nat.c (vmap_symtab), xcoffread.c: Re-do section offsets
+       to be indexed by SECT_OFF_* instead of xcoff section numbers.
+       * objfiles.c, remote.c: Remove comments regarding SECT_OFF_*.
+       * symtab.h: Revise comment about block_line_section.
+       * rs6000-nat.c (vmap_symtab): Don't relocate objfile->sections.
+
+Sat Apr 15 14:15:14 1995  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * mpw-make.in (init.c): Don't try to do symbolic {o} in sed
+       command, not allowed by some version of MPW Make.
+       * ser-mac.c (mac-setbaudrate): Make it actually set baud rates.
+
+Sat Apr 15 14:05:09 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * alpha-tdep.c (alpha_push_arguments): Fix typo (TYPE_VALUE ->
+       VALUE_TYPE).  Do the cast for TYPE_CODE_BOOL, TYPE_CODE_CHAR,
+       TYPE_CODE_ENUM, and TYPE_CODE_RANGE as well as TYPE_CODE_INT.
+
+Sat Apr 15 14:04:32 1995  Per Bothner  <bothner@cygnus.com>
+
+       * alpha-tdep.c (alpha_push_arguments): Only cast to long for
+       TYPE_CODE_INT.
+
+start-sanitize-gdbtk
+Sat Apr 15 13:52:24 1995  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * gdbtk.c (gdb_disassemble): Read from inferior if connected
+       to a VxWorks target.
+
+Fri Apr 14 10:18:20 1995  Stu Grossman  (grossman@cygnus.com)
+
+       * README.GDBTK:  New file.  Contains the obvious.
+end-sanitize-gdbtk
+
+Thu Apr 13 16:17:04 1995  Rob Savoye  <rob@darkstar.cygnus.com>
+
+       * remote-array.c: New file for Array Tech LSI33k based controller
+       board.
+
+Thu Apr 13 12:23:31 1995  Kung Hsu  <kung@rtl.cygnus.com>
+
+       * a29k-tdep.c (get_longjmp_target): Replace SWAP_TARGET_AND_HOST with
+       extract_address.
+       * remote-vxsparc.c: New file, preliminary check in, this configuration
+       not supported yet. 
+       * remote-vxmips.c: ditto.
+
+Thu Apr 13 12:10:14 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
+
+       * rs6000-tdep.c (xcoff_add_toc_to_loadinfo): Don't use a prototype
+       to declare the function.
+
+Wed Apr 12 16:40:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * monitor.h (init_monitor_ops): Declare.
+       * rom68k-rom.c: Clarify some comments.
+       (rom68k_open): Define as static, to match decl.
+
+Wed Apr 12 16:36:44 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * gdb.gdb: New file.
+       * .gdbinit: Move list-objfiles to gdb.gdb.
+
+       * values.c (set_internalvar): Set modifiable flag of newval.
+
+Wed Apr 12 14:34:31 1995  Jim Kingdon  <kingdon@deneb.cygnus.com>
+
+       * xcoffread.c: Call complain() rather than error() or printing a
+       warning.
+
+start-sanitize-arc
+Wed Apr 12 08:15:27 1995  Doug Evans  <dje@canuck.cygnus.com>
+
+       * arc-tdep.c: #include "gdbcmd.h".
+       (codestream_seek): Pass CORE_ADDR.
+       (arc_cpu_type, tmp_arc_cpu_type, arc_cpu_type_table): New globals.
+       (debug_pipeline_p): Likewise.
+       (X_...): Instruction field access macros.
+       (BUILD_INSN): Define.
+       (codestream_tell): Allow for stream elements > 1 byte.
+       (codestream_fill): Likewise.
+       (setup_prologue_scan): New function.
+       (arc_get_frame_setup): Call it.  Update to current spec
+       regarding prologues.  Use BUILD_INSN.
+       (skip_prologue): New argument `frameless_p'.  Use BUILD_INSN.
+       (arc_frame_saved_pc): New function.
+       (frame_find_saved_regs): Use BUILD_INSN.
+       (get_insn_type, single_step): New functions.
+       (one_stepped): New global.
+       (arc_set_cpu_type_command, arc_show_cpu_type_command): New functions.
+       (arc_set_cpu_type): New function.
+       (_initialize_arc_tdep): Define new `set' commands `cpu',
+       `displaypipeline', and `debugpipeline'.
+       * remote-arc.c (break_insn): Add bi-endian support.
+       (arc_insert_breakpoint): Likewise.
+       (arc_remove_breakpoint): Likewise.
+       (switch_command): Delete.
+       * arc/tm-arc.h (TARGET_BYTE_ORDER): Delete.
+       (TARGET_BYTE_ORDER_SELECTABLE): Define.
+       (DEFAULT_ARC_CPU_TYPE): Define.
+       (SKIP_PROLOGUE_FRAMELESS_P): Define.
+       (BREAKPOINT): Delete.
+       (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Define.
+       (DECR_PC_AFTER_BREAK): Change to 8.
+       (NO_SINGLE_STEP): Define.
+       (ARC_PC_TO_REAL_ADDRESS): Define.
+       (SAVED_PC_AFTER_CALL): Use it.
+       (NUM_REGS, REGISTER_BYTES): Fix.
+       (FRAME_SAVED_PC): Call arc_frame_saved_pc.
+       (FRAME_LOCALS_ADDRESS): Fix.
+end-sanitize-arc
+
+Tue Apr 11 16:42:37 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * top.c, utils.c, defs.h: Remove error_hook.  It is currently
+       unused and would need to hook into error_begin()/return_to_top_level(),
+       instead of error(), if it were to be used.
+
+Tue Apr 11 13:46:25 1995  Jim Kingdon  <kingdon@deneb.cygnus.com>
+
+       * utils.c, defs.h (warning_begin): Renamed from warning_setup, for
+       consistency with error_begin.  Also print warning_pre_print.
+       Document it better.
+       * utils.c (warning): Use it.
+       * utils.c (error_begin): Doc fix.
+       * rs6000-nat.c (vmap_ldinfo): If we don't find ldinfo for the
+       symfile_objfile, nuke it.
+
 Tue Apr 11 09:35:20 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
+       * printcmd.c (print_address_numeric): Pass use_local to
+       print_longest, rather than always passing 1.
+
        * nlm/Makefile.in: Remove comments discussing munch.
 
+start-sanitize-gdbtk
 Tue Apr 11 11:07:12 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
 
        * gdbtk.c (gdbtk_init): If SIOCSPGRP is not available, but
        F_SETOWN is, use that.
+end-sanitize-gdbtk
 
 Mon Apr 10 18:31:57 1995  Stan Shebs  <shebs@andros.cygnus.com>
        
This page took 0.027991 seconds and 4 git commands to generate.