This is the mail archive of the binutils@sources.redhat.com 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]

objdump : Odd formating if disassembly with --enable-64-bit-bfd


Hi all,

I've got objdump configured with --enable-64-bit-bfd.

When I do something like :

objdump -d --prefix-addresses --show-raw-insn /bin/ls

It formats some of the output like:

0x0000000008049325 68 b1 f0 04 08               push   $0x804f0b1
0x000000000804932a e8 75 fc ff ff               call  
0x0000000008048fa4
0x000000000804932f c7 05 34 2c 05 08 00 00 00 00        movl  
$0x0,0x8052c34
0x0000000008049339 c7 05 24 2c 05 08 01 00 00 00        movl  
$0x1,0x8052c24
0x0000000008049343 c7 05 28 2c 05 08 01 00 00 00        movl  
$0x1,0x8052c28
0x000000000804934d c7 05 b4 2b 05 08 00 00 00 00        movl  
$0x0,0x8052bb4
0x0000000008049357 83 c4 f4                     add    $0xfffffff4,%esp
0x000000000804935a 6a 00                        push   $0x0
0x000000000804935c e8 c3 fb ff ff               call  
0x0000000008048f24

I think this only happens with --enable-64-bit-bfd.

Cheers,
Erik
-- 
+----------------------------------------------------------+
  Erik de Castro Lopo  nospam@mega-nerd.com (Yes its valid)
+----------------------------------------------------------+
The word "Windows" is a word out of an old dialect of the 
Apaches. It means: "White man staring through glass-screen 
onto an hourglass..."

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]