This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Fix typo in changelog entry for handling of undocumnented Z80 SLI instruction.


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]