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] MIPS/GAS: Remove extraneous `install_insn' call from `append_insn' (CL)


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=d9dcf8c6ef6e9b5e987ffcc6ba012623564d6986

commit d9dcf8c6ef6e9b5e987ffcc6ba012623564d6986
Author: Maciej W. Rozycki <macro@imgtec.com>
Date:   Wed Jul 13 17:31:17 2016 +0100

    MIPS/GAS: Remove extraneous `install_insn' call from `append_insn' (CL)
    
    Add missing ChangeLog entry for commit b8bca85b334b ("MIPS/GAS: Remove
    extraneous `install_insn' call from `append_insn'").

Diff:
---
 gas/ChangeLog | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gas/ChangeLog b/gas/ChangeLog
index 991bb8d..8f51551 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -10,6 +10,11 @@
 	(tc_gen_reloc): Remove passing DTPOFF base info into reloc addendum
 	as it is no longer needed.
 
+2016-07-08  Maciej W. Rozycki  <macro@imgtec.com>
+
+	* config/tc-mips.c (append_insn): Remove extraneous
+	`install_insn' call.
+
 2016-07-04  Jan Beulich  <jbeulich@suse.com>
 
 	* config/tc-i386.c (check_qword_reg): Correct register kind


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