mixing .o architectures in a link
Richard Henderson
rth@cygnus.com
Fri Jan 23 15:00:00 GMT 1998
In article <199801231846.KAA08261.cygnus.bfd@canuck.cygnus.com>,
Doug Evans <devans@cygnus.com> 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~
More information about the Bfd
mailing list