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 /binutils/Makefile.in | |
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.
Diffstat (limited to 'binutils/Makefile.in')
-rw-r--r-- | binutils/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
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 |