mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-03-01 13:26:47 +08:00
* 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:
parent
81eb52b34d
commit
0cf4b3b7c6
@ -1,5 +1,8 @@
|
||||
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
|
||||
to bfd_cache_lookup is cleaned out.
|
||||
|
||||
|
@ -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
|
||||
# then communicates over the serial line to either an Adapt or MiniMon,
|
||||
# for use in debugging Unix kernels.
|
||||
# As compared to ordinary remote 29K debugging, this changes the register
|
||||
# numbering a bit, to hold kernel regs, and adds support for looking at
|
||||
# the upage.
|
||||
TDEPFILES= exec.o a29k-pinsn.o a29k-tdep.o remote-mm.o remote-adapt.o
|
||||
|
||||
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
|
||||
|
@ -1,7 +1,10 @@
|
||||
# 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=
|
||||
# Target: AMD 29000 on EB29K board over a serial line
|
||||
|
||||
TM_FILE= tm-a29k.h
|
||||
# The following is for ../include/a.out.encap.h
|
||||
MT_CFLAGS = -Da29k -DREMOTE -DAMD_COFF $(HOST_IPC)
|
||||
TDEPFILES= exec.o a29k-pinsn.o a29k-tdep.o remote-udi.o \
|
||||
udip2soc.o udr.o udi2go32.o
|
||||
|
||||
# Disable standard remote support.
|
||||
REMOTE_O=
|
||||
|
||||
MT_CFLAGS = $(HOST_IPC)
|
||||
|
@ -1,9 +1,6 @@
|
||||
# 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
|
||||
# Target: AMD 29000
|
||||
|
||||
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
|
||||
|
@ -1,9 +1,13 @@
|
||||
# Host: NYU Ultracomputer (AMD 29000 running Unix)
|
||||
|
||||
CC=u3cc
|
||||
MUNCH_DEFINE="MUNCH_NM=u3nm"
|
||||
XDEPFILES= ultra3-xdep.o
|
||||
|
||||
XM_FILE= xm-ultra3.h
|
||||
NAT_FILE= nm-ultra3.h
|
||||
NATDEPFILES= exec.o infptrace.o inftarg.o fork-child.o ultra3-nat.o
|
||||
XDEPFILES= ultra3-xdep.o
|
||||
|
||||
MH_CFLAGS = -DSYM1
|
||||
XM_CLIBS = -lsysv -ljobs -ltermlib
|
||||
|
||||
NAT_FILE= nm-ultra3.h
|
||||
NATDEPFILES= exec.o infptrace.o inftarg.o fork-child.o ultra3-nat.o
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Target: AMD 29000 running Unix on New York Univerisity processor board.
|
||||
TDEPFILES= a29k-pinsn.o a29k-tdep.o
|
||||
# Target: AMD 29000 running Unix on New York University processor board
|
||||
|
||||
TM_FILE= tm-ultra3.h
|
||||
TDEPFILES= a29k-pinsn.o a29k-tdep.o
|
||||
|
||||
# SYM1 is some OS they have.
|
||||
MT_CFLAGS = -DSYM1
|
||||
|
Loading…
Reference in New Issue
Block a user