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: Help regarding BFD retargeting.


Hi Aashish,

objdump is not recognizing the file format ..

[root@localhost binutils]# ./objdump -s /root/Desktop/testcase/test.o
./objdump: /root/Desktop/testcase/test.o: File format not recognized

So, where can the changes be made to dump the object file information?

Are you working with Sneha Ved, or is this just a coincidence ?


http://sources.redhat.com/ml/binutils/2007-03/msg00252.html

Anyway the same answer applies:

  "Have a look at the function "elfNN_ia64_object_p" in
   bfd/elfxx-ia64.c.  It is this function (once translated
   into elf64_ia64_object_p via the build process) that is
   supposed to be able to detect ELF64 format IA64 binary
   files."

Cheers
  Nick


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