aboutsummaryrefslogtreecommitdiffstats
path: root/src/unexelf.c
Commit message (Expand)AuthorAgeFilesLines
* (ELFSIZE) [__NetBSD__ && __sparc_v9__]: Define to 64.Gerd Moellmann2000-09-261-1/+1
* (SHT_MIPS_DEBUG, HDRR) [__mips__]: Really confine last change to __NetBSD__.Dave Love2000-09-081-3/+3
* (SHT_PROGBITS) [__NetBSD__ && !PT_LOAD]: Don't define.Gerd Moellmann2000-09-021-3/+11
* Restore changes of 1999-10-19.Dave Love2000-03-121-19/+33
* * unexelf.c (PT_LOAD, SHT_*, SHN_*) [__NetBSD__]: Only provideKen Raeburn2000-03-031-11/+13
* Include <syms.h>, not <sym.h> on IRIX. RemovedGerd Moellmann1999-12-071-92/+83
* Add support for large files, 64-bit Solaris, system locale codings.Paul Eggert1999-10-191-10/+18
* (unexec): Don't get confused by a short sectionPhillip Rulon1999-10-081-2/+8
* Merge IRIX debugging info patch from unexsgi.cKarl Heuer1999-08-251-49/+96
* [__linux__ && __alpha__] (HAS_SBSS_SECTION): Define.Karl Heuer1999-08-101-0/+4
* (HAS_SBSS_SECTION): Define this in some cases.Richard M. Stallman1999-02-101-17/+22
* (unexec): Check for section names end and edata with no underscore.Richard M. Stallman1998-08-101-1/+3
* [defined (__alpha__) && !defined (__NetBSD__) && !defined (__OpenBSD__)]:Richard M. Stallman1998-04-301-1/+32
* (unexec): Account for possible padding before the old .bssAndreas Schwab1998-04-061-1/+3
* (round_up): Make arguments and return type unsigned.Karl Heuer1997-10-021-2/+2
* Test __OpenBSD__ along with __NetBSD__.Richard M. Stallman1997-09-061-3/+7
* (unexec): Cast 1st arg in mmap calls.Richard M. Stallman1997-08-071-9/+10
* [__NetBSD__]: Add some conditionals for NetBSD.Richard M. Stallman1997-06-271-2/+44
* [__sony_news && _SYSTYPE_SYSV]: Include sym.h and sys/elf_mips.h.Richard M. Stallman1997-06-271-6/+112
* unexelf1.c merged into this file.Richard M. Stallman1996-09-041-27/+71
* Undo previous change.Karl Heuer1996-07-161-86/+40
* Add 64-bit ELF and Alpha/ELF support.Karl Heuer1996-07-151-40/+86
* (unexec): Round up section header offset to bss alignmentRichard M. Stallman1996-06-241-1/+3
* (unexec): Add conditional for SOLARIS_POWERPC.Richard M. Stallman1996-04-251-0/+37
* Use <config.h>, not "config.h".Richard M. Stallman1996-02-181-1/+1
* (unexec): Undo data relocations unconditionally, not #ifdef SOLARIS2.Roland McGrath1996-01-211-111/+109
* Update FSF's address in the preamble.Erik Naggum1996-01-151-13/+16
* (unexec) [SOLARIS2]: Undo relocations performed by theKarl Heuer1996-01-081-0/+34
* (unexec) [UNEXEC_USE_MAP_PRIVATE]: New logic forKarl Heuer1995-05-161-0/+13
* (unexec): Fix type mismatch.Karl Heuer1995-05-121-1/+2
* (unexec): Adjust the file offset of sections locatedRichard M. Stallman1995-03-131-5/+13
* Include config.h.Richard M. Stallman1994-10-131-0/+1
* (unexec): Don't alter the info field of SHT_SYMTAB and SHT_DYNSYM sections.Richard M. Stallman1994-08-231-10/+13
* Eliminate local var bss_end.Richard M. Stallman1994-08-201-3/+21
* (ELF_BSS_SECTION_NAME): New macro (config.h may override).Richard M. Stallman1994-02-241-1/+5
* (unexec): Add casts for some comparisons.Richard M. Stallman1993-08-101-62/+63
* (unexec): Move data2 section header up so all sectionRichard M. Stallman1993-03-031-139/+221
* entered into RCSJim Blandy1992-01-131-0/+703