[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug binutils/10379] New: Objdump does not disassemble instructions
From: |
Pierre dot Habraken at imag dot fr |
Subject: |
[Bug binutils/10379] New: Objdump does not disassemble instructions |
Date: |
8 Jul 2009 08:06:11 -0000 |
mips-elf-objdump (compiled from binutils 2.19) does not disassemble a sequence
of instructions in section .text if first instruction has a label:
============================== bug trace ================================
$ cat atest.s
.global write
.text
write: SW $3, Z # OK if no label
JR $31
.data
Y: .word Z
$ mips-elf-as -o atest.o atest.s
$ mips-elf-objdump --version
GNU objdump (GNU Binutils) 2.19.51.20090702
Copyright 2008 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License version 3 or (at your option) any later version.
This program has absolutely no warranty.
$ mips-elf-objdump -d atest.o
atest.o: file format elf32-bigmips
Disassembly of section .text:
00000000 <write>:
0: 3c 01 00 00 ac 23 00 00 03 e0 00 08 00 00 00 00 <....#..........
=========================================================================
--
Summary: Objdump does not disassemble instructions
Product: binutils
Version: 2.19
Status: NEW
Severity: normal
Priority: P2
Component: binutils
AssignedTo: unassigned at sources dot redhat dot com
ReportedBy: Pierre dot Habraken at imag dot fr
CC: bug-binutils at gnu dot org
GCC host triplet: i386-linux
GCC target triplet: mips-elf
http://sourceware.org/bugzilla/show_bug.cgi?id=10379
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
- [Bug binutils/10379] New: Objdump does not disassemble instructions,
Pierre dot Habraken at imag dot fr <=
- [Bug binutils/10379] Objdump does not disassemble instructions, nickc at redhat dot com, 2009/07/14
- [Bug binutils/10379] Objdump does not disassemble instructions, nickc at redhat dot com, 2009/07/17
- [Bug binutils/10379] Objdump does not disassemble instructions, nickc at redhat dot com, 2009/07/17
- [Bug binutils/10379] Objdump does not disassemble instructions, Pierre dot Habraken at imag dot fr, 2009/07/23
- [Bug binutils/10379] Objdump does not disassemble instructions, cvs-commit at gcc dot gnu dot org, 2009/07/23
- [Bug binutils/10379] Objdump does not disassemble instructions, nickc at redhat dot com, 2009/07/23