[Bug gas/845] GAS .rept pseudo op-code

2012-01-25 Thread makhaloff at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=845 Alexey Makhalov changed: What|Removed |Added CC||makhaloff at gmail dot com -- Configu

[Bug gas/845] GAS .rept pseudo op-code

2006-03-20 Thread bje at sources dot redhat dot com
--- Additional Comments From bje at sources dot redhat dot com 2006-03-21 00:04 --- Unable to reproduce; no submitter feedback in over 6 months. -- What|Removed |Added

[Bug gas/845] GAS .rept pseudo op-code

2006-03-16 Thread bje at sources dot redhat dot com
--- Additional Comments From bje at sources dot redhat dot com 2006-03-17 00:39 --- Hi Nick I cannot reproduce this bug either. It's almost been a year since you responded to the submitter and they have not responded. I propose that we close this bug report. Cheers, Ben --

[Bug gas/845] GAS .rept pseudo op-code

2005-04-13 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2005-04-13 16:13 --- Subject: Re: New: GAS .rept pseudo op-code Hi Jaydeep, > Following code generates error, > > .rept 2 > .irp m1 1,2 > .long \m1 >