diff options
| author | Dan Nicolaescu | 2008-07-16 15:27:04 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-07-16 15:27:04 +0000 |
| commit | 7ab56cc46db5d17076b4b100fe3cf7ebf666fffe (patch) | |
| tree | 83af17a84813435f3330c60464f20a37e10db3a4 /src/m/m68k.h | |
| parent | 586b975c015e01ae666f6322c64408da86fdcdfe (diff) | |
| download | emacs-7ab56cc46db5d17076b4b100fe3cf7ebf666fffe.tar.gz emacs-7ab56cc46db5d17076b4b100fe3cf7ebf666fffe.zip | |
* m/m68k.h (linux): Use GNU_LINUX instead.
Remove boilerplate comments.
* m/intel386.h: Undo reactoring from previous change.
(LIB_STANDARD): All systems that define USG define LIB_STANDARD
too, remove dead code.
(linux): Use GNU_LINUX instead.
Diffstat (limited to 'src/m/m68k.h')
| -rw-r--r-- | src/m/m68k.h | 21 |
1 files changed, 1 insertions, 20 deletions
diff --git a/src/m/m68k.h b/src/m/m68k.h index 15ceb365595..459bb1afe68 100644 --- a/src/m/m68k.h +++ b/src/m/m68k.h | |||
| @@ -17,21 +17,11 @@ GNU General Public License for more details. | |||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | 18 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 19 | 19 | ||
| 20 | |||
| 21 | /* The following three symbols give information on | ||
| 22 | the size of various data types. */ | ||
| 23 | |||
| 24 | |||
| 25 | /* Define WORDS_BIG_ENDIAN if lowest-numbered byte in a word | 20 | /* Define WORDS_BIG_ENDIAN if lowest-numbered byte in a word |
| 26 | is the most significant byte. */ | 21 | is the most significant byte. */ |
| 27 | 22 | ||
| 28 | #define WORDS_BIG_ENDIAN | 23 | #define WORDS_BIG_ENDIAN |
| 29 | 24 | ||
| 30 | /* Define NO_ARG_ARRAY if you cannot take the address of the first of a | ||
| 31 | * group of arguments and treat it as an array of the arguments. */ | ||
| 32 | |||
| 33 | /* #define NO_ARG_ARRAY */ | ||
| 34 | |||
| 35 | /* Now define a symbol for the cpu type, if your compiler | 25 | /* Now define a symbol for the cpu type, if your compiler |
| 36 | does not define it automatically. */ | 26 | does not define it automatically. */ |
| 37 | 27 | ||
| @@ -47,16 +37,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 47 | 37 | ||
| 48 | #define EXPLICIT_SIGN_EXTEND | 38 | #define EXPLICIT_SIGN_EXTEND |
| 49 | 39 | ||
| 50 | /* Define VIRT_ADDR_VARIES if the virtual addresses of | 40 | #ifdef GNU_LINUX |
| 51 | pure and impure space as loaded can vary, and even their | ||
| 52 | relative order cannot be relied on. | ||
| 53 | |||
| 54 | Otherwise Emacs assumes that text space precedes data space, | ||
| 55 | numerically. */ | ||
| 56 | |||
| 57 | /* #define VIRT_ADDR_VARIES */ | ||
| 58 | |||
| 59 | #ifdef linux | ||
| 60 | #ifdef __ELF__ | 41 | #ifdef __ELF__ |
| 61 | #define DATA_SEG_BITS 0x80000000 | 42 | #define DATA_SEG_BITS 0x80000000 |
| 62 | #endif | 43 | #endif |