# HG changeset patch # User Richard M. Stallman # Date 1235911343 0 # Node ID 2f1c4821a7d3cbfa8b1c82a994daa36b22a6976f # Parent 80527611edeb37335b568037e9c9898dd96e2359 (DATA_SEG_BITS, XUINT, XSET): Definitions disabled. diff -r 80527611edeb -r 2f1c4821a7d3 src/m/mips.h --- a/src/m/mips.h Sun Mar 01 12:40:39 2009 +0000 +++ b/src/m/mips.h Sun Mar 01 12:42:23 2009 +0000 @@ -50,9 +50,13 @@ #define TEXT_START 0x00400000 #define DATA_START 0x10000000 + + +#if 0 /* These definitions were advantageous when not using + USE_LSB_TAG. With that, they get ignored but cause errors. */ + #define DATA_SEG_BITS 0x10000000 - /* The standard definitions of these macros would work ok, but these are faster because the constants are short. */ @@ -65,3 +69,6 @@ /* arch-tag: 8fd020ee-78a7-4d87-96ce-6129f52f7bee (do not change this comment) */ + +#endif /* 0 */ +