diff options
author | John Gilmore <gnu@cygnus> | 1992-05-05 06:31:59 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-05-05 06:31:59 +0000 |
commit | 22923083bf7a6b288fe50e7a592f6629843e99ed (patch) | |
tree | d5cd35293f9fba0362603b69548ed1787fa4c9d8 | |
parent | 6fab5bef695fa30739bf940cad5fdeeb10b9818f (diff) | |
download | gdb-22923083bf7a6b288fe50e7a592f6629843e99ed.zip gdb-22923083bf7a6b288fe50e7a592f6629843e99ed.tar.gz gdb-22923083bf7a6b288fe50e7a592f6629843e99ed.tar.bz2 |
* 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.
-rw-r--r-- | binutils/ChangeLog | 6 | ||||
-rw-r--r-- | binutils/Makefile.in | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index d0edb98..335aed1 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -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. diff --git a/binutils/Makefile.in b/binutils/Makefile.in index f640bc9..1695938 100644 --- a/binutils/Makefile.in +++ b/binutils/Makefile.in @@ -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 |