diff options
author | Graydon Hoare <graydon@redhat.com> | 2002-05-08 20:47:07 +0000 |
---|---|---|
committer | Graydon Hoare <graydon@redhat.com> | 2002-05-08 20:47:07 +0000 |
commit | 748f46d42a6d99e20427b5b7d4727cffd783cc71 (patch) | |
tree | 8e015ead61bc6e6eba6e3bc038658cd1834aa3bf /opcodes/ChangeLog | |
parent | 40af4b0c8bc36f24a8257e91b60b953d0d35d289 (diff) | |
download | gdb-748f46d42a6d99e20427b5b7d4727cffd783cc71.zip gdb-748f46d42a6d99e20427b5b7d4727cffd783cc71.tar.gz gdb-748f46d42a6d99e20427b5b7d4727cffd783cc71.tar.bz2 |
[ cgen/ChangeLog ]
2002-05-01 Graydon Hoare <graydon@redhat.com>
* desc-cpu.scm (@arch@_cgen_cpu_close): Fix memory leaks.
[ opcodes/ChangeLog ]
2002-05-07 Graydon Hoare <graydon@redhat.com>
* cgen-dis.in: (print_insn_@arch@): Cache list of opened CPUs rather
than just most-recently-opened.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 80f094c..ed306bf 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2002-05-07 Graydon Hoare <graydon@redhat.com> + + * cgen-dis.in: (print_insn_@arch@): Cache list of opened CPUs rather + than just most-recently-opened. + 2002-05-01 Alan Modra <amodra@bigpond.net.au> * ppc-opc.c: Add "tlbsx." and "tlbsxe." for booke. |