X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=src%2Fm%2Farm.h;h=571c31a8132545cbeccfc01c70b383c9dc5ad965;hp=897845a59e7ef133330bd4c7f8dc4583a7171596;hb=59eec5f21669e81977b5b1fe9bf717cab49cf7fb;hpb=032d062ebcb2344e6245cea4214bc09835da97ee diff --git a/src/m/arm.h b/src/m/arm.h index 897845a..571c31a 100644 --- a/src/m/arm.h +++ b/src/m/arm.h @@ -71,16 +71,6 @@ Boston, MA 02111-1307, USA. */ #undef CANNOT_DUMP -/* Define VIRT_ADDR_VARIES if the virtual addresses of - pure and impure space as loaded can vary, and even their - relative order cannot be relied on. - - Otherwise Emacs assumes that text space precedes data space, - numerically. */ - -#undef VIRT_ADDR_VARIES - - /* this brings in alloca() if we're using cc */ #ifdef USG #define NO_REMAP @@ -88,7 +78,6 @@ Boston, MA 02111-1307, USA. */ #endif /* USG */ #ifdef WIN32_NATIVE -#define VIRT_ADDR_VARIES #define DATA_END get_data_end () #define DATA_START get_data_start () #define HAVE_ALLOCA