From: jih-shin ho Subject: Re: int86x.s incompatible with ld in binutils-2.1 (fwd) To: djgpp AT sun DOT soe DOT clarkson DOT edu (djgpp) Date: Fri, 12 Mar 93 23:17:52 EAT > > I have built a cross-compiler system on HP9000/700. It can generate 386 > >machine code. While during building cross-linker, I find that the int86x.s is > >incompatible with new linker in binutils-2.1. So I make some modifications. > > But *why* is it incompatible? > The JMP instruction in data section will jump to wrong address. I don't know much about the operation of linker. I use debug32 to find out this problem. Arthur Ho