bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

32bits specific code in do_adjust_elf_header()


From: Roman Divacky
Subject: 32bits specific code in do_adjust_elf_header()
Date: Wed, 1 Jul 2009 15:45:40 +0200
User-agent: Mutt/1.4.2.3i

hi

in

Target_freebsd<size, big_endian>::do_adjust_elf_header()

there is 32specific code that does not work on 64bit platforms

this:

     gold_assert(len == elfcpp::Elf_sizes<32>::ehdr_size);

     elfcpp::Ehdr<32, false> ehdr(view);


the 32 does not work on 64bit platform (ie. amd64), I believe
it should be either 32 or 64. When I manually enter 64 there
on amd64 gold works for me just fine.

roman

Attachment: pgpXRRKuLNvpH.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]