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/a29k-dis.c | |
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/a29k-dis.c')
-rw-r--r-- | opcodes/a29k-dis.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/a29k-dis.c b/opcodes/a29k-dis.c index 0e937ba..a3090c3 100644 --- a/opcodes/a29k-dis.c +++ b/opcodes/a29k-dis.c @@ -1,5 +1,5 @@ /* Instruction printing code for the AMD 29000 - Copyright 1990, 1993, 1994, 1995, 1998, 2000, 2001 + Copyright 1990, 1993, 1994, 1995, 1998, 2000, 2001, 2002 Free Software Foundation, Inc. Contributed by Cygnus Support. Written by Jim Kingdon. @@ -153,7 +153,7 @@ print_insn (memaddr, info) find_byte_func_type find_byte_func = (find_byte_func_type)info->private_data; - struct a29k_opcode CONST * opcode; + struct a29k_opcode const * opcode; { int status = |