summaryrefslogtreecommitdiff
path: root/src/unexmips.c
Commit message (Collapse)AuthorAgeFilesLines
* Update FSF's address in the preamble.Erik Naggum1996-01-151-1/+2
|
* [MACH]: Include a.out.h.Richard M. Stallman1995-06-291-1/+47
| | | | | | [MACH] (STYP_INIT, _RDATA, STYP_RDATA, _SDATA, STYP_SDATA): Defined. [MACH] (_SBSS, STYP_SBSS, HDRR, pHDRR): New definitions. (unexec): Add MACH conditionals.
* (unexec): Cast pointers. Fix error message.Karl Heuer1994-04-281-3/+3
|
* (unexec): Add cast to result of `sbrk'.Richard M. Stallman1994-02-171-1/+2
|
* Don't declare sys_errlist; declare strerror instead.Roland McGrath1994-01-081-8/+5
| | | | (fatal_unexec): Call strerror instead of using sys_errlist.
* Include <config.h> instead of "config.h".Roland McGrath1993-09-101-1/+1
|
* Apply typo patches from Paul Eggert.Jim Blandy1993-06-091-1/+1
|
* [sony, IRIS_4D]: Include getpagesize.h and fcntl.h.Richard M. Stallman1992-10-271-6/+12
| | | | | (unexec): #if 0 the error check of hdr.fhdr.f_nscns. Clear text_section->s_scnptr.
* * unexmips.c (mark_x): Declare this as static void at the top ofJim Blandy1992-09-131-1/+2
| | | | the file and at the function definition.
* (unexec): Allow sections in any order.Richard M. Stallman1992-09-111-11/+15
| | | | Adjust addresses of rdata section as well as data section.
* entered into RCSJim Blandy1992-03-051-1/+1
|
* Initial revisionJim Blandy1992-01-131-0/+305