summaryrefslogtreecommitdiff
path: root/src/unexelf.c
Commit message (Expand)AuthorAge
...
* * unexelf.c (unexec): Don't assume BSS addr fits in unsigned.Paul Eggert2011-06-12
* * unexelf.c (unexec) [! (defined _SYSTYPE_SYSV || defined __sgi)]:Paul Eggert2011-03-29
* * unexelf.c (ELF_BSS_SECTION_NAME, OLD_PROGRAM_H): Remove; unused.Paul Eggert2011-03-16
* * unexelf.c: Use a different way to cause a compilation error if anyone usesPaul Eggert2011-03-16
* * unexelf.c (unexec): Name an expression,Paul Eggert2011-03-16
* New file unexec.h, the (simple) interface for unexec.Paul Eggert2011-03-16
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-24
* Nuke arch-tags.Glenn Morris2011-01-15
* Merge from emacs-23Stefan Monnier2011-01-14
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-02
* | Remove #ifdef emacs / #ifndef emacs code, unused.Dan Nicolaescu2010-10-10
* | Remove unused arguments for unexec.Dan Nicolaescu2010-10-03
* | Use const char* instead of char*.Dan Nicolaescu2010-08-09
* | * unexelf.c (round_up, find_section): Use ElfW macro for arguments.Juanma Barranquero2010-07-04
* | Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-04
|/
* Add 2010 to copyright years.Glenn Morris2010-01-13
* (unexec): Don't search for .data twice.Andreas Schwab2009-12-07
* (unexec): Consider a section to precede the .bss sectionYAMAMOTO Mitsuharu2009-05-06
* (unexec): Fix error message.Andreas Schwab2009-02-07
* (unexec): Handle unaligned bss offset.Andreas Schwab2009-02-02
* Add 2009 to copyright years.Glenn Morris2009-01-08
* * unexmips.c:Dan Nicolaescu2008-07-10
* * unexnext.c:Dan Nicolaescu2008-06-26
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-14
* Add 2008 to copyright years.Glenn Morris2008-01-08
* Switch license to GPLv3 or later.Glenn Morris2007-07-25
* Add 2007 to copyright years.Glenn Morris2007-01-21
* [BROKEN_NOCOMBRELOC]: Include assert.h.Eli Zaretskii2006-03-18
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-06
* (unexec): Handle .plt section in BSS segment.Andreas Schwab2005-11-01
* (unexec): Fix calls to `fatal' with less than 3 arguments.Eli Zaretskii2005-10-20
* * image.c (slurp_file, xbm_read_bitmap_data): Cast to the correctDan Nicolaescu2005-09-30
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-07
* Update FSF's address.Lute Kamstra2005-07-04
* Add arch taglinesMiles Bader2003-09-01
* (unexec): Consider a section to precede the .bssRichard M. Stallman2003-07-12
* (unexec): Remove `unused var n' warning.Stefan Monnier2003-05-25
* Comments.Dave Love2002-11-29
* Redo 9/16 change, but only if IRIX6_5.Richard M. Stallman2002-10-07
* (unexec): Undo previous change.Richard M. Stallman2002-09-18
* (unexec): Deal with .got, reinstating change from 25-08-1999.Richard M. Stallman2002-09-16
* (unexec) [__sgi]: Undo the change from 2002-01-20.Eli Zaretskii2002-04-13
* (unexec): Define n so as to cause compilation errorRichard M. Stallman2002-01-22
* Fix last change.Eli Zaretskii2002-01-20
* (unexec) [__sgi]: Support the .got sections.Eli Zaretskii2002-01-20
* (unexec): Index by n, not nn, when checking for ".sbss".Richard M. Stallman2001-11-26
* [!defined MAP_ANON]: Define MAP_ANON to MAP_ANONYMOUS if defined, 0 otherwise.Sam Steingold2001-11-19
* Add copyright 2001.Gerd Moellmann2001-11-10
* (unexec): Use mmap/munmap to allocate buffersGerd Moellmann2001-11-10
* (unexec): Minor changes; clean up comments.Richard M. Stallman2001-11-05