diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1995-08-30 20:49:28 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1995-08-30 20:49:28 +0000 |
commit | 93dea4e68512d5fadf73af10ff44cad24b8664c9 (patch) | |
tree | daadf965860083be5ab0cdb5e60948a9e61695fa /gas | |
parent | 9b39b1a8f7f78e8a35e13492c34bcf596550f8da (diff) | |
download | gdb-93dea4e68512d5fadf73af10ff44cad24b8664c9.zip gdb-93dea4e68512d5fadf73af10ff44cad24b8664c9.tar.gz gdb-93dea4e68512d5fadf73af10ff44cad24b8664c9.tar.bz2 |
* config/tc-sparc.c (parse_keyword_arg, parse_const_expr_arg): New fns.
(sparc_ip): Call them for asi, membar, and prefetch parsing.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index f8b7c10..aadf0e9 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,6 +1,12 @@ +Wed Aug 30 13:46:39 1995 Doug Evans <dje@canuck.cygnus.com> + + * config/tc-sparc.c (parse_keyword_arg, parse_const_expr_arg): New fns. + (sparc_ip): Call them for asi, membar, and prefetch parsing. + Tue Aug 29 15:45:37 1995 Doug Evans <dje@canuck.cygnus.com> - * config/tc-sparc.c (sparc_ip): Clean up ASI support. + * config/tc-sparc.c (membar_masks): Deleted. + (sparc_ip): Clean up ASI and membar support. Tue Aug 29 13:20:27 1995 steve chamberlain <sac@slash.cygnus.com> |