--- Additional Comments From dporges at chipwrights dot com 2009-12-17
17:10 ---
That code is in bfd/dwarf1.c at line 252.
--
http://sourceware.org/bugzilla/show_bug.cgi?id=11103
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching
In reading output from an obscure compiler that produces dwarf1, it appears that
the reader will get confused by an AT_producer attribute, or indeed by any
FORM_STRING aside from AT_name in the TAG_compile_unit. The offending source is:
case FORM_STRING:
if (attr == AT_name)
aDieI
--- Additional Comments From chris at seberino dot org 2009-12-17 16:33
---
Subject: Re: Bug in objdump when disassembling raw
armv4t binaries
On Thu, Dec 17, 2009 at 10:01:02AM -, nickc at redhat dot com wrote:
> Don't mind me, I was just whining...
I understand. This is
--- Additional Comments From nickc at redhat dot com 2009-12-17 10:01
---
Hi Chris,
> I'm not sure what you mean. Are you saying you don't want to flag
> all UNPREDICTABLES?
Don't mind me, I was just whining...
> Did you catch all the load and store situations that are UNPREDICTABLE
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-12-17
09:52 ---
Subject: Bug 10924
CVSROOT:/cvs/src
Module name:src
Changes by: ni...@sourceware.org2009-12-17 09:52:18
Modified files:
opcodes: ChangeLog arm-dis.c
gas