summaryrefslogtreecommitdiff
path: root/src/unexelf.c
Commit message (Expand)AuthorAgeFilesLines
* * unexmips.c:Dan Nicolaescu2008-07-101-4/+4
* * unexnext.c:Dan Nicolaescu2008-06-261-96/+2
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-141-6/+5
* Add 2008 to copyright years.Glenn Morris2008-01-081-1/+2
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* [BROKEN_NOCOMBRELOC]: Include assert.h.Eli Zaretskii2006-03-181-0/+82
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* (unexec): Handle .plt section in BSS segment.Andreas Schwab2005-11-011-4/+23
* (unexec): Fix calls to `fatal' with less than 3 arguments.Eli Zaretskii2005-10-201-5/+9
* * image.c (slurp_file, xbm_read_bitmap_data): Cast to the correctDan Nicolaescu2005-09-301-1/+1
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-2/+2
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* Add arch taglinesMiles Bader2003-09-011-0/+3
* (unexec): Consider a section to precede the .bssRichard M. Stallman2003-07-121-5/+9
* (unexec): Remove `unused var n' warning.Stefan Monnier2003-05-251-1/+2
* Comments.Dave Love2002-11-291-213/+220
* Redo 9/16 change, but only if IRIX6_5.Richard M. Stallman2002-10-071-0/+21
* (unexec): Undo previous change.Richard M. Stallman2002-09-181-4/+0
* (unexec): Deal with .got, reinstating change from 25-08-1999.Richard M. Stallman2002-09-161-0/+4
* (unexec) [__sgi]: Undo the change from 2002-01-20.Eli Zaretskii2002-04-131-13/+0
* (unexec): Define n so as to cause compilation errorRichard M. Stallman2002-01-221-39/+44
* Fix last change.Eli Zaretskii2002-01-201-1/+1
* (unexec) [__sgi]: Support the .got sections.Eli Zaretskii2002-01-201-0/+13
* (unexec): Index by n, not nn, when checking for ".sbss".Richard M. Stallman2001-11-261-1/+1
* [!defined MAP_ANON]: Define MAP_ANON to MAP_ANONYMOUS if defined, 0 otherwise.Sam Steingold2001-11-191-4/+32
* Add copyright 2001.Gerd Moellmann2001-11-101-1/+1
* (unexec): Use mmap/munmap to allocate buffersGerd Moellmann2001-11-101-18/+14
* (unexec): Minor changes; clean up comments.Richard M. Stallman2001-11-051-52/+27
* (unexec): mmap() has problems on nfs-mounted fileEli Zaretskii2001-11-051-26/+50
* (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