Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Aug 1997 21:23:03 -0700 (PDT)
From:      Sean Eric Fagan <sef@Kithrup.COM>
To:        julian@whistle.com
Cc:        hackers@freebsd.org
Subject:   Re: [Fwd: Re: Please Help Me Understand dlopen()]
Message-ID:  <199708200423.VAA01541@kithrup.com>
References:  <199708182246.PAA04812@austin.polstra.com> <22405.871954857@time.cdrom.com> <19970819140010.04999@lemis.com> <199708190543.WAA07143@austin.polstra.com>

next in thread | previous in thread | raw e-mail | index | archive | help
In article <33FA585D.167EB0E7.kithrup.freebsd.hackers@whistle.com> you write:
>John, what are the chances of being able to link a binary from
>mixed a.out and elf .o files?
>And what are the chances of being able to generate both types
>with just a single switch differnt in the command line?

With the wonders of BFD, all things are possible!

Well, nearly all, anyway.  Given BFD support for the a.out and ELF formats
for FreeBSD, ld can accept both, and produce either.  In binutils is a
utility that can convert from pretty much any format to any other.  (Wanna
run S-records directly?  Can do!)

Note that this would require using the GNU binutilies.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199708200423.VAA01541>