Ignore:
Timestamp:
Aug 16, 2003, 6:59:22 PM (22 years ago)
Author:
bird
Message:

binutils v2.14 - offical sources.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/binutils/opcodes/h8500-dis.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r608 r609  
    11/* Disassemble h8500 instructions.
    2    Copyright 1993, 1998, 2000 Free Software Foundation, Inc.
     2   Copyright 1993, 1998, 2000, 2001, 2002 Free Software Foundation, Inc.
    33
    44This program is free software; you can redistribute it and/or modify
     
    3030
    3131#include <setjmp.h>
     32
     33static int fetch_data PARAMS ((struct disassemble_info *, bfd_byte *));
    3234
    3335struct private
     
    7779     disassemble_info *info;
    7880{
    79   h8500_opcode_info *opcode;
     81  const h8500_opcode_info *opcode;
    8082  void *stream = info->stream;
    8183  fprintf_ftype func = info->fprintf_func;
Note: See TracChangeset for help on using the changeset viewer.