* config/a29k/{a29k-kern.mt,a29k-udi.mt,a29k.mt,ultra3.mh,

ultra3.mt}: Clean up, remove no-longer-used definitions.
This commit is contained in:
Stan Shebs 1994-08-23 00:52:23 +00:00
parent 81eb52b34d
commit 0cf4b3b7c6
6 changed files with 33 additions and 21 deletions

View file

@ -1,5 +1,8 @@
Mon Aug 22 11:45:01 1994 Stan Shebs (shebs@andros.cygnus.com) Mon Aug 22 11:45:01 1994 Stan Shebs (shebs@andros.cygnus.com)
* config/a29k/{a29k-kern.mt,a29k-udi.mt,a29k.mt,ultra3.mh,
ultra3.mt}: Clean up comments, remove no-longer-used definitions.
* rs6000-nat.c: Include libbfd.h again, needed until reference * rs6000-nat.c: Include libbfd.h again, needed until reference
to bfd_cache_lookup is cleaned out. to bfd_cache_lookup is cleaned out.

View file

@ -1,10 +1,13 @@
# Target: Remote AMD 29000 that runs Unix kernel on NYU Ultra3 processor board. # Target: Remote AMD 29000 that runs Unix kernel on NYU Ultra3 processor board
# This builds a gdb that should run on a host (we use sun3os4) that # This builds a gdb that should run on a host (we use sun3os4) that
# then communicates over the serial line to either an Adapt or MiniMon, # then communicates over the serial line to either an Adapt or MiniMon,
# for use in debugging Unix kernels. # for use in debugging Unix kernels.
# As compared to ordinary remote 29K debugging, this changes the register # As compared to ordinary remote 29K debugging, this changes the register
# numbering a bit, to hold kernel regs, and adds support for looking at # numbering a bit, to hold kernel regs, and adds support for looking at
# the upage. # the upage.
TDEPFILES= exec.o a29k-pinsn.o a29k-tdep.o remote-mm.o remote-adapt.o
TM_FILE= tm-ultra3.h TM_FILE= tm-ultra3.h
TDEPFILES= exec.o a29k-pinsn.o a29k-tdep.o remote-mm.o remote-adapt.o
MT_CFLAGS = -DKERNEL_DEBUGGING -DNO_HIF_SUPPORT MT_CFLAGS = -DKERNEL_DEBUGGING -DNO_HIF_SUPPORT

View file

@ -1,7 +1,10 @@
# Target: AMD 29000 on EB29K board over a serial line. # Target: AMD 29000 on EB29K board over a serial line
TDEPFILES= exec.o a29k-pinsn.o remote-udi.o a29k-tdep.o udip2soc.o udr.o \
udi2go32.o
REMOTE_O=
TM_FILE= tm-a29k.h TM_FILE= tm-a29k.h
# The following is for ../include/a.out.encap.h TDEPFILES= exec.o a29k-pinsn.o a29k-tdep.o remote-udi.o \
MT_CFLAGS = -Da29k -DREMOTE -DAMD_COFF $(HOST_IPC) udip2soc.o udr.o udi2go32.o
# Disable standard remote support.
REMOTE_O=
MT_CFLAGS = $(HOST_IPC)

View file

@ -1,9 +1,6 @@
# Target: AMD 29000. # Target: AMD 29000
# These defines should give you a gdb running on ? (sun3os4 if you like)
# that will be able to communicate over a serial line with either an
# EB board (remote-eb.c),
# Adapt (remote-adapt.c),
# Or run native on an Ultracomputer.
TDEPFILES= exec.o a29k-pinsn.o a29k-tdep.o remote-eb.o remote-adapt.o
TM_FILE= tm-a29k.h TM_FILE= tm-a29k.h
TDEPFILES= exec.o a29k-pinsn.o a29k-tdep.o remote-eb.o remote-adapt.o
MT_CFLAGS = -DNO_HIF_SUPPORT MT_CFLAGS = -DNO_HIF_SUPPORT

View file

@ -1,9 +1,13 @@
# Host: NYU Ultracomputer (AMD 29000 running Unix) # Host: NYU Ultracomputer (AMD 29000 running Unix)
CC=u3cc CC=u3cc
MUNCH_DEFINE="MUNCH_NM=u3nm"
XDEPFILES= ultra3-xdep.o
XM_FILE= xm-ultra3.h XM_FILE= xm-ultra3.h
NAT_FILE= nm-ultra3.h XDEPFILES= ultra3-xdep.o
NATDEPFILES= exec.o infptrace.o inftarg.o fork-child.o ultra3-nat.o
MH_CFLAGS = -DSYM1 MH_CFLAGS = -DSYM1
XM_CLIBS = -lsysv -ljobs -ltermlib XM_CLIBS = -lsysv -ljobs -ltermlib
NAT_FILE= nm-ultra3.h
NATDEPFILES= exec.o infptrace.o inftarg.o fork-child.o ultra3-nat.o

View file

@ -1,5 +1,7 @@
# Target: AMD 29000 running Unix on New York Univerisity processor board. # Target: AMD 29000 running Unix on New York University processor board
TDEPFILES= a29k-pinsn.o a29k-tdep.o
TM_FILE= tm-ultra3.h TM_FILE= tm-ultra3.h
TDEPFILES= a29k-pinsn.o a29k-tdep.o
# SYM1 is some OS they have. # SYM1 is some OS they have.
MT_CFLAGS = -DSYM1 MT_CFLAGS = -DSYM1