* objdump.c (display_info): Handle error cases without coredump.
Close the dummy temporary file we open in the loop. * Makefile.in (arsup.o): Add kludge to build with Sun Make.
This commit is contained in:
parent
6fab5bef69
commit
22923083bf
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
Mon May 4 23:29:51 1992 John Gilmore (gnu@cygnus.com)
|
||||
|
||||
* objdump.c (display_info): Handle error cases without coredump.
|
||||
Close the dummy temporary file we open in the loop.
|
||||
* Makefile.in (arsup.o): Add kludge to build with Sun Make.
|
||||
|
||||
Fri May 1 16:20:23 1992 K. Richard Pixley (rich@cygnus.com)
|
||||
|
||||
* Makefile.in: added test-install target.
|
||||
|
|
|
@ -336,6 +336,7 @@ $(DIST_NAME).tar.Z:
|
|||
alloca.o:alloca.c
|
||||
am29k-pinsn.o: am29k-pinsn.c
|
||||
ar.o: ar.c
|
||||
arsup.o: arsup.c
|
||||
bucomm.o: bucomm.c
|
||||
copy.o: copy.c
|
||||
cplus-dem.o:cplus-dem.c
|
||||
|
|
Loading…
Reference in a new issue