comparison src/m/aviion.h @ 165:5a88923fcbfe r20-3b9

Import from CVS: tag r20-3b9
author cvs
date Mon, 13 Aug 2007 09:44:42 +0200
parents 6a378aca36af
children a86b2b5e0111
comparison
equal deleted inserted replaced
164:4e0740e5aab2 165:5a88923fcbfe
98 This default definition is a no-op on most machines (where a 98 This default definition is a no-op on most machines (where a
99 pointer looks like an int) but not on all machines. */ 99 pointer looks like an int) but not on all machines. */
100 100
101 #define ADDR_CORRECT(ADDR) ((int)ADDR) 101 #define ADDR_CORRECT(ADDR) ((int)ADDR)
102 102
103 /* Cast pointers to this type to compare them. */
104
105 #define PNTR_COMPARISON_TYPE void *
106
107 /* Some machines that use COFF executables require that each section 103 /* Some machines that use COFF executables require that each section
108 start on a certain boundary *in the COFF file*. Such machines should 104 start on a certain boundary *in the COFF file*. Such machines should
109 define SECTION_ALIGNMENT to a mask of the low-order bits that must be 105 define SECTION_ALIGNMENT to a mask of the low-order bits that must be
110 zero on such a boundary. This mask is used to control padding between 106 zero on such a boundary. This mask is used to control padding between
111 segments in the COFF file. 107 segments in the COFF file.