* pe-dll.c: New file; direct support for PE DLLs
authorDJ Delorie <dj@redhat.com>
Mon, 9 Nov 1998 21:51:51 +0000 (21:51 +0000)
committerDJ Delorie <dj@redhat.com>
Mon, 9 Nov 1998 21:51:51 +0000 (21:51 +0000)
commiteb8061bf350faa0074e04a9746f1284cf7604360
treee129a194446ea447d8e4301d0ca3d918a82adc82
parent83da26349f99fa7a8d40b8f3349a9a156268faaf
* 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/.Sanitize
ld/ChangeLog
ld/Makefile.in
ld/configure
ld/configure.in
ld/configure.tgt
ld/deffile.h [new file with mode: 0644]
ld/deffilep.y [new file with mode: 0644]
ld/emultempl/pe.em
ld/pe-dll.c [new file with mode: 0644]
This page took 0.026204 seconds and 4 git commands to generate.