aboutsummaryrefslogtreecommitdiffstats
path: root/src/unexelf.c
Commit message (Expand)AuthorAgeFilesLines
* * unexelf.c (unexec): Don't assume BSS addr fits in unsigned.Paul Eggert2011-06-121-1/+2
* * unexelf.c (unexec) [! (defined _SYSTYPE_SYSV || defined __sgi)]:Paul Eggert2011-03-291-0/+4
* * unexelf.c (ELF_BSS_SECTION_NAME, OLD_PROGRAM_H): Remove; unused.Paul Eggert2011-03-161-6/+0
* * unexelf.c: Use a different way to cause a compilation error if anyone usesPaul Eggert2011-03-161-2/+4
* * unexelf.c (unexec): Name an expression,Paul Eggert2011-03-161-5/+9
* New file unexec.h, the (simple) interface for unexec.Paul Eggert2011-03-161-0/+2
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Remove #ifdef emacs / #ifndef emacs code, unused.Dan Nicolaescu2010-10-101-11/+1
* | Remove unused arguments for unexec.Dan Nicolaescu2010-10-031-25/+3
* | Use const char* instead of char*.Dan Nicolaescu2010-08-091-1/+1
* | * unexelf.c (round_up, find_section): Use ElfW macro for arguments.Juanma Barranquero2010-07-041-3/+5
* | Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-041-12/+3
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* (unexec): Don't search for .data twice.Andreas Schwab2009-12-071-7/+0
* (unexec): Consider a section to precede the .bss sectionYAMAMOTO Mitsuharu2009-05-061-7/+57
* (unexec): Fix error message.Andreas Schwab2009-02-071-1/+1
* (unexec): Handle unaligned bss offset.Andreas Schwab2009-02-021-17/+26
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* * 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