aboutsummaryrefslogtreecommitdiffstats
path: root/src/unexelf.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (ELF_BSS_SECTION_NAME): New macro (config.h may override).Richard M. Stallman1994-02-241-1/+5
| | | | (unexec): Use it.
* (unexec): Add casts for some comparisons.Richard M. Stallman1993-08-101-62/+63
| | | | (PATCH_INDEX): Likewise.
* (unexec): Move data2 section header up so all sectionRichard M. Stallman1993-03-031-139/+221
| | | | | | | | | headers will be in ascending order. This will prevent the unexeced emacs that being processed by other applications (such as strip) to fail. Handle rounding of section boundaries. (round_up): New function.
* entered into RCSJim Blandy1992-01-131-0/+703