Changeset 1401
- Timestamp:
- 03/12/07 05:13:51 (2 years ago)
- Files:
-
- trunk/include/iprt/asmdefs.mac (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/include/iprt/asmdefs.mac
r1190 r1401 123 123 124 124 ; 125 ; Do OMF segment definitions 125 ; Do OMF and Mach-O/Yasm segment definitions 126 ; 127 ; Both format requires this to get the segment order right, in the Mach-O/Yasm case 128 ; it's only to make sure the .bss section ends up last (it's not declared here). 126 129 ; 127 130 %ifdef ASM_FORMAT_OMF … … 170 173 ; Make the TEXT32 segment default. 171 174 segment TEXT32 175 %endif 176 177 %ifdef ASM_FORMAT_MACHO 178 %ifdef __YASM__ 179 [section .text] 180 [section .data] 181 %endif 172 182 %endif 173 183

