This is the mail archive of the gdb-patches@sourceware.cygnus.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Gould configuration removed


I've just executed the final stage of configuration removal for the
old Gould code, actually deleting the files and configury (both trunk
and 5.0 branch), and noting the action in NEWS.  There are a couple
comments in generic files mentioning Gould-specific issues, but they
are still germane, so they should be left alone.  Never having used
a Gould, I didn't have anything to say by way of eulogy, but if
someone were to add something to NEWS, that would be nice (Chris?).

My next step will be to add process description to the internals
manual.  Gould was the only configuration that needed to evaporate
in 5.0, but there will be several to remove from 5.1.

Stan

Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/gdb/ChangeLog,v
retrieving revision 1.329
diff -p -r1.329 ChangeLog
*** ChangeLog   2000/05/01 05:45:36     1.329
--- ChangeLog   2000/05/01 16:08:12
***************
*** 1,3 ****
--- 1,11 ----
+ 2000-05-01  Stan Shebs  <shebs@apple.com>
+ 
+       Remove obsolete Gould configuration:
+       * configure.host, configure.tgt: Remove Gould configs.
+       * Makefile.in: Remove Gould-related actions.
+       * gould-xdep.c, gould-tdep.c, config/gould/*: Remove files.
+       * NEWS: Mention removal.
+       
  Mon May  1 15:37:58 2000  Andrew Cagney  <cagney@b1.cygnus.com>
  
        From 2000-04-28 Andreas Jaeger <aj@suse.de>:
Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/Makefile.in,v
retrieving revision 1.28
diff -p -r1.28 Makefile.in
*** Makefile.in 2000/04/26 07:16:15     1.28
--- Makefile.in 2000/05/01 16:08:13
*************** ALLDEPFILES = 29k-share/udi/udip2soc.c 2
*** 1062,1068 ****
        coff-solib.c convex-tdep.c convex-xdep.c \
        core-sol2.c core-regset.c core-aout.c corelow.c \
        dcache.c delta68-nat.c dpx2-nat.c dstread.c exec.c fork-child.c \
!       go32-nat.c gould-tdep.c gould-xdep.c h8300-tdep.c h8500-tdep.c \
        hp300ux-nat.c hppa-tdep.c hppab-nat.c hppah-nat.c \
          hp-psymtab-read.c hp-symtab-read.c \
        i386-tdep.c i386b-nat.c i386mach-nat.c i386v-nat.c i386-linux-nat.c \
--- 1062,1068 ----
        coff-solib.c convex-tdep.c convex-xdep.c \
        core-sol2.c core-regset.c core-aout.c corelow.c \
        dcache.c delta68-nat.c dpx2-nat.c dstread.c exec.c fork-child.c \
!       go32-nat.c h8300-tdep.c h8500-tdep.c \
        hp300ux-nat.c hppa-tdep.c hppab-nat.c hppah-nat.c \
          hp-psymtab-read.c hp-symtab-read.c \
        i386-tdep.c i386b-nat.c i386mach-nat.c i386v-nat.c i386-linux-nat.c \
*************** go32-nat.o: go32-nat.c $(defs_h) $(infer
*** 1374,1384 ****
  
  gnu-nat.o: process_reply_S.h exc_request_S.h notify_S.h msg_reply_S.h \
        exc_request_U.h msg_U.h gnu-nat.h
- 
- # OBSOLETE gould-tdep.o: gould-tdep.c $(OP_INCLUDE)/np1.h $(defs_h) $(frame_h) \
- # OBSOLETE    $(gdbcore_h) $(symtab_h)
- 
- # OBSOLETE gould-xdep.o: gould-xdep.c $(defs_h) $(gdbcore_h) $(inferior_h)
  
  h8300-tdep.o: h8300-tdep.c $(defs_h) $(frame_h) $(symtab_h)
  
--- 1374,1379 ----
Index: NEWS
===================================================================
RCS file: /cvs/src/src/gdb/NEWS,v
retrieving revision 1.7
diff -p -r1.7 NEWS
*** NEWS        2000/04/23 08:15:49     1.7
--- NEWS        2000/05/01 16:08:14
*************** but the code will be left in place.  If 
*** 72,77 ****
--- 72,81 ----
  these configurations before the next release of GDB, the sources will
  be permanently REMOVED.
  
+ * Gould support removed
+ 
+ Support for the Gould PowerNode and NP1 has been removed.
+ 
  * New features for SVR4
  
  On SVR4 native platforms (such as Solaris), if you attach to a process
Index: configure.host
===================================================================
RCS file: /cvs/src/src/gdb/configure.host,v
retrieving revision 1.4
diff -p -r1.4 configure.host
*** configure.host      2000/03/21 06:18:23     1.4
--- configure.host      2000/05/01 16:08:14
*************** hppa*)                  gdb_host_cpu=pa ;;
*** 17,23 ****
  i[3456]86*)           gdb_host_cpu=i386 ;;
  m68*)                 gdb_host_cpu=m68k ;;
  m88*)                 gdb_host_cpu=m88k ;;
- # OBSOLETE np1)                       gdb_host_cpu=gould ;;
  # OBSOLETE pyramid)           gdb_host_cpu=pyr ;;
  powerpc*)             gdb_host_cpu=powerpc ;;
  sparc64)              gdb_host_cpu=sparc ;;
--- 17,22 ----
*************** mips-*-sysv*)           gdb_host=riscos ;;
*** 126,133 ****
  mips-*-riscos*)               gdb_host=riscos ;;
  
  none-*-*)             gdb_host=none ;;
- 
- # OBSOLETE np1-*-*)           gdb_host=np1 ;;
  
  ns32k-*-mach3*)               gdb_host=ns32km3 ;;
  ns32k-*-netbsd*)      gdb_host=nbsd ;;
--- 125,130 ----
Index: configure.tgt
===================================================================
RCS file: /cvs/src/src/gdb/configure.tgt,v
retrieving revision 1.6
diff -p -r1.6 configure.tgt
*** configure.tgt       2000/04/20 21:13:19     1.6
--- configure.tgt       2000/05/01 16:08:14
*************** i[3456]86*)             gdb_target_cpu=i386 ;;
*** 20,28 ****
  m68*)                 gdb_target_cpu=m68k ;;
  m88*)                 gdb_target_cpu=m88k ;;
  mips*)                        gdb_target_cpu=mips ;;
- # OBSOLETE np1)                       gdb_target_cpu=gould ;;
  powerpc*)             gdb_target_cpu=powerpc ;;
- # OBSOLETE pn)                        gdb_target_cpu=gould ;;
  # OBSOLETE pyramid)           gdb_target_cpu=pyr ;;
  sparc*)                       gdb_target_cpu=sparc ;;
  thumb*)                       gdb_target_cpu=arm ;;
--- 20,26 ----
*************** mn10300-*-*)            gdb_target=mn10300 ;;
*** 213,226 ****
  
  none-*-*)             gdb_target=none ;;
  
- # OBSOLETE np1-*-*)           gdb_target=np1 ;;
- 
  ns32k-*-mach3*)               gdb_target=ns32km3 ;;
  ns32k-*-netbsd*)      gdb_target=nbsd ;;
  ns32k-utek-sysv*)     gdb_target=merlin ;;
  ns32k-utek-*)         gdb_target=umax ;;
- 
- # OBSOLETE pn-*-*)                    gdb_target=pn ;;
  
  powerpc-*-macos*)     gdb_target=macos ;;
  powerpc-*-netware*)   gdb_target=ppc-nw
--- 211,220 ----

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]