aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2018-08-22 09:58:32 +0100
committerNick Clifton <nickc@redhat.com>2018-08-22 09:58:32 +0100
commitd000b7630e07e808098cbf079c9cdf6c891e6e5e (patch)
treef3c5f713d389823e65d7ac86c0d5506a4ca93cc9 /gas
parent9758a8f84b245f42cfa85be7a65b0728eabca491 (diff)
downloadgdb-d000b7630e07e808098cbf079c9cdf6c891e6e5e.zip
gdb-d000b7630e07e808098cbf079c9cdf6c891e6e5e.tar.gz
gdb-d000b7630e07e808098cbf079c9cdf6c891e6e5e.tar.bz2
Fix typo in changelog entry for handling of undocumnented Z80 SLI instruction.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog2
1 files changed, 1 insertions, 1 deletions
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.