[BACK]Return to sim-cr16.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / gpl3 / binutils.old / dist / include / gdb

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/external/gpl3/binutils.old/dist/include/gdb/sim-cr16.h between version 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2016/01/26 17:26:39 version 1.1.1.2, 2016/10/26 17:03:20
Line 1 
Line 1 
 /* This file defines the interface between the cr16 simulator and gdb.  /* This file defines the interface between the cr16 simulator and gdb.
   
    Copyright 2008-2012 Free Software Foundation, Inc.     Copyright (C) 2008-2015 Free Software Foundation, Inc.
   
    This file is part of GDB.     This file is part of GDB.
   
Line 33  enum
Line 33  enum
     SIM_CR16_MEMORY_IMAP    = 0x10000000      SIM_CR16_MEMORY_IMAP    = 0x10000000
   };    };
   
 extern unsigned long sim_cr16_translate_dmap_addr  
   (unsigned long offset,  
    int nr_bytes,  
    unsigned long *phys,  
    void *regcache,  
    unsigned long (*dmap_register) (void *regcache, int reg_nr));  
   
 extern unsigned long sim_cr16_translate_imap_addr  
   (unsigned long offset,  
    int nr_bytes,  
    unsigned long *phys,  
    void *regcache,  
    unsigned long (*imap_register) (void *regcache, int reg_nr));  
   
 extern unsigned long sim_cr16_translate_addr  
   (unsigned long vaddr,  
    int nr_bytes,  
    unsigned long *phys,  
    void *regcache,  
    unsigned long (*dmap_register) (void *regcache, int reg_nr),  
    unsigned long (*imap_register) (void *regcache, int reg_nr));  
   
   
 /* The simulator makes use of the following register information. */  /* The simulator makes use of the following register information. */
   
 enum sim_cr16_regs  enum sim_cr16_regs

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2

CVSweb <webmaster@jp.NetBSD.org>