diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-05-06 17:22:35 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-05-06 17:22:35 +0000 |
commit | 1ba1da86504b7787291a3f8ba864936de13e48ba (patch) | |
tree | ca93c801048b3c9f15b3fb088bb66c23c9dc371f /ld | |
parent | f4749781f94d03ee9cf56a943f4efbfda4527dde (diff) | |
download | gdb-1ba1da86504b7787291a3f8ba864936de13e48ba.zip gdb-1ba1da86504b7787291a3f8ba864936de13e48ba.tar.gz gdb-1ba1da86504b7787291a3f8ba864936de13e48ba.tar.bz2 |
From Sean McNeil <sean@mcneil.com>:
* emultempl/pe.em (sort_by_file_name): Sort by archive name
first.
(sort_sections): Sort all sections, not just sections in the same
archive.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 4dd4de5..7070337 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,11 @@ +Tue May 6 13:21:19 1997 Ian Lance Taylor <ian@cygnus.com> + + From Sean McNeil <sean@mcneil.com>: + * emultempl/pe.em (sort_by_file_name): Sort by archive name + first. + (sort_sections): Sort all sections, not just sections in the same + archive. + Mon May 5 18:19:55 1997 Philip Blundell <pjb27@cam.ac.uk> * configure.tgt, configure.host: cope with '*-*-linux-gnuaout' |