Remove i386_elf_emit_arch_note
[deliverable/binutils-gdb.git] / sim / common / sim-watch.h
index dad55ae74fbe5437f441cd4517d4933d876fe957..22fda9cfbb4c58a3c3197803205113bb3ad0caab 100644 (file)
@@ -1,5 +1,5 @@
 /* Simulator watchpoint support.
-   Copyright (C) 1997, 2007, 2008, 2009 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.034902 seconds and 4 git commands to generate.