[gas] Label inside macro

Robert Uhl ruhl@xaipete.org
Wed Jun 8 21:00:00 GMT 2011


The label with \intnr doesn't work (why?), i get
"Error: invalid character '(' in mnemonic" again,
but with the local label everything is fine.

Thank you, Mike and David!


On 08.06.2011 22:01, Mike Frysinger wrote:
> try:
> dont_count_\()\intr\():
>
> and if that doesnt work, just use local labels like so:
> ...
> 	je 1f;
> ...
> 1:
> ...



More information about the Binutils mailing list