diff options
author | Catherine Moore <clm@codesourcery.com> | 2013-11-11 15:34:48 -0800 |
---|---|---|
committer | Catherine Moore <clm@codesourcery.com> | 2013-11-11 15:34:48 -0800 |
commit | b83a9376e9dd71fa09115eefede3520260efc48a (patch) | |
tree | 200f5f3523f3fd6637bada94919e6e159f028f4a /gas | |
parent | 130eeb0196505b8e6d2736f2b6fef80967d646fd (diff) | |
download | gdb-b83a9376e9dd71fa09115eefede3520260efc48a.zip gdb-b83a9376e9dd71fa09115eefede3520260efc48a.tar.gz gdb-b83a9376e9dd71fa09115eefede3520260efc48a.tar.bz2 |
Fix ChangeLog entries from earlier commit.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 50d61f8..2b8ac6e 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +2013-11-11 Catherine Moore <clm@codesourcery.com> + + * config/mips/tc-mips.c (convert_reg_type): Use + INSN_LOAD_MEMORY instead of INSN_LOAD_MEMORY_DELAY. + (reg_needs_delay): Likewise. + (insns_between): Likewise. + 2013-11-08 Jan-Benedict Glaw <jbglaw@lug-owl.de * config/tc-ppc.c (ppc_elf_localentry): Add cast. |