X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=sim%2Fcommon%2Fhw-instances.h;h=aeb1fb7385d13ced1c61b3783729f1f8e96f464b;hb=05e682e3be7e3d9d63ec358dcf8943fd200545cb;hp=cb4b82e0940c04eaeaeae5b0a6a8e1ebdb228cf0;hpb=6aba47ca06d9150c6196a374b745c2711b46e045;p=deliverable%2Fbinutils-gdb.git diff --git a/sim/common/hw-instances.h b/sim/common/hw-instances.h index cb4b82e094..aeb1fb7385 100644 --- a/sim/common/hw-instances.h +++ b/sim/common/hw-instances.h @@ -1,6 +1,6 @@ /* The common simulator framework for GDB, the GNU Debugger. - Copyright 2002, 2007 Free Software Foundation, Inc. + Copyright 2002-2020 Free Software Foundation, Inc. Contributed by Andrew Cagney and Red Hat. @@ -8,7 +8,7 @@ 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 of the License, or + 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, @@ -17,9 +17,7 @@ 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. */ + along with this program. If not, see . */ #ifndef HW_INSTANCES_H @@ -136,7 +134,8 @@ int hw_instance_call_method /* Finally an instance of a hardware device - keep your grubby little mits off of these internals! :-) */ -struct hw_instance { +struct hw_instance +{ void *data_of_instance; char *args_of_instance;