summaryrefslogtreecommitdiff
path: root/src/unexalpha.c
Commit message (Collapse)AuthorAgeFilesLines
* 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