j...@uriah.heep.sax.de (Joerg Wunsch) wrote: > By the time objdump runs, it doesn't know anymore about any input > sections, it's only got the main output sections (.text, .data, > .bss).
Since you're talking about a bootloader: if that bootloader is *not* living in section .text, it's possible objdump -d wouldn't consider it for disassembly (the manual is a bit vague, it talks about "sections expected to contain instructions"). You can specify sections to disassemble by the -j (or --section) option. -- cheers, J"org .-.-. --... ...-- -.. . DL8DTL http://www.sax.de/~joerg/ NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) _______________________________________________ AVR-GCC-list mailing list AVR-GCC-list@nongnu.org https://lists.nongnu.org/mailman/listinfo/avr-gcc-list