1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-29 00:31:01 -08:00
Commit graph

13 commits

Author SHA1 Message Date
Richard M. Stallman
61e630894a Test __OpenBSD__ along with __NetBSD__. 1997-09-06 19:37:47 +00:00
Richard M. Stallman
0c08e6df25 (unexec): Cast arg to fprintf. 1997-08-13 15:28:47 +00:00
Richard M. Stallman
6ca5cfd1e8 (unexec): Don't call update_dynamic_symbols if static link. 1997-07-14 19:55:57 +00:00
Richard M. Stallman
2881ec96d6 (update_dynamic_symbols): Add cast when setting reladdr. 1997-07-06 23:24:28 +00:00
Richard M. Stallman
54dfb86c80 (unexec): Call update_dynamic_symbols unconditionally.
(update_dynamic_symbols): Define unconditionally, but do nothing
if __linux__or __NetBSD__.
1997-06-11 01:13:32 +00:00
Richard M. Stallman
6538ee2e81 [__NetBSD__]: Don't include filehdr.h, aouthdr.h
scnhdr.h or syms.h.  Add many other conditionalized definitions.
1997-06-02 00:09:40 +00:00
Richard M. Stallman
d7b43eaa00 Conditionalize the changes below on not __linux__.
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-21 20:18:00 +00:00
Richard M. Stallman
7d7134484a (unexec): Copy the .got section. 1996-08-19 16:53:35 +00:00
Erik Naggum
3b7ad313e0 Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
Richard M. Stallman
a084ed10a8 (fatal_unexec): Don't use varargs. 1995-11-11 20:27:37 +00:00
Richard M. Stallman
64b8f99be6 (fatal_unexec): Use vfprintf, not _doprnt. 1995-08-11 00:26:22 +00:00
Richard M. Stallman
866fc66add (Brk): Declare as unsigned long.
(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-10-25 10:52:58 +00:00
Richard M. Stallman
b061d5f1ee Initial revision 1994-09-17 00:59:56 +00:00