From: Ian Lance Taylor Date: Thu, 6 Jun 1996 16:07:23 +0000 (+0000) Subject: * ldmain.c (main): Don't close and unlink the file on error, since X-Git-Tag: gdb-4_18~8565 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=39e6bc339f65783dfd2c12dbba80daf416c2ec8c;p=thirdparty%2Fbinutils-gdb.git * ldmain.c (main): Don't close and unlink the file on error, since remove_output will do it anyhow. * ldlang.c (open_output): Set boolean variable to true, not 1. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 94a541ef672..d36d3f55ed0 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,14 @@ +Thu Jun 6 11:50:31 1996 Ian Lance Taylor + + * ldmain.c (main): Don't close and unlink the file on error, since + remove_output will do it anyhow. + * ldlang.c (open_output): Set boolean variable to true, not 1. + +Wed Jun 5 18:34:14 1996 James G. Smith + + * emulparams/{elf32b4300.sh,elf32l4300.sh} (SCRIPT_NAME): Use + elfmips instead of elf. + Tue Jun 4 18:43:07 1996 Ian Lance Taylor * ldcref.c: New file.