Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!comp.vuw.ac.nz!jonathan From: jonathan@comp.vuw.ac.nz Newsgroups: gnu.utils.bug Subject: Re: ld as a cross linker Message-ID: <8909010443.AA22441@comp.vuw.ac.nz> Date: 1 Sep 89 04:43:28 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 8 Has anyone used ld as a cross linker where the host and target machines have the same byte order, but the host machine has stricter alignment requirements? I have tried to do this with an hp9k800 as the host and an hp9k300 as the target. It appears that each relocatable chunk in the input is aligned to a two-byte boundary. Either the input or the output ends up not being word-aligned, and then ld dumps core trying to copy it.