Changeset 2969


Ignore:
Timestamp:
Feb 14, 2007, 12:14:31 AM (18 years ago)
Author:
bird
Message:

drop the strict segment order test for now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kLdr/kLdrModMachO.c

    r2968 r2969  
    619619                                ||  kLdrHlpStrNComp(pSect->segname, (pSect - 1)->segname, sizeof(pSect->segname)))
    620620                            {
     621#if 0 /** @todo This  doesn't work because of BSS. */
    621622                                /* verify that the linker/assembler has ordered sections correctly. */
    622623                                section_32_t *pCur = (pSect - 2);
     
    627628                                    pCur--;
    628629                                }
     630#endif
    629631
    630632                                /* ok. count it and the string. */
Note: See TracChangeset for help on using the changeset viewer.