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-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils