This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: ARM as crash
- From: Mike Frysinger <vapier at gentoo dot org>
- To: binutils at sourceware dot org
- Date: Fri, 26 Aug 2005 17:45:40 +0000
- Subject: Re: ARM as crash
- References: <7f45d9390508260909e8bb798@mail.gmail.com>
On Fri, Aug 26, 2005 at 09:09:06AM -0700, Shaun Jackman wrote:
> I don't recall if this is a legal ARM assembly instruction or not (I'd
> guess not), but it causes the ARM assembler to crash.
>
> $ echo 'bl 0' >foo.s
> $ arm-elf-as foo.s
> Segmentation fault
> $ arm-elf-as --version
> GNU assembler 2.16.91 20050822
my target is armv4l-unknown-linux-gnu
these worked:
2.16.1
2.16.91.0.1
these did not:
2.16.91.0.2
so that should help narrow down when it broke :)
-mike