diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-06-20 01:34:19 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-06-20 01:34:19 +0000 |
commit | 84577ddeeb0d5bfe52dcb7509ea4d3187b1816bf (patch) | |
tree | fe2dc2e12918c1a257e14c19a9208b63519dfbf8 /gas/ChangeLog | |
parent | 4264a46e65bc6022e263b261d217d6e69d43bd8c (diff) | |
download | gdb-84577ddeeb0d5bfe52dcb7509ea4d3187b1816bf.zip gdb-84577ddeeb0d5bfe52dcb7509ea4d3187b1816bf.tar.gz gdb-84577ddeeb0d5bfe52dcb7509ea4d3187b1816bf.tar.bz2 |
* doc/as.texinfo: Document that any number of hex digits can
follow \x.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 2acc130..ebf09ce 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,8 @@ Wed Jun 19 11:31:50 1996 Ian Lance Taylor <ian@cygnus.com> + * 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 |