diff options
author | Andreas Jaeger <aj@suse.de> | 2003-09-14 15:16:57 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2003-09-14 15:16:57 +0000 |
commit | 26ca545091edbd761ec3e0ff05e5f2f15fc6f68b (patch) | |
tree | ad04a8c82d951d03555dc11334dee06d8768122f /opcodes/i370-dis.c | |
parent | d65b72117eaef86562a56d1460f7209ed45bfb76 (diff) | |
download | gdb-26ca545091edbd761ec3e0ff05e5f2f15fc6f68b.zip gdb-26ca545091edbd761ec3e0ff05e5f2f15fc6f68b.tar.gz gdb-26ca545091edbd761ec3e0ff05e5f2f15fc6f68b.tar.bz2 |
* i386-dis.c: Convert to ISO C90 prototypes.
* i370-dis.c: Likewise.
* i370-opc.c: Likewiwse.
* i960-dis.c: Likewise.
* ia64-opc.c: Likewise.
Diffstat (limited to 'opcodes/i370-dis.c')
-rw-r--r-- | opcodes/i370-dis.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/opcodes/i370-dis.c b/opcodes/i370-dis.c index 51c0ff1..0f04f27 100644 --- a/opcodes/i370-dis.c +++ b/opcodes/i370-dis.c @@ -1,6 +1,5 @@ - /* i370-dis.c -- Disassemble Instruction 370 (ESA/390) instructions - Copyright 1994, 2000 Free Software Foundation, Inc. + Copyright 1994, 2000, 2003 Free Software Foundation, Inc. PowerPC version written by Ian Lance Taylor, Cygnus Support Rewritten for i370 ESA/390 support by Linas Vepstas <linas@linas.org> @@ -30,9 +29,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * */ int -print_insn_i370 (memaddr, info) - bfd_vma memaddr; - struct disassemble_info *info; +print_insn_i370 (bfd_vma memaddr, struct disassemble_info *info) { bfd_byte buffer[8]; int status; |