--- Additional Comments From nickc at redhat dot com 2010-05-26 14:29
---
Hi H.J.
The assembler is failing to parse the .section directive because the #
character starts a line comment. If you assemble your test case with the -f
option added to the command line then it will work.
--- Additional Comments From nickc at redhat dot com 2010-05-26 14:25
---
Created an attachment (id=4817)
--> (http://sourceware.org/bugzilla/attachment.cgi?id=4817&action=view)
Potentially improved error message
--
http://sourceware.org/bugzilla/show_bug.cgi?id=11601
--- You