Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Test __OpenBSD__ along with __NetBSD__. | Richard M. Stallman | 1997-09-06 | 1 | -3/+7 |
| | | | | [__OpenBSD__]: Include sys/exec_elf.h. | ||||
* | (unexec): Cast 1st arg in mmap calls. | Richard M. Stallman | 1997-08-07 | 1 | -9/+10 |
| | |||||
* | [__NetBSD__]: Add some conditionals for NetBSD. | Richard M. Stallman | 1997-06-27 | 1 | -2/+44 |
| | |||||
* | [__sony_news && _SYSTYPE_SYSV]: Include sym.h and sys/elf_mips.h. | Richard M. Stallman | 1997-06-27 | 1 | -6/+112 |
| | | | | | (unexec): Add __sony_news && _SYSTYPE_SYSV conditionals. Add a _nec_ews_svr4 conditional. | ||||
* | unexelf1.c merged into this file. | Richard M. Stallman | 1996-09-04 | 1 | -27/+71 |
| | |||||
* | Undo previous change. | Karl Heuer | 1996-07-16 | 1 | -86/+40 |
| | |||||
* | Add 64-bit ELF and Alpha/ELF support. | Karl Heuer | 1996-07-15 | 1 | -40/+86 |
| | |||||
* | (unexec): Round up section header offset to bss alignment | Richard M. Stallman | 1996-06-24 | 1 | -1/+3 |
| | | | | before deciding whether it's after the bss section. | ||||
* | (unexec): Add conditional for SOLARIS_POWERPC. | Richard M. Stallman | 1996-04-25 | 1 | -0/+37 |
| | |||||
* | Use <config.h>, not "config.h". | Richard M. Stallman | 1996-02-18 | 1 | -1/+1 |
| | |||||
* | (unexec): Undo data relocations unconditionally, not #ifdef SOLARIS2. | Roland McGrath | 1996-01-21 | 1 | -111/+109 |
| | |||||
* | Update FSF's address in the preamble. | Erik Naggum | 1996-01-15 | 1 | -13/+16 |
| | |||||
* | (unexec) [SOLARIS2]: Undo relocations performed by the | Karl Heuer | 1996-01-08 | 1 | -0/+34 |
| | | | | runtime linker. | ||||
* | (unexec) [UNEXEC_USE_MAP_PRIVATE]: New logic for | Karl Heuer | 1995-05-16 | 1 | -0/+13 |
| | | | | systems that don't support MAP_SHARED with PROT_WRITE. | ||||
* | (unexec): Fix type mismatch. | Karl Heuer | 1995-05-12 | 1 | -1/+2 |
| | |||||
* | (unexec): Adjust the file offset of sections located | Richard M. Stallman | 1995-03-13 | 1 | -5/+13 |
| | | | | after the section header table. | ||||
* | Include config.h. | Richard M. Stallman | 1994-10-13 | 1 | -0/+1 |
| | |||||
* | (unexec): Don't alter the info field of SHT_SYMTAB and SHT_DYNSYM sections. | Richard M. Stallman | 1994-08-23 | 1 | -10/+13 |
| | |||||
* | Eliminate local var bss_end. | Richard M. Stallman | 1994-08-20 | 1 | -3/+21 |
| | | | | Update the symbol values of _edata and _end. | ||||
* | (ELF_BSS_SECTION_NAME): New macro (config.h may override). | Richard M. Stallman | 1994-02-24 | 1 | -1/+5 |
| | | | | (unexec): Use it. | ||||
* | (unexec): Add casts for some comparisons. | Richard M. Stallman | 1993-08-10 | 1 | -62/+63 |
| | | | | (PATCH_INDEX): Likewise. | ||||
* | (unexec): Move data2 section header up so all section | Richard M. Stallman | 1993-03-03 | 1 | -139/+221 |
| | | | | | | | | | headers will be in ascending order. This will prevent the unexeced emacs that being processed by other applications (such as strip) to fail. Handle rounding of section boundaries. (round_up): New function. | ||||
* | entered into RCS | Jim Blandy | 1992-01-13 | 1 | -0/+703 |