diff options
author | DJ Delorie <dj@delorie.com> | 1999-05-11 21:06:50 +0000 |
---|---|---|
committer | DJ Delorie <dj@delorie.com> | 1999-05-11 21:06:50 +0000 |
commit | 20110b94075e0f98f130f2d75da131dd4d6cb53b (patch) | |
tree | 5e76ee209db9585e9de9ca44733643fa0b55fb4e /ld/ChangeLog | |
parent | a32a6d24adae19034a728286cab67ec5d61cc6f0 (diff) | |
download | binutils-redhat-20110b94075e0f98f130f2d75da131dd4d6cb53b.tar.gz |
1999-05-10 DJ Delorie <dj@cygnus.com>
* scripttempl/pe.sc: Specify the output arch, which Ian says is
the Right Thing to do.
* emultempl/pe.em: various changes to parameterize the
target-specific information.
(gld_i386pe_after_open): Detect and fix MS import libraries
by renaming the member objects (which are all named the same).
* pe-dll.c: various changes to parameterize the target-specific
information.
(generate_reloc): support relocs more generically to allow for
expansion.
(pe_exe_build_sections): new; used to add .relocs to .exes
(pe_exe_fill_sections): ditto
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index ae17edd15d..0f1528bf12 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,20 @@ +1999-05-10 DJ Delorie <dj@cygnus.com> + + * scripttempl/pe.sc: Specify the output arch, which Ian says is + the Right Thing to do. + + * emultempl/pe.em: various changes to parameterize the + target-specific information. + (gld_i386pe_after_open): Detect and fix MS import libraries + by renaming the member objects (which are all named the same). + + * pe-dll.c: various changes to parameterize the target-specific + information. + (generate_reloc): support relocs more generically to allow for + expansion. + (pe_exe_build_sections): new; used to add .relocs to .exes + (pe_exe_fill_sections): ditto + 1999-05-10 Catherine Moore <clm@cygnus.com> * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): |