comparison src/m/next.h @ 442:abe6d1db359e r21-2-36

Import from CVS: tag r21-2-36
author cvs
date Mon, 13 Aug 2007 11:35:02 +0200
parents 3ecd8885ac67
children 943eaba38521
comparison
equal deleted inserted replaced
441:72a7cfa4a488 442:abe6d1db359e
23 /* Say this machine is a next if not previously defined */ 23 /* Say this machine is a next if not previously defined */
24 24
25 #ifndef NeXT 25 #ifndef NeXT
26 #define NeXT 26 #define NeXT
27 #endif 27 #endif
28
29 /* Define how to take a char and sign-extend into an int.
30 On machines where char is signed, this is a no-op. */
31
32 #define SIGN_EXTEND_CHAR(c) (c)
33
34 /* XINT must explicitly sign-extend */
35
36 #define EXPLICIT_SIGN_EXTEND
37 28
38 /* Say that the text segment of a.out includes the header; 29 /* Say that the text segment of a.out includes the header;
39 the header actually occupies the first few bytes of the text segment 30 the header actually occupies the first few bytes of the text segment
40 and is counted in hdr.a_text. */ 31 and is counted in hdr.a_text. */
41 32