diff options
author | Jeff Law <law@redhat.com> | 1998-04-18 07:20:01 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1998-04-18 07:20:01 +0000 |
commit | 9067435521baa3f0474b46fda99d58a01745580f (patch) | |
tree | a6aee90fe5b640ba12957095fa6b9252e600bcd6 /gas | |
parent | 632c232a93ae3b5c2851ab978f120c41bbea96db (diff) | |
download | gdb-9067435521baa3f0474b46fda99d58a01745580f.zip gdb-9067435521baa3f0474b46fda99d58a01745580f.tar.gz gdb-9067435521baa3f0474b46fda99d58a01745580f.tar.bz2 |
* config/tc-mips.c (mips_ip): Note when we use get match on
the full instruction name.
(mips_ip): For '&' DEST completer handling, if we got a full match
then the DEST completer is implicitly .wxyz.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 70647ab..de3677f 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,12 @@ +Sat Apr 18 01:19:01 1998 Jeffrey A Law (law@cygnus.com) + + * config/tc-mips.c (mips_ip): Note when we use get match on + the full instruction name. +start-sanitize-r5900 + (mips_ip): For '&' DEST completer handling, if we got a full match + then the DEST completer is implicitly .wxyz. +end-sanitize-r5900 + start-sanitize-sky Thu Apr 16 11:48:18 1998 Doug Evans <devans@canuck.cygnus.com> |