emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/m/sr2k.h


From: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/src/m/sr2k.h
Date: Mon, 15 Apr 2002 09:21:33 -0400

Index: emacs/src/m/sr2k.h
diff -c emacs/src/m/sr2k.h:1.1 emacs/src/m/sr2k.h:1.2
*** emacs/src/m/sr2k.h:1.1      Mon Dec 30 23:55:55 1996
--- emacs/src/m/sr2k.h  Mon Apr 15 09:21:33 2002
***************
*** 1,5 ****
  /* machine description file for Hitachi SR2001/SR2201 machines.
!    Copyright (C) 1996 Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
  
--- 1,5 ----
  /* machine description file for Hitachi SR2001/SR2201 machines.
!    Copyright (C) 1996, 2002 Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
  
***************
*** 119,134 ****
     numerically.  */
  
  #define VIRT_ADDR_VARIES
- 
- /* Define C_ALLOCA if this machine does not support a true alloca
-    and the one written in C should be used instead.
-    Define HAVE_ALLOCA to say that the system provides a properly
-    working alloca function and it should be used.
-    Define neither one if an assembler-language alloca
-    in the file alloca.s should be used.  */
- 
- #define C_ALLOCA
- /* #define HAVE_ALLOCA */
  
  /* the data segment on this machine always starts at address 0x40000000. */
  
--- 119,124 ----
***************
*** 136,143 ****
  
  #define DATA_START    0x40000000
  #define TEXT_START    0x00000000
- 
- #define STACK_DIRECTION 1 
  
  /* Define NO_REMAP if memory segmentation makes it not work well
     to change the boundary between the text section and data section
--- 126,131 ----



reply via email to

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