[Bug binutils/11103] Dwarf1 reading will go wrong or crash on AT_producer

2009-12-17 Thread dporges at chipwrights dot com
--- 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

[Bug binutils/11103] New: Dwarf1 reading will go wrong or crash on AT_producer

2009-12-17 Thread dporges at chipwrights dot com
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

[Bug binutils/10924] Bug in objdump when disassembling raw armv4t binaries

2009-12-17 Thread chris at seberino dot org
--- 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

[Bug binutils/10924] Bug in objdump when disassembling raw armv4t binaries

2009-12-17 Thread nickc at redhat dot com
--- 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

[Bug binutils/10924] Bug in objdump when disassembling raw armv4t binaries

2009-12-17 Thread cvs-commit at gcc dot gnu dot org
--- 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