From: Ian Lance Taylor Date: Thu, 20 Jun 1996 01:34:19 +0000 (+0000) Subject: * doc/as.texinfo: Document that any number of hex digits can X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=84577ddeeb0d5bfe52dcb7509ea4d3187b1816bf;p=binutils-gdb.git * doc/as.texinfo: Document that any number of hex digits can follow \x. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 2acc1306f57..ebf09ce6dd2 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,8 @@ Wed Jun 19 11:31:50 1996 Ian Lance Taylor + * doc/as.texinfo: Document that any number of hex digits can + follow \x. + * as.c (struct defsym_list): Define. (defsyms): New static variable. (parse_args): Just put --defsym arguments on defsyms list, rather