diff options
author | Stu Grossman <grossman@cygnus> | 1992-11-12 01:15:06 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1992-11-12 01:15:06 +0000 |
commit | b6113cc40821d1c8273dce275a94dc5adf09e97d (patch) | |
tree | 5088927b6f8150cb5cae29dd7c36bb6d2db7d8b8 /gdb/alldeps.mak | |
parent | 74c5c43a822d8556de4f47454355f86d7672ffcf (diff) | |
download | ppe42-binutils-b6113cc40821d1c8273dce275a94dc5adf09e97d.tar.gz ppe42-binutils-b6113cc40821d1c8273dce275a94dc5adf09e97d.zip |
* Makefile.in: Remove dependancies for 29k-share/dfe/yank.o and
29k-share/dfe/mini2udi.o.
* config/a29k-udi.mt: Remove yank.o and mini2udi.o.
* alldeps.mak, depend: Update to deal with removal of
aforementioned files.
* remote-udi.c: Major cleanups. Clean up udi_open and drop
requirement for useless 'program' argument. Clean up
udi_create_inferior, and udi_load to call common download()
routine. Create download routine to load remote hosts directly
(with the help of BFD) so that we don't need yank.c and
mini2udi.c.
Fix udi_detach to call UDIDisconnect with
the right arguments. Clean up udi_resume, don't assign tip_error
twice. Clean up udi_wait, straighten out status codes. Make
udi_kill really work.
Diffstat (limited to 'gdb/alldeps.mak')
-rw-r--r-- | gdb/alldeps.mak | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/alldeps.mak b/gdb/alldeps.mak index 59dc2a9501..6f5a6ce4b9 100644 --- a/gdb/alldeps.mak +++ b/gdb/alldeps.mak @@ -89,7 +89,6 @@ xcoffsolib.c ALLDEPFILES_SUBDIR=\ nindy-share/Onindy.c\ -29k-share/dfe/mini2udi.c\ nindy-share/nindy.c\ nindy-share/ttybreak.c\ nindy-share/ttyflush.c\ @@ -98,8 +97,7 @@ nindy-share/ttyflush.c\ vx-share/xdr_ld.c\ vx-share/xdr_ptrace.c\ vx-share/xdr_rdb.c\ -vx-share/xdr_regs.c\ -29k-share/dfe/yank.c +vx-share/xdr_regs.c ALLPARAM=\ tm-29k.h\ |