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

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [gas/] [dw2gencfi.c] - Diff between revs 147 and 160

Show entire file | Details | Blame | View Log

Rev 147 Rev 160
Line 285... Line 285...
  struct cfi_insn_data *first, *last;
  struct cfi_insn_data *first, *last;
};
};
 
 
/* List of FDE entries.  */
/* List of FDE entries.  */
 
 
static struct fde_entry *all_fde_data;
struct fde_entry *all_fde_data;
static struct fde_entry **last_fde_data = &all_fde_data;
static struct fde_entry **last_fde_data = &all_fde_data;
 
 
/* List of CIEs so that they could be reused.  */
/* List of CIEs so that they could be reused.  */
static struct cie_entry *cie_root;
static struct cie_entry *cie_root;
 
 

powered by: WebSVN 2.1.0

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