This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
ARM as crash
- From: Shaun Jackman <sjackman at gmail dot com>
- To: binutils at sources dot redhat dot com
- Date: Fri, 26 Aug 2005 09:09:06 -0700
- Subject: ARM as crash
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
Copyright 2005 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License. This program has absolutely no warranty.
This assembler was configured for a target of `arm-elf'.
Cheers,
Shaun