On Sun, 2006-07-09 at 13:05, steveo at syslang dot net wrote: > I used to use gasp (the gas macroprocessor) a long time ago and I have someone > who now needs it. By googling around I saw that it was folded into binutils > but > that it's now gone from there.
gasp was deprecated in binutils-2.13 and removed in binutils-2.14. You are now supposed to use the macro directives recognized by gas directly, instead of via a preprocessor. See the gas documentation for .macro, .if, .else, etc. -- Jim Wilson, GNU Tools Support, http://www.specifix.com _______________________________________________ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils