Move the ``set mask-address'' command to remote-mips.c. Disable
[deliverable/binutils-gdb.git] / gdb / ChangeLog-97
index 85006dc45277ba68d0e9e50c3b63ae8582399b34..026c9a5c9e89ceff605cbe1f9b379d14ada1de9d 100644 (file)
@@ -96,9 +96,6 @@ Wed Dec 17 10:47:05 1997  Michael Snyder  (msnyder@cleaver.cygnus.com)
 Tue Dec 16 20:05:48 1997  Mark Alexander  <marka@cygnus.com>
 
        * configure.tgt: Change little-endian tx39 target name to tx39l.
-start-sanitize-tx19
-       * configure.tgt: Change little-endian tx19 target name to tx19l.
-end-sanitize-tx19
 
 Tue Dec 16 11:24:30 1997  Jeffrey A Law  (law@cygnus.com)
 
@@ -129,15 +126,6 @@ Mon Dec 15 15:13:57 1997  Andrew Cagney  <cagney@b1.cygnus.com>
        * configure.in (configdirs): Check for sigaction.
        * configure: Re-generate.
 
-start-sanitize-tx49
-       From Gavin Koch <gavin@cygnus.com>:
-       * config/mips/tx49el.mt : New file.
-       * config/mips/tm-tx49.h : New file.
-       * config/mips/tm-tx49el.h : New file.
-       * configure.tgt: Changed to use the new files for 
-       mips64*tx49*-*-elf* and mips64*tx49*el-*-elf*
-
-end-sanitize-tx49
 Mon Dec 15 11:38:52 1997  Andrew Cagney  <cagney@b1.cygnus.com>
 
        * dwarf2read.c: From change proposed by Gavin Koch.
@@ -155,14 +143,12 @@ Thu Dec 11 13:40:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
        * dwarf2read.c (dwarf_decode_lines): Change type of address to
        CORE_ADDR.
 
-start-sanitize-tic80
 Thu Dec 11 22:39:02 1997  Mark Alexander  <marka@cygnus.com>
 
        From change made to branch by Bob Manson <manson@cygnus.com>:
        * tic80-tdep.c (tic80_push_arguments): The compiler always
        passes structs by reference.
 
-end-sanitize-tic80
 Thu Dec 11 14:28:01 1997  Michael Snyder  (msnyder@cleaver.cygnus.com)
 
        * tracepoint.c (trace_find_command): don't error if going
@@ -322,12 +308,6 @@ Sun Nov 23 17:12:58 1997  Andrew Cagney  <cagney@b1.cygnus.com>
        assembly-language" command.  Replaced by generic "set
        architecture". Set initial machine using bfd_lookup_arch.
 
-start-sanitize-cygnus
-Sun Nov 23 16:23:37 1997  Andrew Cagney  <cagney@b1.cygnus.com>
-
-       * configure.tgt (gdb_target): Treat vr5400 as a vr5000.
-
-end-sanitize-cygnus
 Fri Nov 21 19:43:23 1997  Jim Blandy  <jimb@zwingli.cygnus.com>
 
        * valops.c (call_function_by_hand): If the function has a
@@ -423,12 +403,6 @@ Fri Oct 24 17:24:00 1997  Dawn Perchik  <dawn@cygnus.com>
        has DW_children_no).
        (scan_partial_symbols): Add comment for nesting_level.
 
-start-sanitize-tx49
-Wed Oct 29 17:45:43 1997  Gavin Koch  <gavin@cygnus.com>
-
-       * configure.tgt: Add tx49 configury based on 4300.
-
-end-sanitize-tx49
 Wed Oct 29 15:53:24 1997  David Taylor  <taylor@texas.cygnus.com>
 
        * solib.c (solib_break_names): add entry for Solaris 2.6 run
@@ -559,10 +533,6 @@ Fri Oct  3 09:52:26 1997  Mark Alexander  <marka@cygnus.com>
        (MIPS_FPU_SINGLE_REGSIZE, MIPS_FPU_DOUBLE_REGSIZE): Define.
        * mips-tdep.c (mips_extract_return_value): Doubles aren't
        returned in FP0 if FP registers are single-precision only.
-start-sanitize-r5900
-       * config/mips/tm-r5900.h (MIPS_LAST_FP_ARG_REGNUM): Redefine
-       to disable use of FP registers for function arguments.
-end-sanitize-r5900
 
 Mon Sep 29 23:03:03 1997  Mark Alexander  <marka@cygnus.com>
 
@@ -579,14 +549,6 @@ Mon Sep 29 23:03:03 1997  Mark Alexander  <marka@cygnus.com>
 
 Tue Sep 30 13:35:54 1997  Andrew Cagney  <cagney@b1.cygnus.com>
 
