diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-06-06 16:07:23 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-06-06 16:07:23 +0000 |
commit | 39e6bc339f65783dfd2c12dbba80daf416c2ec8c (patch) | |
tree | 7864b7caacb970ca94d52334f83fc52897dcac19 /ld | |
parent | 9b263b79b77e4565f65a8b7f1b5dfee48fb0ae49 (diff) | |
download | gdb-39e6bc339f65783dfd2c12dbba80daf416c2ec8c.zip gdb-39e6bc339f65783dfd2c12dbba80daf416c2ec8c.tar.gz gdb-39e6bc339f65783dfd2c12dbba80daf416c2ec8c.tar.bz2 |
* 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.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 94a541e..d36d3f5 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,14 @@ +Thu Jun 6 11:50:31 1996 Ian Lance Taylor <ian@cygnus.com> + + * 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 <jsmith@cygnus.co.uk> + + * emulparams/{elf32b4300.sh,elf32l4300.sh} (SCRIPT_NAME): Use + elfmips instead of elf. + Tue Jun 4 18:43:07 1996 Ian Lance Taylor <ian@cygnus.com> * ldcref.c: New file. |