[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gas/11032] New: gas segmentation violation on armv7-m thumb code of
From: |
marc dot prager at infitec dot net |
Subject: |
[Bug gas/11032] New: gas segmentation violation on armv7-m thumb code of invalid ldr instruction |
Date: |
30 Nov 2009 12:14:15 -0000 |
I'm using arm-none-eabi-as 2.19.1 and assembled a file containing the following:
.syntax unified
.arch armv7-m
.text
.thumb
.func
delay: @ 1 million cycles
ldr r0,#1000000 @ <- this causes segfault
...
Yes, it should be ldr r0,=1000000 , but as should not crash from a syntax error.
--
Summary: gas segmentation violation on armv7-m thumb code of
invalid ldr instruction
Product: binutils
Version: 2.19
Status: NEW
Severity: normal
Priority: P2
Component: gas
AssignedTo: unassigned at sources dot redhat dot com
ReportedBy: marc dot prager at infitec dot net
CC: bug-binutils at gnu dot org
GCC target triplet: arm-none-eabi
http://sourceware.org/bugzilla/show_bug.cgi?id=11032
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
- [Bug gas/11032] New: gas segmentation violation on armv7-m thumb code of invalid ldr instruction,
marc dot prager at infitec dot net <=