[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gas/845] New: GAS .rept pseudo op-code
From: |
jp dot subhash at samsung dot com |
Subject: |
[Bug gas/845] New: GAS .rept pseudo op-code |
Date: |
13 Apr 2005 05:10:27 -0000 |
Hi,
Following code generates error,
.rept 2
.irp m1 1,2
.long \m1
.endr
.endr
***Error: unexpected end of file in irp or irpc
I was expecting,
.long 1
.long 2
.long 1
.long 2
Please let me know if anyting is wrong with the code.
Best regards,
Jaydeep
--
Summary: GAS .rept pseudo op-code
Product: binutils
Version: 2.15
Status: NEW
Severity: normal
Priority: P2
Component: gas
AssignedTo: unassigned at sources dot redhat dot com
ReportedBy: jp dot subhash at samsung dot com
CC: bug-binutils at gnu dot org
http://sources.redhat.com/bugzilla/show_bug.cgi?id=845
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
- [Bug gas/845] New: GAS .rept pseudo op-code,
jp dot subhash at samsung dot com <=