aboutsummaryrefslogtreecommitdiffstats
path: root/src/unexalpha.c
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris2007-01-141-2/+2
| | | | 2001).
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-1/+2
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* Don't include varargs.h.Dave Love2003-09-171-1/+0
|
* Add arch taglinesMiles Bader2003-09-011-0/+3
|
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-2/+2
|
* (update_dynamic_symbols): Cast arg of fatal_unexec.Dave Love2002-11-251-1/+1
|
* Prototype fatal_unexec, mark_x, update_dynamic_symbols. DeclareDave Love2000-08-171-3/+6
| | | | unexec as void.
* Include errno.h, string.h, unistd.h. Don't declare errno, strerror.Dave Love2000-06-191-6/+11
| | | | Put text after #endif in comment.
* Test __OpenBSD__ along with __NetBSD__.Richard M. Stallman1997-09-061-5/+9
|
* (unexec): Cast arg to fprintf.Richard M. Stallman1997-08-131-1/+1
|
* (unexec): Don't call update_dynamic_symbols if static link.Richard M. Stallman1997-07-141-2/+4
|
* (update_dynamic_symbols): Add cast when setting reladdr.Richard M. Stallman1997-07-061-1/+1
|
* (unexec): Call update_dynamic_symbols unconditionally.Richard M. Stallman1997-06-111-7/+4
| | | | | (update_dynamic_symbols): Define unconditionally, but do nothing if __linux__or __NetBSD__.
* [__NetBSD__]: Don't include filehdr.h, aouthdr.hRichard M. Stallman1997-06-021-0/+37
| | | | scnhdr.h or syms.h. Add many other conditionalized definitions.
* Conditionalize the changes below on not __linux__.Richard M. Stallman1996-08-211-60/+91
| | | | | | | | | | Include reloc.h and elf_abi.h. (rel_dyn_section, dynstr_section, dynsym_section): New variables. (old_data_scnhdr): New variable. (CHECK_SCNHDR): Compare just 8 chars of section name. (unexec): Check for rel_dyn_section, dynsym_section, dynstr_section. Do call update_dynamic_symbols. (update_dynamic_symbols): Finish it up and take away #if 0.
* (unexec): Copy the .got section.Richard M. Stallman1996-08-191-0/+17
|
* Update FSF's address in the preamble.Erik Naggum1996-01-151-1/+2
|
* (fatal_unexec): Don't use varargs.Richard M. Stallman1995-11-111-6/+4
|
* (fatal_unexec): Use vfprintf, not _doprnt.Richard M. Stallman1995-08-111-1/+1
|
* (Brk): Declare as unsigned long.Richard M. Stallman1994-10-251-24/+32
| | | | | | | | (unexec): Do CHECH_SCNHDR on _RCONST if that's defined. Ignore rdata_section if there is none. (update_dynamic_symbols): New arg new_name. Call changed. Fix some calls to WRITE. (fatal_unexec): Declare all arguments.
* Initial revisionRichard M. Stallman1994-09-171-0/+440