Hi, I think something is wrong with objdump when disassembling libraries on Raspberry Pi (for example "objdump -d /lib/libc.so). I am using a current earmhf image. It decodes every instruction as
.word <32-bit hex-value> This also applies to some functions in ELF executables - as far as I could see only those added by the compiler (e.g. <__start>, <___start> and friends). Any idea why that is? Regards, Stephan
