From mboxrd@z Thu Jan 1 00:00:00 1970 From: rth@cygnus.com (Richard Henderson) To: bfd@cygnus.com Subject: Re: mixing .o architectures in a link Date: Fri, 23 Jan 1998 15:00:00 -0000 Message-id: <6ab6tu$glj$1@dot.cygnus.com> References: <34C8C15B.6EB40B96@cygnus.com> <199801231846.KAA08261.cygnus.bfd@canuck.cygnus.com> X-SW-Source: 1998/msg00006.html In article <199801231846.KAA08261.cygnus.bfd@canuck.cygnus.com>, Doug Evans wrote: > The concept is that code and data for the two VUs is loaded into > the 5900 address space for subsequent transfer to the VUs under > explicit control of the 59 program. (It may make sense to put > the VU text in the 59 text segment as it should be read-only. > For VU data, the same arguments could be made.) This may be less automatic than you like, but the way I would do it with existing tools is to link the VU program by itself, then create a MIPS object with a section containing the finished VU program via objcopy trickery. But that may just be too gross for the Product you are trying to produce... r~