view msdos/sed4.inp @ 15893:56d0b28891da

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.
author Richard M. Stallman <rms@gnu.org>
date Wed, 21 Aug 1996 20:18:00 +0000
parents 39900cf5226a
children a4fb0c9be609
line wrap: on
line source

# -sed4.inp-------------------------------------------------------------
# Configuration script for src/paths.h
# ----------------------------------------------------------------------
/^#define *PATH_LOADSEARCH/s/".*"/rootrelativepath ("lisp")/
/^#define *PATH_DATA/s/".*"/rootrelativepath ("etc")/
/^#define *PATH_DOC/s/".*"/rootrelativepath ("etc")/
/^#define *PATH_INFO/s/".*"/rootrelativepath ("info")/