OpenCores
URL https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [opcodes/] [disassemble.c] - Diff between revs 18 and 148

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 18 Rev 148
Line 1... Line 1...
/* Select disassembly routine for specified architecture.
/* Select disassembly routine for specified architecture.
   Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
   Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
   2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
   2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
 
 
   This file is part of the GNU opcodes library.
   This file is part of the GNU opcodes library.
 
 
   This library is free software; you can redistribute it and/or modify
   This library is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   it under the terms of the GNU General Public License as published by
Line 80... Line 80...
#define ARCH_tic30
#define ARCH_tic30
#define ARCH_tic4x
#define ARCH_tic4x
#define ARCH_tic54x
#define ARCH_tic54x
#define ARCH_tic6x
#define ARCH_tic6x
#define ARCH_tic80
#define ARCH_tic80
 
#define ARCH_tilegx
 
#define ARCH_tilepro
#define ARCH_v850
#define ARCH_v850
#define ARCH_vax
#define ARCH_vax
#define ARCH_w65
#define ARCH_w65
#define ARCH_xstormy16
#define ARCH_xstormy16
#define ARCH_xc16x
#define ARCH_xc16x
Line 471... Line 473...
#ifdef ARCH_m32c
#ifdef ARCH_m32c
    case bfd_arch_m32c:
    case bfd_arch_m32c:
      disassemble = print_insn_m32c;
      disassemble = print_insn_m32c;
      break;
      break;
#endif
#endif
 
#ifdef ARCH_tilegx
 
    case bfd_arch_tilegx:
 
      disassemble = print_insn_tilegx;
 
      break;
 
#endif
 
#ifdef ARCH_tilepro
 
    case bfd_arch_tilepro:
 
      disassemble = print_insn_tilepro;
 
      break;
 
#endif
    default:
    default:
      return 0;
      return 0;
    }
    }
  return disassemble;
  return disassemble;
}
}

powered by: WebSVN 2.1.0

© copyright 1999-2025 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.