* m32c.opc (BRK, GDBBRK): Remove debug logic.
[deliverable/binutils-gdb.git] / sim / common / hw-ports.c
index fc28033115921fe3011831597df9afc45b81a224..ed78a2c12ae800b0ee4c0e6bee51ca1df497efb1 100644 (file)
@@ -1,25 +1,24 @@
 /* Hardware ports.
-   Copyright (C) 1998 Free Software Foundation, Inc.
+   Copyright (C) 1998, 2007, 2008 Free Software Foundation, Inc.
    Contributed by Andrew Cagney and Cygnus Solutions.
 
 This file is part of GDB, the GNU debugger.
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 2, or (at your option)
-any later version.
+the Free Software Foundation; either version 3 of the License, or
+(at your option) any later version.
 
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 
-You should have received a copy of the GNU General Public License along
-with this program; if not, write to the Free Software Foundation, Inc.,
-59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+You should have received a copy of the GNU General Public License
+along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 
-#include "sim-main.h"
+#include "hw-main.h"
 #include "hw-base.h"
 
 #ifdef HAVE_STDLIB_H
@@ -48,7 +47,7 @@ struct hw_port_edge {
 };
 
 struct hw_port_data {
-  hw_port_event_callback *to_port_event;
+  hw_port_event_method *to_port_event;
   const struct hw_port_descriptor *ports;
   struct hw_port_edge *edges;
 };
@@ -91,7 +90,7 @@ set_hw_ports (struct hw *me,
 
 void
 set_hw_port_event (struct hw *me,
-                  hw_port_event_callback *port_event)
+                  hw_port_event_method *port_event)
 {
   me->ports_of_hw->to_port_event = port_event;
 }
This page took 0.023601 seconds and 4 git commands to generate.