summaryrefslogtreecommitdiff
path: root/src/unexmips.c
Commit message (Collapse)AuthorAgeFilesLines
* * m/mips.h: Remove boilerplate comments and code for systems thatDan Nicolaescu2008-07-161-348/+0
| | | | | | | do not use this file. (SIGN_EXTEND_CHAR): * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused. * unexmips.c: Remove file, unused.
* * unexmips.c:Dan Nicolaescu2008-07-101-1/+1
| | | | * unexelf.c: Remove references to desupported systems.
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-141-6/+4
|
* * configure.in: Remove references to obsolete variables andDan Nicolaescu2008-02-241-15/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | systems. * configure: Regenerate. * Makefile.in (NO_SHORTNAMES): * emacsclient.c (NO_SHORTNAMES): * fakemail.c (NO_SHORTNAMES): * make-docfile.c (NO_SHORTNAMES): * movemail.c (NO_SHORTNAMES): * pop.c (NO_SHORTNAMES): Remove references to obsolete variable. * config.nt (SHORTNAMES): Remove reference to obsolete variable. * s/vms4-0.h: * s/vms4-2.h: * s/vms4-4.h: * s/vms5-5.h: Remove, unused. * s/irix5-2.h: * s/irix6-0.h: * s/riscos5.h: * s/mach-bsd4-3.h: * m/mips4.h: Remove files for obsolete systems * Makefile.in: * filelock.c: * unexmips.c: * m/hp9000s300.h: * m/iris4d.h: * s/aix3-1.h: * s/hpux.h: * s/msdos.h: * s/usg5-0.h: * s/usg5-2-2.h: * s/usg5-2.h: * s/usg5-3.h: Remove references to obsolete variables. * s/irix5-0.h: Remove, move all the contents ... * s/irix6-5.h: ... here. Simplify. * config.in: Regenerate.
* Add 2008 to copyright years.Glenn Morris2008-01-081-1/+1
|
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris2007-01-141-2/+2
| | | | 2001).
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-1/+2
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* Add arch taglinesMiles Bader2003-09-011-0/+3
|
* 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