* config/irix4.mh: Don't use coredep.o. It doesn't work with procfs.
This commit is contained in:
parent
d1bb1d4170
commit
9d4c62df07
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue