This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [gas] Label inside macro


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:
...


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]