diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-04-02 16:55:59 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-04-02 16:55:59 +0000 |
commit | dc69600243eea97a240244e5a788bf72297f56ac (patch) | |
tree | b391e3e7e842934192170d7161885609514cd18d /ld | |
parent | ab66cc8d3de66cada678c146831a3b1655bca1e9 (diff) | |
download | gdb-dc69600243eea97a240244e5a788bf72297f56ac.zip gdb-dc69600243eea97a240244e5a788bf72297f56ac.tar.gz gdb-dc69600243eea97a240244e5a788bf72297f56ac.tar.bz2 |
* ldlang.c (lang_process): Call lang_check immediately after
opening the input files, rather than at the end of the link.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index d22454b..5bdd0be 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,15 @@ +Wed Apr 2 11:55:27 1997 Ian Lance Taylor <ian@cygnus.com> + + * ldlang.c (lang_process): Call lang_check immediately after + opening the input files, rather than at the end of the link. + +Mon Mar 31 23:44:00 1997 Ian Lance Taylor <ian@cygnus.com> + + * emultempl/pe.em (init): Fully bracket initializer. + (set_pe_stack_heap): Remove locals begin_commit and end. + (gld_${EMULATION_NAME}_after_open): Remove unused local i. + (gld${EMULATION_NAME}_place_orphan): Remove unused local ptr. + Mon Mar 31 16:35:51 1997 Joel Sherrill <joel@oarcorp.com> * configure.tgt (hppa*-*-rtems*): New target, like hppa-*-*elf*. |