diff options
author | DJ Delorie <dj@redhat.com> | 1998-11-09 21:51:51 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 1998-11-09 21:51:51 +0000 |
commit | eb8061bf350faa0074e04a9746f1284cf7604360 (patch) | |
tree | e129a194446ea447d8e4301d0ca3d918a82adc82 /ld/ChangeLog | |
parent | 83da26349f99fa7a8d40b8f3349a9a156268faaf (diff) | |
download | gdb-eb8061bf350faa0074e04a9746f1284cf7604360.zip gdb-eb8061bf350faa0074e04a9746f1284cf7604360.tar.gz gdb-eb8061bf350faa0074e04a9746f1284cf7604360.tar.bz2 |
* pe-dll.c: New file; direct support for PE DLLs
* deffile.h: New file; direct support for PE DLLs
* deffilep.y: New file; direct support for PE DLLs
* 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 based on the object files (pe-dll
DEF files do this)
* ldint.texinfo: add section for emulation walkthrough
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index c9fe297..196a313 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,15 @@ +Mon Nov 9 16:41:30 1998 DJ Delorie <dj@cygnus.com> + + * pe-dll.c: New file; direct support for PE DLLs + * deffile.h: New file; direct support for PE DLLs + * deffilep.y: New file; direct support for PE DLLs + * 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) + * ldint.texinfo: add section for emulation walkthrough + Wed Nov 4 16:39:18 1998 Nick Clifton <nickc@cygnus.com> * Makefile.am: Add support for FR30 target. |