From 70fdac9af247eeb548acba4d0425ce986bbf96c8 Mon Sep 17 00:00:00 2001
From: rtoy <rtoy>
Date: Tue, 1 May 2007 15:35:09 +0000
Subject: [PATCH] Update comments because the foreign linkage space and dynamic
 space start have changed in compiler/x86/parms.lisp.

---
 lisp/x86-validate.h | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/lisp/x86-validate.h b/lisp/x86-validate.h
index 3bd255dea..261937b03 100644
--- a/lisp/x86-validate.h
+++ b/lisp/x86-validate.h
@@ -3,7 +3,7 @@
  * This code was written as part of the CMU Common Lisp project at
  * Carnegie Mellon University, and has been placed in the public domain.
  *
- *  $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/x86-validate.h,v 1.26 2007/03/28 02:18:20 fgilham Exp $
+ *  $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/x86-validate.h,v 1.27 2007/05/01 15:35:09 rtoy Exp $
  *
  */
 
@@ -11,6 +11,8 @@
 #define _X86_VALIDATE_H_
 
 /*
+ * Also look in compiler/x86/parms.lisp for some of the parameters.
+ *
  * Address map:
  *
  *  FreeBSD:
@@ -56,8 +58,8 @@
  *	0x28000000->0x38000000  256M Static Space.
  *	0x38000000->0x40000000  128M Control stack growing down.
  *	0x40000000->0x48000000  128M Reserved for shared libraries.
- *	0x58000000->0xBE000000 1632M Dynamic Space.
- *      0xBE000000->0xBF000000   16M Foreign Linkage Table
+ *      0x58000000->0x58100000   16M Foreign Linkage Table
+ *	0x58100000->0xBE000000 1631M Dynamic Space.
  *      0xBFFF0000->0xC0000000       Unknown Linux mapping
  *
  *      (Note: 0x58000000 allows us to run on a Linux system on an AMD
-- 
GitLab