From 2bf15e13f581ffa37899c61c2a282cf168802bc2 Mon Sep 17 00:00:00 2001 From: Stan Shebs Date: Tue, 16 Sep 1997 02:27:10 +0000 Subject: Remove/retain old ARC stuff as appropriate --- gdb/ChangeLog-95 | 29 ++--------------------------- 1 file changed, 2 insertions(+), 27 deletions(-) (limited to 'gdb/ChangeLog-95') diff --git a/gdb/ChangeLog-95 b/gdb/ChangeLog-95 index 13c73c7..50d23d2 100644 --- a/gdb/ChangeLog-95 +++ b/gdb/ChangeLog-95 @@ -1878,7 +1878,7 @@ Tue Aug 1 11:44:53 1995 J.T. Conklin inflow.c, infptrace.c, infrun.c, irix5-nat.c, language.c, m2-typeprint.c, main.c, mdebugread.c, minsyms.c, mipsread.c, monitor.c, nlmread.c, objfiles.c, os9kread.c, osfsolib.c, parse.c, - printcmd.c, procfs.c, regex.c, remote-adapt.c, remote-arc.c, + printcmd.c, procfs.c, regex.c, remote-adapt.c, remote-array.c, remote-bug.c, remote-e7000.c, remote-eb.c, remote-es.c, remote-hms.c, remote-mm.c, remote-os9k.c, remote-pa.c, remote-sim.c, remote-st.c, remote-udi.c, @@ -2301,7 +2301,6 @@ Thu Jul 13 13:42:38 1995 Jeffrey A. Law * m3-nat.c (m3_ops): Likewise. * monitor.c (monitor_ops): Likewise. * procfs.c (procfs_ops): Likewise. - * remote-arc.c (arc_ops): Likewise. * remote-array.c (array_ops): Likewise. * remote-e7000.c (e7000_ops): Likewise. * remote-es.c (es1800_ops, es1800_child_ops): Likewise. @@ -2631,7 +2630,6 @@ Sat Jun 3 01:54:56 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) * value.h (struct value): Change `repetitions' field from `short' to `int' type. -start-sanitize-arc Fri Jun 2 11:17:23 1995 Doug Evans * arc-tdep.c (arc_bfd_mach_type): New static global. @@ -2642,7 +2640,6 @@ Fri Jun 2 11:17:23 1995 Doug Evans (arc_print_insn): New function. (arc_set_cpu_type): Set arc_bfd_mach_type. Don't set tm_print_insn. (_initialize_arc_tdep): Set tm_print_insn to arc_print_insn. -end-sanitize-arc Wed May 31 12:04:01 1995 J.T. Conklin @@ -2982,9 +2979,7 @@ Tue May 2 18:32:24 1995 Stan Shebs * remote-nrom.c: New file, NetROM target support. * config/a29k/a29k-udi.mt, config/i960/vxworks960.mt: Use REMOTE_OBS instead of REMOTE_O. -start-sanitize-arc * config/arc/arc.mt: Ditto. -end-sanitize-arc Fri Apr 28 23:30:00 1995 Stu Grossman (grossman@cygnus.com) @@ -3167,7 +3162,6 @@ Wed Apr 12 14:34:31 1995 Jim Kingdon * xcoffread.c: Call complain() rather than error() or printing a warning. -start-sanitize-arc Wed Apr 12 08:15:27 1995 Doug Evans * arc-tdep.c: #include "gdbcmd.h". @@ -3190,10 +3184,6 @@ Wed Apr 12 08:15:27 1995 Doug Evans (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. @@ -3207,7 +3197,6 @@ Wed Apr 12 08:15:27 1995 Doug Evans (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) @@ -3822,11 +3811,9 @@ Mon Mar 13 15:25:47 1995 Jim Kingdon * alpha-tdep.c (find_proc_desc): If pdr.framereg field is -1, don't use the PDR, just examine prologues instead. -start-sanitize-arc Fri Mar 10 16:13:18 1995 Kung Hsu - * config/tm-arc.h: Change arc register names. -end-sanitize-arc + * config/arc/tm-arc.h: Change arc register names. Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) @@ -4085,14 +4072,8 @@ Tue Feb 28 14:38:39 1995 Kung Hsu * defs.h (SWAP_TARGET_AND_HOST): check endianess at runtime not compile time. - -start-sanitize-arc * arc-tdep.c (_initialize_arc_tdep): set tm_print_insn according to processor. - * remote-arc.c (arc_wait): when a processor stops, stop other two - processors too. - * remote-arc.c (switch_command): switch tm_print_insn. -end-sanitize-arc * vx-share/ptrace.h: merge in WRS new ptrace requests. @@ -4375,9 +4356,7 @@ Mon Feb 6 18:50:59 1995 Stan Shebs * i386-tdep.c (_initialize_i386_tdep): Put void decl on separate line, so init.c generation works correctly. -start-sanitize-arc * arc-tdep.c (_initialize_arc_tdep): Ditto. -end-sanitize-arc Mon Feb 6 14:44:36 1995 Rob Savoye @@ -4431,15 +4410,11 @@ Thu Feb 2 19:02:45 1995 Rob Savoye Thu Feb 2 16:11:04 1995 Kung Hsu -start-sanitize-arc * config/arc/arc.mt: new target makefile for arc processor. * config/arc/tm-arc.h: new target header for arc processor. * config/arc/go32.mh: new go32 host makefile for arc processor. * config/arc/xm-go32.h: new go32 host header for arc processor. * arc-tdep.c: new target dependent codes for arc processor. - * remote-arc.c: new file for arc-specific protocol through - parallel line. -end-sanitize-arc * ser-go32-para.c: new file for go32 parallel port communication. Thu Feb 2 13:58:40 1995 Stan Shebs -- cgit v1.1