-start-sanitize-r5900
-       * config/mips/tm-r5900.h (REGISTER_NAMES, NUM_REGS): Overridei
-       instead of define.
-
-       * config/mips/tm-r5900.h (REGISTER_NAMES): Define.
-       (NUM_REGS): Ditto.
-
-end-sanitize-r5900
        * config/mips/tm-mips.h (NUM_REGS): Define conditionally.
        (REGISTER_NAMES): Ditto.
 
@@ -614,18 +576,9 @@ Fri Sep 26 12:22:00 1997  Mark Alexander  <marka@cygnus.com>
        calculating frame address.
        * remote-sim.c (gdbsim_fetch_register): Don't fetch registers
        that have a null or empty name.
-start-sanitize-tx19
-       * config/mips/tm-tx19.h (MIPS_DEFAULT_FPU_TYPE): Define.
-       (REGISTER_NAMES): Redefine to eliminate FP registers.
-       * config/mips/tm-tx19l.h: Ditto.
-end-sanitize-tx19
 
 Fri Sep 26 12:40:51 1997  Jeffrey A Law  (law@cygnus.com)
 
-start-sanitize-r5900
-       * configure.tgt: Set gdb_target to r5900.
-       * config/mips/tm-r5900.h, config/mips/r5900.mt: New files
-end-sanitize-r5900
        * mips-tdep.c (_initialize_mips_tdep): Allow target files to
        override default FPU type.
 
@@ -755,11 +708,6 @@ Mon Sep 15 13:01:22 1997  Mark Alexander  <marka@cygnus.com>
        "special" MIPS16 bit in ELF and minimal symbols.
        * mdebugread.c (parse_partial_symbols): Don't construct a partial
        symbol table for a file that already has one.
-start-sanitize-tx19
-       * configure.tgt: Support TX19.
-       * config/mips/tm-tx19.h, config/mips/tm-tx19l.h, config/mips/tx19.mt,
-       config/mips/tx19l.mt: New files for TX19.
-end-sanitize-tx19
 
 Sat Sep 13 08:32:13 1997  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
 
@@ -1074,12 +1022,10 @@ Sat Aug  9 01:50:14 1997  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
 
 Fri Aug  8 21:35:44 1997  Mark Alexander  <marka@cygnus.com>
 
-start-sanitize-tic80
        * config/tic80/tic80.mt:
        (GDBSERVER-DEPFILES, GDBSERVER_LIBS): Define for gdbserver.
        (SIM): Remove -lm to prevent make errors.
        * configure.tgt: add gdbserver to configdirs for tic80.
-end-sanitize-tic80
        * gdbserver/utils.c (error): Change prototype to match defs.h.
        * gdbserver/low-sim.c: Change simulator calls to use new interface.
        * remote.c (remote_write_bytes): Include '$' at start of packet
@@ -1215,13 +1161,11 @@ Wed Aug  6 16:15:31 1997  Geoffrey Noer  <noer@cygnus.com>
        (_initialize_bdm_ppc): new
        * config/powerpc/tm-ppc-eabi.h: add necessary CPU32 BDM defines
 
-start-sanitize-tic80
 Tue Aug  5 23:56:14 1997  Mark Alexander  <marka@cygnus.com>
 
        * tic80-tdep.c (tic80_init_extra_frame_info): Allow zero
        as a valid SP-relative offset of a saved register.
        
-end-sanitize-tic80
 Wed Aug  6 00:24:08 1997  Jeffrey A Law  (law@cygnus.com)
 
        * hpread.c (hpread_read_struct_type): Use accessor macros rather
@@ -1725,19 +1669,15 @@ Wed May 14 08:58:55 1997  Jeffrey A Law  (law@cygnus.com)
        symbols to find the end of the prologue.
        * mn10300-tdep.c (mn10300_skip_prologue): Likewise.
 
-start-sanitize-tic80
 Wed May 14 12:04:49 1997  Andrew Cagney  <cagney@b1.cygnus.com>
 
        * config/tic80/tm-tic80.h (NUM_REGS): 38 not 37.
 
-end-sanitize-tic80
-start-sanitize-tic80
 Mon May 12 11:35:04 1997  Mark Alexander  <marka@cygnus.com>
 
        * tic80-tdep.c, config/tic80/tm-tic80.h: First cut at getting
        basic C80 features working.
 
-end-sanitize-tic80
 Thu May  8 08:42:47 1997  Andrew Cagney  <cagney@b1.cygnus.com>
 
        * configure.in (AC_TYPE_SIGNAL): Add
@@ -1779,12 +1719,10 @@ Thu May  1 02:28:21 1997  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
        * printcmd.c (disassemble_command):  Adjust low function bound
        by FUNCTION_START_OFFSET.
 
