From 723a84724a863b280401482c362df8bb6375cc9d Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 10 Oct 2005 15:32:44 +0000 Subject: * expr.c (operator): Allow "!=" as a synonym for "<>". * doc/as.texinfo (Infix Op): Mention "!=". --- gas/doc/as.texinfo | 1 + 1 file changed, 1 insertion(+) (limited to 'gas/doc') diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index dfa9cb8..1d9ae0c 100644 --- a/gas/doc/as.texinfo +++ b/gas/doc/as.texinfo @@ -3619,6 +3619,7 @@ You may not subtract arguments from different sections. @item == @dfn{Is Equal To} @item <> +@itemx != @dfn{Is Not Equal To} @item < @dfn{Is Less Than} -- cgit v1.1