mips: genmongoosev/start/start.S

Ralf Corsepius corsepiu at faw.uni-ulm.de
Wed Sep 10 14:20:33 UTC 2003


On Wed, 2003-09-10 at 15:28, Bill Gatliff wrote:
> Ralf:
> 
> 
> What do you see when you run objdump --disassemble on the 
> binutils-2.13.2.1-generated mipsbug.o?

# cat mipsbug.s
   sw  $8,0xfffe0130

# mips-rtems4.6-as  -G0 -EB -mips1 -g0 -32 -v -o mipsbug.o mipsbug.s
GNU assembler version 2.13.2.1 (mips-rtems4.6) using BFD version 2.13.2.1

# mips-rtems4.6-objdump --disassemble mipsbug.o
 
mipsbug.o:     file format elf32-bigmips
 
Disassembly of section .text:
 
00000000 <.text>:
   0:   3c01fffe        lui     at,0xfffe
   4:   ac280130        sw      t0,304(at)

Ralf





More information about the users mailing list