Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1998-11-10 | * deffilep.y: properly handle relocs with multiple def_files, | DJ Delorie | 1 | -1/+12 | |
cache import module names | |||||
1998-11-09 | * pe-dll.c: New file; direct support for PE DLLs | DJ Delorie | 1 | -0/+111 | |
* 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 |