diff options
| author | Dan Nicolaescu | 2008-10-18 08:11:30 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-10-18 08:11:30 +0000 |
| commit | fac5dc61dbee2378a881be28e8ff234a3c5b8839 (patch) | |
| tree | 74dd0ee2924c6239f9afe05b39b7cb807e09480c /src | |
| parent | 0f21c00518b7a74456afc3ccff8436a4078a56b4 (diff) | |
| download | emacs-fac5dc61dbee2378a881be28e8ff234a3c5b8839.tar.gz emacs-fac5dc61dbee2378a881be28e8ff234a3c5b8839.zip | |
* configure.in: Add support for GNU/Linux on SuperH.
* MACHINES: Add section for SuperH.
* m/sh3.h: New file, machine description for SuperH.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/m/sh3.h | 7 |
2 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index fe330b9e0ee..4dba71224ae 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-10-18 Ulrich Mueller <ulm@gentoo.org> | ||
| 2 | |||
| 3 | * m/sh3.h: New file, machine description for SuperH. | ||
| 4 | |||
| 1 | 2008-10-17 Martin Rudalics <rudalics@gmx.at> | 5 | 2008-10-17 Martin Rudalics <rudalics@gmx.at> |
| 2 | 6 | ||
| 3 | * window.c (Fsplit_window): Rename arg horflag to horizontal. | 7 | * window.c (Fsplit_window): Rename arg horflag to horizontal. |
diff --git a/src/m/sh3.h b/src/m/sh3.h new file mode 100644 index 00000000000..134eb16b9b8 --- /dev/null +++ b/src/m/sh3.h | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | /* Machine description file for SuperH. */ | ||
| 2 | |||
| 3 | #ifdef __BIG_ENDIAN__ | ||
| 4 | # define WORDS_BIG_ENDIAN | ||
| 5 | #endif | ||
| 6 | |||
| 7 | #define NO_ARG_ARRAY | ||