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] | |
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?
"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] |