LINK Help (linker.hlp) (Table of Contents; Topic list)
L2010
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     LINK Error L2010
 
     too many fixups in LIDATA record
 
     The number of far relocations (pointer- or base-type) in an LIDATA
     record exceeds the limit imposed by LINK.
 
     The cause is usually a DUP statement in an assembly-language
     program. The limit is dynamic: a 1,024-byte buffer is shared by
     relocations and the contents of the LIDATA record. There are 8
     bytes per relocation.
 
     Reduce the number of far relocations in the DUP statement.
                                    -♦-