diff options
author | Maciej W. Rozycki <macro@imgtec.com> | 2016-07-13 17:31:17 +0100 |
---|---|---|
committer | Maciej W. Rozycki <macro@imgtec.com> | 2016-07-13 17:34:46 +0100 |
commit | d9dcf8c6ef6e9b5e987ffcc6ba012623564d6986 (patch) | |
tree | a16712a8128322eba3ac727bcb9c718018a08f5c | |
parent | 6e7ced37e756420742d51abb044c24d0f1929143 (diff) | |
download | gdb-d9dcf8c6ef6e9b5e987ffcc6ba012623564d6986.zip gdb-d9dcf8c6ef6e9b5e987ffcc6ba012623564d6986.tar.gz gdb-d9dcf8c6ef6e9b5e987ffcc6ba012623564d6986.tar.bz2 |
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'").
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
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 |