Fix typo in changelog entry for handling of undocumnented Z80 SLI instruction.
authorNick Clifton <nickc@redhat.com>
Wed, 22 Aug 2018 08:58:32 +0000 (09:58 +0100)
committerNick Clifton <nickc@redhat.com>
Wed, 22 Aug 2018 08:58:32 +0000 (09:58 +0100)
gas/ChangeLog

index 74fb3c7..f86ab28 100644 (file)
@@ -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.