Remove i386_elf_emit_arch_note
[deliverable/binutils-gdb.git] / sim / common / sim-watch.h
index 2746a6178e9a43d97e2b864460116e335ef1a285..22fda9cfbb4c58a3c3197803205113bb3ad0caab 100644 (file)
@@ -1,5 +1,5 @@
 /* Simulator watchpoint support.
-   Copyright (C) 1997, 2007, 2008 Free Software Foundation, Inc.
+   Copyright (C) 1997-2015 Free Software Foundation, Inc.
    Contributed by Cygnus Support.
 
 This file is part of GDB, the GNU debugger.
@@ -63,7 +63,7 @@ typedef struct _sim_watchpoints {
   /* FIXME: can this be done better?  Look at the PPC's interrupt
      mechanism and table for a rough idea of where it will go next */
   int nr_interrupts;
-  char **interrupt_names;
+  const char **interrupt_names;
 
   /* active watchpoints */
   int last_point_nr;
This page took 0.031321 seconds and 4 git commands to generate.