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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [gdb-5.0/] [gdb/] [remote-or1k.c] - Diff between revs 613 and 1124

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

Rev 613 Rev 1124
Line 138... Line 138...
  {
  {
    "ERR", "&", "|", "ERR"
    "ERR", "&", "|", "ERR"
  };
  };
 
 
/* Implementation specific information.  Set by or1k_initialize.  */
/* Implementation specific information.  Set by or1k_initialize.  */
struct struct_or1k_implementation or1k_implementation;
struct struct_or1k_implementation or1k_implementation =
 
  {
 
    num_gpr_regs:32,
 
    num_vfpr_regs:0
 
  };
 
 
/* Current target status.  */
/* Current target status.  */
static enum target_status or1k_status = TARGET_UNDEFINED;
static enum target_status or1k_status = TARGET_UNDEFINED;
 
 
/* The target vector.  */
/* The target vector.  */

powered by: WebSVN 2.1.0

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