]> code.delx.au - gnu-emacs/blobdiff - src/m/pfa50.h
(remove-overlays): Fix last change.
[gnu-emacs] / src / m / pfa50.h
index 457ea06ff125a291db7bdec9c388af35f186065f..85d281073f1ea855b900aeb1a279a2f6714f0586 100644 (file)
@@ -1,5 +1,6 @@
 /* Machine description file for PFU A-series.
-   Copyright (C) 1988, 1999, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1988, 1999, 2002, 2003, 2004,
+                 2005, 2006 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -15,8 +16,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GNU Emacs; see the file COPYING.  If not, write to
-the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 
 /* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
@@ -64,12 +65,8 @@ Boston, MA 02111-1307, USA.  */
 #define LD_SWITCH_MACHINE -e __start
 
 #if    pfa50 || pfa70
-
 /* On A-50/60/70/80, data space has high order byte use. */
-#define VALBITS 26
-#define VALMASK (((1<<VALBITS) - 1) | 0x60000000)
-#define XTYPE(a) ((enum Lisp_Type) (((a) >> VALBITS) & GCTYPEMASK))
-
+#define DATA_SEG_BITS 0x60000000
 #endif /* pfa50, pfa70 */
 
 /* SX/A has alloca in the PW library.  */
@@ -91,3 +88,6 @@ Boston, MA 02111-1307, USA.  */
 #define NO_SIOCTL_H
 
 #define BROKEN_SIGIO
+
+/* arch-tag: f3a127d5-790b-4c78-b6be-837139fb12c4
+   (do not change this comment) */