diff options
Diffstat (limited to 'src/m')
-rw-r--r-- | src/m/alpha.h | 2 | ||||
-rw-r--r-- | src/m/macppc.h | 2 | ||||
-rw-r--r-- | src/m/mips4.h | 2 | ||||
-rw-r--r-- | src/m/news-risc.h | 2 | ||||
-rw-r--r-- | src/m/xtensa.h | 15 |
5 files changed, 19 insertions, 4 deletions
diff --git a/src/m/alpha.h b/src/m/alpha.h index cf629c20291..6a9f09ed0bd 100644 --- a/src/m/alpha.h +++ b/src/m/alpha.h @@ -6,7 +6,7 @@ This file is part of GNU Emacs. GNU Emacs is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 1, or (at your option) +the Free Software Foundation; either version 2, or (at your option) any later version. GNU Emacs is distributed in the hope that it will be useful, diff --git a/src/m/macppc.h b/src/m/macppc.h index eba0a401a18..117d7a11dc4 100644 --- a/src/m/macppc.h +++ b/src/m/macppc.h @@ -6,7 +6,7 @@ This file is part of GNU Emacs. GNU Emacs is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 1, or (at your option) +the Free Software Foundation; either version 2, or (at your option) any later version. GNU Emacs is distributed in the hope that it will be useful, diff --git a/src/m/mips4.h b/src/m/mips4.h index 06db7d5dff0..f9517d6b560 100644 --- a/src/m/mips4.h +++ b/src/m/mips4.h @@ -7,7 +7,7 @@ This file is part of GNU Emacs. GNU Emacs is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 1, or (at your option) +the Free Software Foundation; either version 2, or (at your option) any later version. GNU Emacs is distributed in the hope that it will be useful, diff --git a/src/m/news-risc.h b/src/m/news-risc.h index 07e055dac9a..0a2564553f7 100644 --- a/src/m/news-risc.h +++ b/src/m/news-risc.h @@ -7,7 +7,7 @@ This file is part of GNU Emacs. GNU Emacs is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 1, or (at your option) +the Free Software Foundation; either version 2, or (at your option) any later version. GNU Emacs is distributed in the hope that it will be useful, diff --git a/src/m/xtensa.h b/src/m/xtensa.h new file mode 100644 index 00000000000..049874635d8 --- /dev/null +++ b/src/m/xtensa.h @@ -0,0 +1,15 @@ +/* Machine description file for Tensilica Xtensa. + +Add a license notice if this grows to > 10 lines of code. */ + +#define NO_ARG_ARRAY +#define NO_UNION_TYPE + +#ifdef __LITTLE_ENDIAN +#undef WORDS_BIG_ENDIAN +#else +#define WORDS_BIG_ENDIAN +#endif + +/* arch-tag: fe5872de-d565-4d81-8fe0-ea19865b3e6a + (do not change this comment) */ |