X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2Fmacro.c;h=6eb62132337bca8ebc1872ffa1ffe510c1737fd3;hb=f5b2fd523f8f180e11f77b84a107279c562672cd;hp=b1d8d6b056797c0a43bffd878e886fb18942bcd3;hpb=2571583aed598dd3f9651b53434e5f177a0e3cf7;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/macro.c b/gas/macro.c index b1d8d6b056..6eb6213233 100644 --- a/gas/macro.c +++ b/gas/macro.c @@ -815,7 +815,7 @@ macro_expand_body (sb *in, sb *out, formal_entry *formals, } else { - /* Permit macro parameter substition delineated with + /* Permit macro parameter substitution delineated with an '&' prefix and optional '&' suffix. */ src = sub_actual (src + 1, in, &t, formal_hash, '&', out, 0); } @@ -1301,7 +1301,7 @@ delete_macro (const char *name) free_macro (macro); } else - as_warn (_("Attempt to purge non-existant macro `%s'"), copy); + as_warn (_("Attempt to purge non-existing macro `%s'"), copy); free (copy); }