This is the mail archive of the binutils@sourceware.cygnus.com 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]

Re: string concatenation in gas


   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

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