diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-04-10 17:45:18 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-04-10 17:45:18 +0000 |
commit | c24c4203edae0ff215a443bc83c1c759c6cf4f1a (patch) | |
tree | 96d0a3ea0fa6ca2964b81bb93fb16faf9d06f93e /bfd | |
parent | 6aeec893aa43455416570c80226389702582f970 (diff) | |
download | fsf-binutils-gdb-c24c4203edae0ff215a443bc83c1c759c6cf4f1a.zip fsf-binutils-gdb-c24c4203edae0ff215a443bc83c1c759c6cf4f1a.tar.gz fsf-binutils-gdb-c24c4203edae0ff215a443bc83c1c759c6cf4f1a.tar.bz2 |
* coffcode.h (coff_write_object_contents): Move a PE COMDAT symbol
before any other symbols in the same section.
Required by Visual C++ linker, and specified in PE documentation.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 4981593..21f395d 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +Fri Apr 10 13:44:27 1998 Ian Lance Taylor <ian@cygnus.com> + + * coffcode.h (coff_write_object_contents): Move a PE COMDAT symbol + before any other symbols in the same section. + Wed Apr 8 14:50:23 1998 Michael Meissner <meissner@cygnus.com> * config.bfd (powerpc*-*-*): Remove PowerPC NT support from ELF |