diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1995-12-06 22:41:10 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1995-12-06 22:41:10 +0000 |
commit | 95b3cb6b456cf873fed1a70d9bbb124cdf590690 (patch) | |
tree | 06b74101b819cc98fc64e6c2ea91f36bf82d4db5 /ld | |
parent | e8bb9a12d7c4d3fb5cce2b236919aa82719c2a03 (diff) | |
download | gdb-95b3cb6b456cf873fed1a70d9bbb124cdf590690.zip gdb-95b3cb6b456cf873fed1a70d9bbb124cdf590690.tar.gz gdb-95b3cb6b456cf873fed1a70d9bbb124cdf590690.tar.bz2 |
* emultempl/pe.em (gld_${EMULATION_NAME}_before_allocation): Fix
call to sort_sections.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 82c0092..7dd1da8 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -8,6 +8,9 @@ Wed Dec 6 14:33:50 1995 Doug Evans <dje@canuck.cygnus.com> output_section == NULL. (dprint_statement): New function. + * emultempl/pe.em (gld_${EMULATION_NAME}_before_allocation): Fix + call to sort_sections. + Wed Dec 6 14:59:06 1995 Ian Lance Taylor <ian@cygnus.com> * ldexp.c (exp_fold_tree): Permit assignments to dot in the final |