This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: binutils


I have tried it but it recognizes only 32 bit binaries.

Eg.
$ binutils/objdump -a /lib/amd64/libc.so.1
binutils/objdump: /lib/amd64/libc.so.1: File format not recognized
$

While I was enabling other targets for linux, added target i686-pc-linux-gnu,
I could see binutils started recognizing the amd64 binaries on solaris
10 x86. Not sure is this right?

Eg.
$ binutils/objdump -a /lib/amd64/libc.so.1

/lib/amd64/libc.so.1:     file format elf64-x86-64
/lib/amd64/libc.so.1

$

Let me know if there is any information on adding targets, I would be
happy to add the support for amd64-pc-solaris2.10.


Regards,
-JNR.

On 4/10/06, Daniel Jacobowitz <drow@false.org> wrote:
> On Mon, Apr 10, 2006 at 04:11:37PM +0530, Janardhan Molumuri wrote:
> >  Are there any plans of adding amd64-pc-solaris2.10 (solaris 10 x86 on
> > amd64 platform) target support in binutils.?
>
> The triplet is actually i686-pc-solaris2.10, and it should already
> work.  Although, there've been reports of some problems using GNU ld.
>
> --
> Daniel Jacobowitz
> CodeSourcery
>


--
-- JNR


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]