]> code.delx.au - gnu-emacs/blobdiff - src/m/ibms390.h
Merge changes from emacs-23 branch
[gnu-emacs] / src / m / ibms390.h
index 1dce4ffbf47b084348f5de64f7ac3d30dd488566..0acc826a1eacb40fa1ebeffa79b94a4e4e5030b3 100644 (file)
@@ -1,4 +1,4 @@
-/* machine description file template.
+/* Machine description file for IBM S390 in 32-bit mode
 
 Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
   2008, 2009, 2010  Free Software Foundation, Inc.
@@ -19,10 +19,6 @@ You should have received a copy of the GNU General Public License
 along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 
 
-/* Define WORDS_BIG_ENDIAN if lowest-numbered byte in a word
-   is the most significant byte.  */
-#define WORDS_BIG_ENDIAN
-
 /* Define EXPLICIT_SIGN_EXTEND if XINT must explicitly sign-extend
    the 24-bit bit field into an int.  In other words, if bit fields
    are always unsigned.