emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs ChangeLog configure configure.in src/Chan...


From: Dan Nicolaescu
Subject: [Emacs-diffs] emacs ChangeLog configure configure.in src/Chan...
Date: Fri, 03 Jul 2009 13:19:07 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   09/07/03 13:19:06

Modified files:
        .              : ChangeLog configure configure.in 
        src            : ChangeLog 
        src/m          : mips.h 
Removed files:
        src/m          : pmax.h 

Log message:
        * m/mips.h: Mention this file is also used for netbsd.
        * m/pmax.h: Remove file.
        
        * configure.in (--enable-profiling): New option.
        (mips-*-netbsd*, mipsel-*-netbsd*, mipseb-*-netbsd*): Use machine=mips.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/ChangeLog?cvsroot=emacs&r1=1.838&r2=1.839
http://cvs.savannah.gnu.org/viewcvs/emacs/configure?cvsroot=emacs&r1=1.325&r2=1.326
http://cvs.savannah.gnu.org/viewcvs/emacs/configure.in?cvsroot=emacs&r1=1.602&r2=1.603
http://cvs.savannah.gnu.org/viewcvs/emacs/src/ChangeLog?cvsroot=emacs&r1=1.7626&r2=1.7627
http://cvs.savannah.gnu.org/viewcvs/emacs/src/m/mips.h?cvsroot=emacs&r1=1.43&r2=1.44
http://cvs.savannah.gnu.org/viewcvs/emacs/src/m/pmax.h?cvsroot=emacs&r1=1.31&r2=0

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/ChangeLog,v
retrieving revision 1.838
retrieving revision 1.839
diff -u -b -r1.838 -r1.839
--- ChangeLog   3 Jul 2009 13:04:57 -0000       1.838
+++ ChangeLog   3 Jul 2009 13:19:03 -0000       1.839
@@ -1,10 +1,11 @@
 2009-07-03  Dan Nicolaescu  <address@hidden>
 
        * configure.in (--enable-profiling): New option.
+       (mips-*-netbsd*, mipsel-*-netbsd*, mipseb-*-netbsd*): Use machine=mips.
 
 2009-06-27  Glenn Morris  <address@hidden>
 
-       * configure: Restore netbsd on mips, mipsel, mipseb.
+       * configure.in: Restore netbsd on mips, mipsel, mipseb.
 
 2009-06-26  Dan Nicolaescu  <address@hidden>
 

Index: configure
===================================================================
RCS file: /cvsroot/emacs/emacs/configure,v
retrieving revision 1.325
retrieving revision 1.326
diff -u -b -r1.325 -r1.326
--- configure   3 Jul 2009 13:04:57 -0000       1.325
+++ configure   3 Jul 2009 13:19:03 -0000       1.326
@@ -2535,9 +2535,9 @@
     case "${canonical}" in
       alpha*-*-netbsd*)        machine=alpha ;;
       i[3456]86-*-netbsd*) machine=intel386 ;;
-      mips-*-netbsd*)  machine=pmax ;;
-      mipsel-*-netbsd*)        machine=pmax ;;
-      mipseb-*-netbsd*)        machine=pmax ;;
+      mips-*-netbsd*)  machine=mips ;;
+      mipsel-*-netbsd*)        machine=mips ;;
+      mipseb-*-netbsd*)        machine=mips ;;
       powerpc-*-netbsd*) machine=macppc ;;
       sparc*-*-netbsd*)        machine=sparc ;;
       vax-*-netbsd*)   machine=vax ;;

Index: configure.in
===================================================================
RCS file: /cvsroot/emacs/emacs/configure.in,v
retrieving revision 1.602
retrieving revision 1.603
diff -u -b -r1.602 -r1.603
--- configure.in        3 Jul 2009 13:04:59 -0000       1.602
+++ configure.in        3 Jul 2009 13:19:04 -0000       1.603
@@ -406,9 +406,9 @@
     case "${canonical}" in
       alpha*-*-netbsd*)        machine=alpha ;;
       i[3456]86-*-netbsd*) machine=intel386 ;;
-      mips-*-netbsd*)  machine=pmax ;;
-      mipsel-*-netbsd*)        machine=pmax ;;
-      mipseb-*-netbsd*)        machine=pmax ;;
+      mips-*-netbsd*)  machine=mips ;;
+      mipsel-*-netbsd*)        machine=mips ;;
+      mipseb-*-netbsd*)        machine=mips ;;
       powerpc-*-netbsd*) machine=macppc ;;
       sparc*-*-netbsd*)        machine=sparc ;;
       vax-*-netbsd*)   machine=vax ;;

Index: src/ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/src/ChangeLog,v
retrieving revision 1.7626
retrieving revision 1.7627
diff -u -b -r1.7626 -r1.7627
--- src/ChangeLog       3 Jul 2009 11:07:08 -0000       1.7626
+++ src/ChangeLog       3 Jul 2009 13:19:05 -0000       1.7627
@@ -1,3 +1,8 @@
+2009-07-03  Dan Nicolaescu  <address@hidden>
+
+       * m/mips.h: Mention this file is also used for netbsd.
+       * m/pmax.h: Remove file.
+
 2009-07-03  Jan Djärv  <address@hidden>
 
        * xterm.h (struct x_display_info): Add invisible_cursor.

Index: src/m/mips.h
===================================================================
RCS file: /cvsroot/emacs/emacs/src/m/mips.h,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -b -r1.43 -r1.44
--- src/m/mips.h        22 May 2009 18:47:04 -0000      1.43
+++ src/m/mips.h        3 Jul 2009 13:19:06 -0000       1.44
@@ -23,7 +23,7 @@
    USUAL-OPSYS="note"
 
 NOTE-START
-This is only used on GNU/Linux.
+This is used on GNU/Linux and netbsd.
 NOTE-END  */
 
 /* Define WORDS_BIG_ENDIAN if lowest-numbered byte in a word

Index: src/m/pmax.h
===================================================================
RCS file: src/m/pmax.h
diff -N src/m/pmax.h
--- src/m/pmax.h        27 Jun 2009 02:40:19 -0000      1.31
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,55 +0,0 @@
-/* Machine description file for DEC MIPS machines.
-
-   Copyright (C) 1992, 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
-                 2008, 2009  Free Software Foundation, Inc.
-
-This file is part of GNU Emacs.
-
-GNU Emacs is free software: you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 3 of the License, or
-(at your option) any later version.
-
-GNU Emacs is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
-
-#include "mips.h"
-
-/* The following line tells the configuration script what sort of
-   operating system this machine is likely to run.
-   USUAL-OPSYS="netbsd"
-
-NOTE-START
-The only operating system is NetBSD (osf1 and ultrix removed after 22.3).
-NOTE-END  */
-
-#ifndef __MIPSEB__
-#undef WORDS_BIG_ENDIAN
-#endif
-
-#define BROKEN_NOCOMBRELOC
-#undef COFF
-#undef TERMINFO
-#define MAIL_USE_FLOCK
-#define HAVE_UNION_WAIT
-
-#ifdef MACH
-#define START_FILES pre-crt0.o /usr/lib/crt0.o
-#endif
-
-/* Supposedly the following will overcome a kernel bug.  */
-#undef LD_SWITCH_MACHINE
-#undef DATA_START
-#define DATA_START 0x10000000
-#define DATA_SEG_BITS 0x10000000
-
-/* Enable a fix in process.c.  */
-#define SET_CHILD_PTY_PGRP
-
-/* arch-tag: 45d5070e-d2b7-479f-b336-3fd497c36e15
-   (do not change this comment) */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]