-start-sanitize-tic80
 Wed Apr 30 15:23:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
 
        * config/tic80/tm-tic80.h (BREAKPOINT): Set it to trap 73.
 
-end-sanitize-tic80
 Mon Apr 28 21:25:32 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
 
        * Makefile.in: Add rule for gnu-nat.o and i386gnu-nat.o (Gnu Hurd)
@@ -1852,7 +1790,6 @@ Thu Apr 24 13:31:10 1997  Jeffrey A Law  (law@cygnus.com)
        * mn10300-tdep.c (mn10300_analyze_prologue): Check for a return
        insn at "pc", not "fi->pc".
 
-start-sanitize-tic80
 Thu Apr 24 16:11:47 1997  Andrew Cagney  <cagney@b1.cygnus.com>
 
        * config/tic80/tm-tic80.h (NUM_REGS): Four 64bit accumulators.
@@ -1862,7 +1799,6 @@ Thu Apr 24 16:11:47 1997  Andrew Cagney  <cagney@b1.cygnus.com>
        (R0_REGNUM, Rn_REGNUM, An_REGNUM): For sim, provide base/bound for
        register blocks.
 
-end-sanitize-tic80
 Wed Apr 23 11:18:45 1997  Jeffrey A Law  (law@cygnus.com)
 
        * config/mn10200/tm-mn10200.h (STORE_RETURN_VALUE): Pointers are
@@ -1881,12 +1817,10 @@ Tue Apr 22 11:58:15 1997  Fred Fish  <fnf@cygnus.com>
        (floatformat_from_doublest): Postswap output words for
        the floatformat_littlebyte_bigwords format.
 
-start-sanitize-tic80
 Mon Apr 21 22:44:47 1997  Andrew Cagney  <cagney@b1.cygnus.com>
 
        * config/tic80/tic80.mt (SIM): Link in simulator.
 
-end-sanitize-tic80
 Tue Apr 22 09:02:10 1997  Stu Grossman  (grossman@critters.cygnus.com)
 
        * config/alpha/alpha-osf3.mh config/i386/{i386gnu linux}.mh
@@ -2209,13 +2143,11 @@ Mon Mar 31 14:55:53 1997  Ian Lance Taylor  <ian@cygnus.com>
        * configure.in: Generate .gdbinit from gdbinit.in.
        * configure: Rebuild.
 
-start-sanitize-tic80
 Sun Mar 30 12:28:24 1997  Fred Fish  <fnf@cygnus.com>
 
        * config/tic80/tic80.mt: Disable using the simulator
        until it is ready.
 
-end-sanitize-tic80
 Sat Mar 29 13:57:20 1997  Fred Fish  <fnf@cygnus.com>
 
        * COPYING: Install new version of file from FSF.
@@ -2225,12 +2157,10 @@ Fri Mar 28 18:33:41 1997  Ian Lance Taylor  <ian@cygnus.com>
 
        * Makefile.in (distclean): Remove .gdbinit.
 
-start-sanitize-tic80
 Fri Mar 28 15:37:30 1997  Fred Fish  <fnf@cygnus.com>
 
        * config/tic80/tm-tic80.h (NAMES_HAVE_UNDERSCORE): Define.
 
-end-sanitize-tic80
 Fri Mar 28 15:38:04 1997  Mike Meissner  <meissner@cygnus.com>
 
        * remote-sim.c (gdb_os_{,e}vprintf_filtered): Change stdarg type
@@ -2287,12 +2217,10 @@ Sat Mar 22 16:41:35 1997  Fred Fish  <fnf@cygnus.com>
 
        * remote-sim.c (simulator_command): Add comment about dealing with
        NULL or empty args.
-start-sanitize-tic80
        * Makefile.in (tic80-tdep.o): Add target.
        * configure.tgt: Add tic80 case.
        * tic80-tdep.c: New file.
        * config/tic80/{tic80.mt, tm-tic80.h}: New files.
-end-sanitize-tic80
 
 Sat Mar 22 02:48:11 1997  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
 
@@ -2617,12 +2545,6 @@ Tue Feb 11 12:28:09 1997  Jeffrey A Law  (law@cygnus.com)
        (USE_STRUCT_CONVENTION): Use for args > 8 bytes.
        (REG_STRUCT_HAS_ADDR): Define.
        
-start-sanitize-r5900
-Fri Feb 07 09:04:37 1997  Gavin Koch  <gavin@cygnus.com>
-        
-        * configure.tgt: added r5900.
-        
-end-sanitize-r5900
 Mon Feb 10 18:35:55 1997  Mark Alexander  <marka@cygnus.com>
 
        * mips-tdep.c (non_heuristic_proc_desc): New function.
This page took 0.026938 seconds and 4 git commands to generate.