[binutils-gdb] Fix typo in changelog entry for handling of undocumnented Z80 SLI instruction.
Nick Clifton
nickc@sourceware.org
Wed Aug 22 08:59:00 GMT 2018
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=d000b7630e07e808098cbf079c9cdf6c891e6e5e
commit d000b7630e07e808098cbf079c9cdf6c891e6e5e
Author: Nick Clifton <nickc@redhat.com>
Date: Wed Aug 22 09:58:32 2018 +0100
Fix typo in changelog entry for handling of undocumnented Z80 SLI instruction.
Diff:
---
gas/ChangeLog | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 74fb3c7..f86ab28 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -9,7 +9,7 @@
(emit_mr): Add argument unportable.
(emit_bit): Adapt call to emit_mr.
(emit_mr_z80): New function.
- (emit_mr_unportable): New function.
+ (emit_mr_unport): New function.
(instab[]): Replace emit_mr with emit_mr_z80 or emit_mr_unportable
as appropriate.
More information about the Binutils-cvs
mailing list