From: Stu Grossman Date: Tue, 31 Mar 1992 02:36:24 +0000 (+0000) Subject: * config/irix4.mh: Don't use coredep.o. It doesn't work with procfs. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9d4c62df0781db0257c1f036d75b5638683a7f9c;p=binutils-gdb.git * config/irix4.mh: Don't use coredep.o. It doesn't work with procfs. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3759d21fb5e..d85a0e4f6d5 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,7 @@ Mon Mar 30 16:50:43 1992 Stu Grossman (grossman at cygnus.com) + * config/irix4.mh: Don't use coredep.o. It doesn't work with procfs. + * mipsread.c (parse_symbol, parse_procedure): Re-do the way that .gdbinfo. symbols are created. Move creation from parse_procedure to parse_symbol, where it is fairly easy to grow the symtab. This diff --git a/gdb/config/irix4.mh b/gdb/config/irix4.mh index f5d08d6ec42..e2eb9b96e3b 100644 --- a/gdb/config/irix4.mh +++ b/gdb/config/irix4.mh @@ -1,5 +1,5 @@ # Host: SGI Iris running irix 4.x -XDEPFILES= procfs.o coredep.o +XDEPFILES= procfs.o XM_FILE= xm-irix4.h ALLOCA=alloca.o ALLOCA1=alloca.o