diff options
author | DJ Delorie <dj@redhat.com> | 1998-11-09 21:58:35 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 1998-11-09 21:58:35 +0000 |
commit | 8550b2d7c028b45eb2987cd5dd0f6996bae5051c (patch) | |
tree | 2f0862561c7d736298ce1de7efe38ae8c581845b /ld | |
parent | eb8061bf350faa0074e04a9746f1284cf7604360 (diff) | |
download | gdb-8550b2d7c028b45eb2987cd5dd0f6996bae5051c.zip gdb-8550b2d7c028b45eb2987cd5dd0f6996bae5051c.tar.gz gdb-8550b2d7c028b45eb2987cd5dd0f6996bae5051c.tar.bz2 |
oops, wasn't done editing that one yet.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 196a313..697225a 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -6,10 +6,12 @@ Mon Nov 9 16:41:30 1998 DJ Delorie <dj@cygnus.com> * emultempl/pe.em: add direct support for PE DLLs * configure.tgt: allow target-specific extra files * configure.in: allow target-specific extra files - * ldlang.c (lang_add_assignment): return the assignment so - that one can change the value later (pe-dll DEF files do this) + * ldlang.c (lang_add_assignment): return the assignment so that + one can change the value later based on the object files (pe-dll + DEF files do this) * ldint.texinfo: add section for emulation walkthrough - + * Makefile.am: add new files and target-specific extra files + Wed Nov 4 16:39:18 1998 Nick Clifton <nickc@cygnus.com> * Makefile.am: Add support for FR30 target. |