aboutsummaryrefslogtreecommitdiffstats
path: root/src/m (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | Accidentally omitted from previous commit.Glenn Morris2010-04-231-11/+6
| | | | | | | | | | * src/m/amdx86-64.h (START_FILES, LIB_STANDARD): Use $CRT_DIR rather than HAVE_LIB64_DIR. (Bug#5655)
* | Close bug#5655.Glenn Morris2010-04-231-10/+2
| | | | | | | | | | | | | | | | | | | | * configure.in (CRT_DIR): New output variable. (--with-crt-dir): New option. (Bug#5655) (HAVE_LIB64_DIR): Remove. * src/Makefile.in (CRT_DIR): New variable, set by configure. * src/m/amdx86-64.h, m/ibms390x.h (START_FILES, LIB_STANDARD): Use $CRT_DIR rather than HAVE_LIB64_DIR. (Bug#5655)
* | Simplify m/intel386.h.Dan Nicolaescu2010-04-231-37/+0
| | | | | | | | | | | | | | | | | | | | | | | | * m/intel386.h (CRT0_DUMMIES): Remove, inline value in the only user: ecrt0.c. (SOLARIS2): Remove LOAD_AVE_TYPE, LOAD_AVE_CVT, LIBS_MACHINE, unused. (USG5_4): Move LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE definitions to the only user: s/unixware.h. * ecrt0.c: Remove #ifndef static. Inline CRT0_DUMMIES definition from m/intel386.h. * s/unixware.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE): Definitions moved here from m/intel386.h.
* | * m/mips.h: Remove #if 0 code.Dan Nicolaescu2010-04-231-18/+0
| |
* | (LD_SWITCH_SYSTEM_TEMACS): Remove #undef.Dan Nicolaescu2010-04-231-4/+0
| | | | | | | | (LD_SWITCH_MACHINE_TEMACS): Remove, configure sets nocombreloc.
* | Clean up HP-UX files.Dan Nicolaescu2010-04-211-52/+0
| | | | | | | | | | | | | | * m/hp800.h (NO_REMAP, VIRT_ADDR_VARIES, DATA_SEG_BITS) (DATA_START, TEXT_START, LOAD_AVE_TYPE, LOAD_AVE_CVT) (LDAV_SYMBOL, index, rindex): Move definitions only used in HP-UX ... * s/hpux10-20.h: ... to the only user, here.
* | Simplify code for HP machines.Dan Nicolaescu2010-04-061-30/+2
| | | | | | | | | | | | | | * m/hp800.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, NO_REMAP): Do not define for GNU_LINUX, not needed. (UNEXEC, NEED_BSDTTY): Move definitions... * s/hpux10-20.h (UNEXEC, NEED_BSDTTY): ... here.
* | * m/iris4d.h (UNEXEC): Move definition ...Dan Nicolaescu2010-04-061-6/+0
| | | | | | | | * s/irix6-5.h (UNEXEC): ... here.
* | * m/intel386.h (NO_REMAP): Move definition ...Dan Nicolaescu2010-04-021-4/+0
| | | | | | | | * s/msdos.h (NO_REMAP): ... here.
* | * m/vax.h (CRT0_DUMMIES): Remove, unused.Dan Nicolaescu2010-04-021-4/+0
| |
* | Remove all uses of C_DEBUG_SWITCH and LIBS_DEBUG.Dan Nicolaescu2010-03-292-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * s/usg5-4.h (LIBS_DEBUG): * s/irix6-5.h (C_DEBUG_SWITCH): * s/gnu-linux.h (LIBS_DEBUG): * s/darwin.h (LIBS_DEBUG): * s/bsd-common.h (LIBS_DEBUG): * s/aix4-2.h (LIBS_DEBUG, C_DEBUG_SWITCH): * m/iris4d.h (LIBS_DEBUG): * m/hp800.h (LIBS_DEBUG): Remove definitions. * Makefile.in (LIBES): Remove reference to LIBS_DEBUG. (LIBS_DEBUG): Remove definition. * configure.in: Remove all references to C_DEBUG_SWITCH.
* | Simplify LIBS_MACHINE definitions.Dan Nicolaescu2010-03-223-12/+0
| | | | | | | | | | | | | | * m/hp800.h (LIBS_MACHINE): Remove, same as default. * m/iris4d.h (LIBS_MACHINE): Likewise. * m/ibmrs6000.h (LIBS_MACHINE): Rename to LIBS_SYSTEM and move ... * s/aix4-2.h (LIBS_SYSTEM): ... here.
* | (BSD_SYSTEM, BSD4_2): Remove conditionals, we onlyDan Nicolaescu2010-03-211-5/+0
| | | | | | | | support vax on BSDs.
* | * m/ibmrs6000.h (ORDINARY_LINK): Move definition ...Dan Nicolaescu2010-03-211-2/+0
| | | | | | | | * s/aix4-2.h (ORDINARY_LINK): ... here.
* | Remove support for old GNU/Linux using libc version 5.Dan Nicolaescu2010-03-201-5/+0
| | | | | | | | | | * m/alpha.h (LINUX_SBRK_BUG): Remove definition. * emacs.c (main): Remove code depending on LINUX_SBRK_BUG.
* | Remove support for Solaris on PPC and for old versions.Dan Nicolaescu2010-03-191-15/+0
|/ | | | | | | | | | | | | | | * s/sol2-6.h: Add the contents of s/sol-2.3.h, s/sol-2.4.h, s/sol-2.5.h. (LD_SWITCH_SYSTEM, USE_MMAP_FOR_BUFFERS): Remove #defines/#undef that cancel each other. * s/sol2-3.h: * s/sol2-4.h: * s/sol2-5.h: Remove. * m/ibmrs6000.h: Remove code for USG5_4, this file is only used on AIX. (NO_REMAP): Remove, unused. (UNEXEC): Move definition ... * s/aix4-2.h (UNEXEC): ... here. * configure.in: Remove support for Solaris on PPC and for old versions.
* * m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).Chong Yidong2010-02-211-0/+6
|
* Fixes for NetBSD (Bug#4629, Bug#2072).Chong Yidong2010-01-282-5/+1
| | | | | | * m/mips.h: Remove DATA_START. Suggested by Dan Nicolaescu. * m/alpha.h: Don't define DATA_START on NetBSD (Bug#4629).
* Add 2010 to copyright years.Glenn Morris2010-01-1316-16/+16
|
* Don't set LIB_STANDARD and START_FILES under __Apple__.Adrian Robert2009-10-161-1/+6
|
* Remove DARWIN_OS/_LP64 special case.Adrian Robert2009-10-161-7/+0
|
* * m/mips.h: Mention this file is also used for netbsd.Dan Nicolaescu2009-07-032-56/+1
| | | | | | | * m/pmax.h: Remove file. * configure.in (--enable-profiling): New option. (mips-*-netbsd*, mipsel-*-netbsd*, mipseb-*-netbsd*): Use machine=mips.
* Trim to just the stuff applicable to netbsd, since the other platformsGlenn Morris2009-06-271-75/+3
| | | | have been removed.
* Restore file.Glenn Morris2009-06-271-0/+127
|
* * m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).Chong Yidong2009-05-221-0/+3
|
* (DATA_SEG_BITS, XUINT, XSET): Definitions disabled.Richard M. Stallman2009-03-011-1/+8
|
* (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.Dan Nicolaescu2009-02-181-0/+3
|
* Comment (add Author:, based on authors.el).Glenn Morris2009-01-101-1/+4
|
* Add 2009 to copyright years.Glenn Morris2009-01-0816-16/+16
|
* Fix comment typo.Glenn Morris2008-11-061-2/+1
|
* Add arch taglineMiles Bader2008-10-201-0/+3
|
* * configure.in: Add support for GNU/Linux on SuperH.Dan Nicolaescu2008-10-181-0/+7
| | | | | * MACHINES: Add section for SuperH. * m/sh3.h: New file, machine description for SuperH.
* cleanup in s/darwin.h, define DARWIN_OS and use it instead of DARWIN and/or ↵Adrian Robert2008-08-041-1/+1
| | | | MAC_OSX; also, nsterm.m: small unrelated cleanups
* * bitmaps/README:Dan Nicolaescu2008-07-311-17/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * xfns.c: * termcap.c: * term.c: * syswait.h: * systty.h: * systime.h: * syssignal.h: * sysdep.c: * process.h: * process.c: * print.c: * ndir.h: * lread.c: * keyboard.c: * getpagesize.h: * floatfns.c: * fileio.c: * emacs.c: * doc.c: * dispnew.c: * dired.c: * data.c: * callproc.c: * buffer.c: * README: * Makefile.in: * s/template.h: * s/msdos.h: * m/vax.h: Remove VMS support. * s/vms.h: * vlimit.h: * uaf.h: * temacs.opt: * param.h: * ioctl.h: Remove file. * descrip.mms: * compile.com: Remove file. * Create.c: Remove VMS support. * message.el (Module): * gnus-start.el (Module): * gnus-registry.el (Module): * textmodes/texinfmt.el: * nxml/nxml-enc.el: * mail/feedmail.el: * international/mule.el: * international/latexenc.el: * emulation/viper-util.el: * emulation/viper-init.el: * emulation/viper-ex.el: * emacs-lisp/bytecomp.el: * version.el: * subr.el: * startup.el: * sort.el: * shadowfile.el: * recentf.el: * printing.el: * paths.el: * minibuffer.el: * ls-lisp.el: * loadup.el: * hippie-exp.el: * finder.el: * files.el: * ediff-util.el: * ediff-ptch.el: * ediff-init.el: * ediff-diff.el: * dired.el: * dired-aux.el: * cus-edit.el: * bindings.el: * arc-mode.el: * add-log.el: Remove VMS support. * obsolete/vmsproc.el: * obsolete/vms-pmail.el: * obsolete/vms-patch.el: Remove file. * etags.c: * emacsclient.c: Remove VMS support. * termcap.src: Remove file. * README: * PROBLEMS: * MACHINES: Remove VMS info. * ediff.texi: Remove VMS support. * os.texi: * intro.texi: * files.texi: Remove VMS support. * emacs.texi: Remove VMS support. * make-dist: * README: Remove VMS support. * vms: Remove directory.
* Remove support for Mac Carbon.Dan Nicolaescu2008-07-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * mactoolbox.c: * macterm.h: * macterm.c: * macselect.c: * macmenu.c: * macgui.h: * macfns.c: * mac.c: Remove file. * s/darwin.h: * m/intel386.h: * xfaces.c: * xdisp.c: * window.c: * tparam.c: * termhooks.h: * termcap.c: * term.c: * syssignal.h: * sysselect.h: * sysdep.c: * process.c: * lread.c: * lisp.h: * keyboard.c: * image.c: * fringe.c: * frame.h: * frame.c: * fontset.c: * font.h: * font.c: * fns.c: * fileio.c: * emacs.c: * dispnew.c: * dispextern.h: * config.in: * atimer.c: * Makefile.in: Remove code for Carbon * erc.el: Remove code for Carbon. Remove support for Mac Carbon. * term/mac-win.el: Remove file * international/mule-cmds.el: * version.el: * startup.el: * simple.el: * mwheel.el: * mouse.el: * loadup.el: * isearch.el: * info.el: * frame.el: * faces.el: * disp-table.el: * cus-start.el: * cus-face.el: * cus-edit.el: * Makefile.in: Remove code for Carbon. Remove support for Mac Carbon. * makefile.w32-in: * emacsclient.c: Remove code for Carbon. * PROBLEMS: * MACHINES: Remove mentions of Mac Carbon. * ns-emacs.texi: * faq.texi: Remove mentions of Mac Carbon. * os.texi: * frames.texi: * display.texi: Remove mentions of Mac Carbon. * xresources.texi: Remove mentions of Mac Carbon. * make-tarball.txt: * admin.el: * FOR-RELEASE: * CPP-DEFINES: Remove mentions of Mac Carbon. Remove support for Mac Carbon. * mac: Remove directory. * make-dist: * configure.in: * README: * Makefile.in: * INSTALL: Remove code for Carbon. * configure: Regenerate.
* * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.Dan Nicolaescu2008-07-244-14/+3
| | | | | | | | | | * m/alpha.h (TEXT_END): * m/ibmrs6000.h (TEXT_END): * m/macppc.h (TEXT_END): * s/darwin.h (TEXT_END): * s/msdos.h (TEXT_END): Remove, unused. * s/gnu-linux.h (BSD_PGRPS): Add a comment. * s/cygwin.h: Remove comment.
* * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.Dan Nicolaescu2008-07-242-16/+0
| | | | | | | (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES. * m/intel386.h (DOT_GLOBAL_START): * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES. (USG): Remove, file not used on USG platforms.
* * m/alpha.h (LINUX_SBRK_BUG):Dan Nicolaescu2008-07-231-0/+5
| | | | * emacs.c (main): Undo previous change.
* (C_SWITCH_MACHINE): Remove.Dan Nicolaescu2008-07-231-1/+0
|
* * s/usg5-4.h (ADDR_CORRECT): Remove, unused.Dan Nicolaescu2008-07-231-3/+0
| | | | | | | | * unexaix.c (ADDR_CORRECT): Remove conditional, the only user defines it. * unexec.c (ADDR_CORRECT): Define unconditionally. * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
* * s/darwin.h (DATA_END):Dan Nicolaescu2008-07-233-8/+0
| | | | | | | | * m/intel386.h (DATA_END): * m/ibmrs6000.h (DATA_END): * m/alpha.h (DATA_END): Remove, unused. (LINUX_SBRK_BUG): Remove, move condition to the only use ... * emacs.c (main): ... here.
* * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not usedDan Nicolaescu2008-07-212-35/+0
| | | | | | | on this platform. (mips): * m/iris4d.h (mips): Do not define. * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
* (LD_SWITCH_SITE): Remove.Dan Nicolaescu2008-07-211-5/+0
|
* (NO_REMAP): Do not undefine.Dan Nicolaescu2008-07-211-7/+0
|
* Use SOLARIS2 instead of sun.Dan Nicolaescu2008-07-211-2/+2
|
* * m/intel386.h (NO_REMAP): Do no define for USG, not used.Dan Nicolaescu2008-07-201-2/+1
|
* * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this wasDan Nicolaescu2008-07-201-31/+0
| | | | | | | | | | | | | | | | | | | | | | | | | added not supported anymore. * s/usg5-4-2.h (LIBS_SYSTEM): * s/sol2.h (LIBS_SYSTEM): Do not undefine. * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF): * s/lynxos.h (GETPGRP_NO_ARG): * s/hpux10-20.h (NO_SIOCTL_H): * s/gnu.h (GETPGRP_NO_ARG): * s/gnu-linux.h (NO_SIOCTL_H): * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF): * s/cygwin.h (GETPGRP_NO_ARG): * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused. (C_DEBUG_SWITCH): Remove duplicate definition. * m/ibms390.h: Remove boilerplate comments. * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4. * process.c (HAVE_SERIAL): Consolidate ifdefs. (wait_reading_process_output): Remove code for SunOS, platform not supported anymore. Use SOLARIS2 instead of sun.
* * ecrt0.c: Remove code depending on m68000, not used anymore.Dan Nicolaescu2008-07-175-138/+31
| | | | | | | | | | | | | | | | * fns.c (hash_remove): Make static. * lisp.h (hash_remove): Don't prototype. * m/ibmrs6000.h: * m/ibms390x.h: * m/macppc.h: Remove boilerplate comments. * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on Solaris, which does not need them. * m/vax.h: Remove comments about unsupported systems. * s/darwin.h: Reorganize ifdefs.
* (__ELF__): Consolidate conditions.Dan Nicolaescu2008-07-161-2/+0
|
* * m/m68k.h (linux): Use GNU_LINUX instead.Dan Nicolaescu2008-07-162-31/+2
| | | | | | | | | Remove boilerplate comments. * m/intel386.h: Undo reactoring from previous change. (LIB_STANDARD): All systems that define USG define LIB_STANDARD too, remove dead code. (linux): Use GNU_LINUX instead.