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/.Sanitize | |
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/.Sanitize')
-rw-r--r-- | ld/.Sanitize | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ld/.Sanitize b/ld/.Sanitize index 5798f8b..12d8486 100644 --- a/ld/.Sanitize +++ b/ld/.Sanitize @@ -56,6 +56,8 @@ configure.bat configure.host configure.in configure.tgt +deffile.h +deffilep.y dep-in.sed emulparams emultempl @@ -98,6 +100,7 @@ mpw-idtmips.c mpw-make.sed mri.c mri.h +pe-dll.c po scripttempl stamp-h.in |