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

Subversion Repositories or1k

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 1123 to Rev 1124
    Reverse comparison

Rev 1123 → Rev 1124

/trunk/gdb-5.0/gdb/remote-or1k.c
140,7 → 140,11
};
 
/* 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. */
static enum target_status or1k_status = TARGET_UNDEFINED;
/trunk/insight/gdb/remote-or1k.c
140,7 → 140,11
};
 
/* 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. */
static enum target_status or1k_status = TARGET_UNDEFINED;

powered by: WebSVN 2.1.0

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