string concatenation in gas

Ian Lance Taylor ian@zembu.com
Fri Apr 14 14:44:00 GMT 2000


   From: Geoff Berry <geoffb@bops.com>
   Date: Fri, 14 Apr 2000 17:39:22 -0400

   Nice try, but it still doesn't work.  This expands to

	   push	rCOUNT
	   push	rCOUNT
	   ...

   Any other ideas?

I would be very surprised if there were any way to get gas to evaluate
strings before processing them.  I don't think there is any such code
in gas.  gas does expression evaluation, but not in the preprocessor.

Of course, I'd be happy to hear that I am wrong.

Ian


More information about the Binutils mailing list