From eb8061bf350faa0074e04a9746f1284cf7604360 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Mon, 9 Nov 1998 21:51:51 +0000 Subject: * 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 --- ld/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ld/ChangeLog') 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 + + * 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 * Makefile.am: Add support for FR30 target. -- cgit v1.1