summaryrefslogtreecommitdiff
path: root/src/unexalpha.c
AgeCommit message (Collapse)Author
2007-07-25Switch license to GPLv3 or later.Glenn Morris
2007-01-14Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris
2001).
2006-02-06Update years in copyright notice; nfc.Thien-Thi Nguyen
2005-08-07Update years in copyright notice; nfc.Thien-Thi Nguyen
2005-07-04Update FSF's address.Lute Kamstra
2003-09-17Don't include varargs.h.Dave Love
2003-09-01Add arch taglinesMiles Bader
2003-02-04Trailing whitespace deleted.Juanma Barranquero
2002-11-25(update_dynamic_symbols): Cast arg of fatal_unexec.Dave Love
2000-08-17Prototype fatal_unexec, mark_x, update_dynamic_symbols. DeclareDave Love
unexec as void.
2000-06-19Include errno.h, string.h, unistd.h. Don't declare errno, strerror.Dave Love
Put text after #endif in comment.
1997-09-06Test __OpenBSD__ along with __NetBSD__.Richard M. Stallman
1997-08-13(unexec): Cast arg to fprintf.Richard M. Stallman
1997-07-14(unexec): Don't call update_dynamic_symbols if static link.Richard M. Stallman
1997-07-06(update_dynamic_symbols): Add cast when setting reladdr.Richard M. Stallman
1997-06-11(unexec): Call update_dynamic_symbols unconditionally.Richard M. Stallman
(update_dynamic_symbols): Define unconditionally, but do nothing if __linux__or __NetBSD__.
1997-06-02[__NetBSD__]: Don't include filehdr.h, aouthdr.hRichard M. Stallman
scnhdr.h or syms.h. Add many other conditionalized definitions.
1996-08-21Conditionalize the changes below on not __linux__.Richard M. Stallman
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.
1996-08-19(unexec): Copy the .got section.Richard M. Stallman
1996-01-15Update FSF's address in the preamble.Erik Naggum
1995-11-11(fatal_unexec): Don't use varargs.Richard M. Stallman
1995-08-11(fatal_unexec): Use vfprintf, not _doprnt.Richard M. Stallman
1994-10-25(Brk): Declare as unsigned long.Richard M. Stallman
(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.
1994-09-17Initial revisionRichard M. Stallman