From: Nick Clifton Date: Wed, 22 Aug 2018 08:58:32 +0000 (+0100) Subject: Fix typo in changelog entry for handling of undocumnented Z80 SLI instruction. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d000b7630e07e808098cbf079c9cdf6c891e6e5e;p=binutils-gdb.git Fix typo in changelog entry for handling of undocumnented Z80 SLI instruction. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 74fb3c7aa62..f86ab289f49 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.