This is the mail archive of the
ecos-discuss@sourceware.cygnus.com
mailing list for the eCos project.
[ECOS] Re: mips disassembler
- To: armccurdy@yahoo.co.uk
- Subject: [ECOS] Re: mips disassembler
- From: Bart Veer <bartv@cygnus.co.uk>
- Date: Thu, 19 Aug 1999 12:53:47 +0100
- CC: ecos-discuss@sourceware.cygnus.com
- References: <19990819111729.5827.rocketmail@web601.yahoomail.com>
- Reply-to: bartv@cygnus.co.uk
Andre> I'm using the ecosSWtools-990319 mips-tx39-elf
Andre> toolset.
Andre> If I try and disassemble an object file compiled from
Andre> a C source file (using objdump -d) the first function
Andre> comes out as a hexdump e.g.
Andre> [root@xxxx]# mips-tx39-elf-gcc -O2 -c misc1.c
Andre> [root@xxxx]# mips-tx39-elf-objdump -d misc1.o
Andre> misc1.o: file format elf32-bigmips
Andre> Disassembly of section .text:
<snip>
Andre> Is this a bug somewhere or am I not driving the tools
Andre> correctly ?
Looks like a bug in that release of the compiler or assembler, I'll
have to investigate further. In the meantime there is a workaround,
you can use "mips-tx39-elf-objdump --disassemble-all".
Bart Veer // eCos net maintainer