diff options
author | Alan Modra <amodra@gmail.com> | 2002-06-08 07:29:27 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-06-08 07:29:27 +0000 |
commit | 56da5fedc7f14da15c32e9a7da13348cf906923e (patch) | |
tree | a59a1090d8739a83b1f13eaf266bb60ffae4bc67 /opcodes/ChangeLog | |
parent | 3f9c735ef4be0a0e64cbb47f4ff54482673a702e (diff) | |
download | gdb-56da5fedc7f14da15c32e9a7da13348cf906923e.zip gdb-56da5fedc7f14da15c32e9a7da13348cf906923e.tar.gz gdb-56da5fedc7f14da15c32e9a7da13348cf906923e.tar.bz2 |
* a29k-dis.c: Replace CONST with const.
* h8300-dis.c: Likewise.
* m68k-dis.c: Likewise.
* or32-dis.c: Likewise.
* sparc-dis.c: Likewise.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index ce668c2..542313e 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,11 @@ +2002-06-08 Alan Modra <amodra@bigpond.net.au> + + * a29k-dis.c: Replace CONST with const. + * h8300-dis.c: Likewise. + * m68k-dis.c: Likewise. + * or32-dis.c: Likewise. + * sparc-dis.c: Likewise. + 2002-06-04 Jason Thorpe <thorpej@wasabisystems.com> * configure.in: Add "sh5*-*" to list of targets which include @@ -301,7 +309,7 @@ Mon Mar 18 21:10:43 CET 2002 Jan Hubicka <jh@suse.cz> 2002-02-20 Tom Rix <trix@redhat.com> - * ppc-opc.c (powerpc_operands): Add WS feild. Use for tlbre, tlbwe. + * ppc-opc.c (powerpc_operands): Add WS field. Use for tlbre, tlbwe. 2002-02-19 Martin Schwidefsky <schwidefsky@de.ibm.com> |