- Timestamp:
- Mar 12, 2007 4:13:51 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 19399
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note:
See TracChangeset
for help on using the changeset viewer.